Next: Baroque rhythmic notation, Up: Editorial markings
In European music from before about 1600, singers were often expected to chromatically alter notes at their own initiative. This is called musica ficta. In modern transcriptions, these accidentals are usually printed over the note.
Support for such suggested accidentals is included, and can be
switched on by setting suggestAccidentals
to true.
fis gis \set suggestAccidentals = ##t ais bis
This will treat every subsequent accidental as musica ficta
until it is unset with \set suggestAccidentals = ##f
. A more
convenient way is to use \once
:
fis gis \once \set suggestAccidentals = ##t ais ais bis
Internals Reference: Accidental_engraver engraver and the AccidentalSuggestion object.
This page is for LilyPond-2.11.58 (development-branch).
Report errors to http://post.gmane.org/post.php?group=gmane.comp.gnu.lilypond.bugs.
Your suggestions for the documentation are welcome.