lilypond-user
[Top][All Lists]
Advanced

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

Re: Automatic accidental rule


From: Stefan Thomas
Subject: Re: Automatic accidental rule
Date: Sat, 22 Mar 2008 20:51:45 +0100

Sorry, I made a mistake!
I mean, off course:

\version "2.11.42"
\relative { \set Staff.autoAccidentals = #'(
         Staff
         (same-octave . -1)
         (same-octave . 0)
         (any-octave . 0) )
< c fis b cis>1  }



2008/3/15, Rune Zedeler <address@hidden>:
Stefan Thomas skrev:

> then no natural sign will be printed before the c,
> How can I change it?


   \set Staff.autoAccidentals = #'(
         Staff
         (same-octave . -1)
         (same-octave . 0)

         (any-octave . 0) )


-Rune


reply via email to

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