]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/instrument-name-markup.ly
* lily/new-chord-name-engraver.cc (process_music): give original
[lilypond.git] / input / regression / instrument-name-markup.ly
index dce7f0f23b0940eaa9b30ecfef92feffe361ea3a..c367b7f5fdad8c835baf5f60e8a95c1eb9dcb4bd 100644 (file)
@@ -10,12 +10,13 @@ including alterations. "
 \version "1.7.6"
 
 
+textFlat = \markup {\smaller \musicglyph #"accidentals--1"}
 \score {
   \notes \context Staff = treble {
     \property Staff.instrument
-       = \markup { \column << "Clarinetti" { "in B" \smaller \musicglyph #"accidentals--1" } >> }
+       = \markup { \column << "Clarinetti" { "in B" \textFlat } >> }
     \property Staff.instr
-       = \markup { \smaller  { "Cl(B" \smaller \musicglyph #"accidentals--1" ")" } }
+       = \markup { \smaller  { "Cl(B" \textFlat ")" } }
 
     { c''1 \break c'' }