lilypond-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: accidental-style modern


From: Rune Zedeler
Subject: Re: accidental-style modern
Date: Mon, 18 Dec 2006 19:24:09 +0100
User-agent: Thunderbird 1.5.0.8 (X11/20061117)

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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]