lilypond-user
[Top][All Lists]
Advanced

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

typesetting an unusual chord


From: Stefaan Himpe
Subject: typesetting an unusual chord
Date: Sat, 30 Jan 2010 21:51:54 +0100
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.1.6) Gecko/20091216 Iceape/2.0.1 (Debian-2.0.1-1)

Hello all,

I'm trying to typeset the following somewhat unusual chord:

<f bes des d>4

As is to be expected, the 'des d' notes give a problem.
I found instructions on how to typeset a situation like this in the manual:

naturalplusflat = \markup { \natural \flat }
\relative c'' {
  \once \override Accidental
    #'stencil = #ly:text-interface::print
  \once \override Accidental #'text = #naturalplusflat
  \once \override Score.AccidentalPlacement #'right-padding = #1.5
  <b bes>
}

But I fail to see how I can apply this to my chord above as the "bes" also will be affected.

I'd be grateful for some advice.

Best regards,
Stefaan.





reply via email to

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