lilypond-user
[Top][All Lists]
Advanced

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

Re: typesetting an unusual chord


From: Nick Payne
Subject: Re: typesetting an unusual chord
Date: Sun, 31 Jan 2010 08:28:32 +1100
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.5) Gecko/20091229 Thunderbird/3.0

The snippet at http://lsr.dsi.unimi.it/LSR/Item?id=505 may help.

Nick

On 31/01/10 07:51, Stefaan Himpe wrote:
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.





reply via email to

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