Michael Kiermaier wrote:

I would like to extend that behaviour to the next two or maybe three or four measures, since the measures are relative short in my case (3/8 time signature). Is that possible?

If you want the modern accidentals to be remembered over 3 bar-lines (instead of the default 1), use

\set Score.autoAccidentals =
  #'(Staff (same-octave . 0) (any-octave . 0) (same-octave . 3))
\relative c' { \time 3/8 \key g \major f4. a4. fis4.}

Change the "3" to other values to alter how long the accidentals are remembered.

-Rune


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

Reply via email to