lilypond-user
[Top][All Lists]
Advanced

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

accidentals clash


From: Han-Wen Nienhuys
Subject: accidentals clash
Date: Sat, 17 May 2003 13:40:57 +0200

address@hidden writes:
> As the following great composition of mine shows, I cannot figure out
> how to print accidentals for both the c and cis in a chord nicely. The
> cancelation sign and the sharp are printed on top of each other...
> 
> \score {
>     \notes \relative c'' {
>       r
>       <c! cis!>
>       <c! \property Staff.Accidental  \override #'extra-offset =#'(-1 . 5)
> cis!>
>     }
> }
> 
> Is there a way to print this nicely?

Use \outputproperty or \applyoutput to set the #'extra-offset on the
accidental separately.  However, if possible simply say <c des> or
<bis cis>

-- 

Han-Wen Nienhuys   |   address@hidden   |   http://www.cs.uu.nl/~hanwen 




reply via email to

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