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
   }

}
}
_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to