Hi Folks,
   With Lilypond 2.2.3 from the Debian package 2.2.3-1.pk, if I set
   word-space = #1 in a chordnames context, then each glyph within
   each chord is spread out, instead of chord symbols each being treated
   as a word.

Example:


\score { 
       \context ChordNames \chords { fis:m7/+d gis:dim bes:7/+as bes:7/+g } 
       \paper { 
           \context {  
               \ChordNamesContext  
               \override ChordName #'word-space = #1  
               \override ChordName #'style = #'american  
               chordChanges = ##t  
           }  
       } 
} 


_______________________________________________
bug-lilypond mailing list
[EMAIL PROTECTED]
http://lists.gnu.org/mailman/listinfo/bug-lilypond

Reply via email to