lilypond-user
[Top][All Lists]
Advanced

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

accidentals in augmented unisons


From: luis jure
Subject: accidentals in augmented unisons
Date: Tue, 10 Jun 2008 20:40:17 -0300

hello list,

i'm using an example from the learning manual to write a chord with an
augmented unison:

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>
     }

this works, but i'd like to control the horizontal position of the
natural and flat symbols. i have no idea how i can achieve this, any
help would be greatly appreciated.

best,

lj




reply via email to

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