lilypond-user
[Top][All Lists]
Advanced

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

Re: Automatic accidental rule


From: Rune Zedeler
Subject: Re: Automatic accidental rule
Date: Thu, 13 Mar 2008 18:04:40 +0100
User-agent: Thunderbird 2.0.0.12 (X11/20080227)

Stephen Lavelle skrev:
(after remembering to put it in each voice)

Ofcourse, if you want it globally, you can do the setting once and for all in the layout-block:

\version "2.10.20"
\layout {
  \context {
    \Staff
    autoAccidentals = #'( Staff (same-octave . -1) (same-octave . 0) )
    extraNatural = ##f
  }
}
\relative c'' {
  c8 cisis cisis cis cis cis c c
}


-Rune




reply via email to

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