lilypond-user
[Top][All Lists]
Advanced

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

more: chords as text markup


From: steve berthiaume
Subject: more: chords as text markup
Date: Tue, 8 May 2007 16:24:46 -0400

hope these questions aren't too stupid or nitpicky:

i am trying to add chord symbols as text markup rather than through chords mode, because i can't make sense of the process as outlined in the manual or regression tests (my problem).

in the following example, in changing font to verdana, i seem to have lost the accidental, and no combination of brackets and quotes seems to help. 

also, while this example concerns the flat symbol, is it correct to assume that the sharp sign in a chord symbol should be the actual sharp accidental and not the # [shift 3 on the american keyboard layout]?

thanks,

steve

\version "2.10.20"


  \score

{\relative c' 

{
 
 
    { 
    \override NoteHead #'style = #'slash
               \override Stem #'transparent = ##t

        b'4^\markup {G \flat mi \super "9"} b b b
        b4^\markup {\override #'(font-name . "Verdana"){G \flat mi \super "9"}} b b b
    }

}
}

reply via email to

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