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
lilypond-devel@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-devel

Reply via email to