Stephen Lavelle skrev:
So { c cs cs c } would, when rendered, have a sharps on the two middle notes, and a natural on the fourth.

Something like this:

\version "2.10.20"
myAccidentals = {
  \set Staff.autoAccidentals = #'(
        Staff
        (same-octave . -1)
        (same-octave . 0) )
}
\relative c'' {
  \myAccidentals
  c4 cis cis8 cis c c
}

?
Unfortunately the internals documentation of the property autoAccidentals is currently wrong. I'll look into it.

-Rune


_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to