Does anyone think it would be worth adding the
syntactic sugar to allow this?
\layout {
\context {
\Score
accidentalStyle = #'modern
}
}
or this?
\layout {
#(layout-set-accidental-style 'modern)
}
as opposed to the current method (as I understand it):
modern = #`(Staff ,(make-accidental-rule 'same-octave 0)
,(make-accidental-rule 'any-octave 0)
,(make-accidental-rule 'same-octave 1))
\score {
{ ... }
\layout {
\context {
\Score
autoAccidentals = #modern
autoCautionaries = #modern
}
}
}
- Mark
_______________________________________________
lilypond-devel mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/lilypond-devel