-
Notifications
You must be signed in to change notification settings - Fork 40
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
NEW. Added abjad.show(..., flags="") keyword.
``flags`` is passed to the LilyPond commandline. Use ``flags`` for LilyPond --include statements: >>> flags = "--include=/Users/user/abjad/abjad/scm" >>> abjad.show(score, flags=flags) Recall that LilyPond --include statements do not specify included files; rather, LilyPond --include statements specify directories which LilyPond should search for included files, somewhat like the behavior of Python's PYTHONPATH environment variable. This means that this ... lilypond --include=/Users/user/abjad/abjad/scm/abjad.ily ... will not work, but that this ... lilypond --include=/Users/user/abjad/abjad/scm ... will work (and correctly point LilyPond to the scm/abjad.ily file). NEW. Added the same functionality to the following: * abjad.persist.as_midi(..., flags="") * abjad.persist.as_pdf(..., flags="") * abjad.persist.as_png(..., flags="") Tag #1575. NEW. Added abjad.TextMark indicator. Tag #1572.
- Loading branch information
1 parent
7669df8
commit d537f51
Showing
6 changed files
with
133 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters