bug-lilypond
[Top][All Lists]
Advanced

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

Font change in ChordNames loses accidentals


From: Brett Duncan
Subject: Font change in ChordNames loses accidentals
Date: Thu, 01 Mar 2007 17:10:15 +1100
User-agent: Thunderbird 1.5.0.9 (Macintosh/20061207)

The following code compiles without errors, but the flat sign in the chord name does not appear.


\version "2.11.18"

\header { title = "Whereditgo?" }

\score { <<
       \override Score.ChordName #'font-name = #"Arial"
       \new ChordNames { \chordmode {  aes1 }
       \relative c' { c1 }
   >>
}





reply via email to

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