Works for me.

Bert



test.ly
=====
\version "2.5.31"

\paper  {
 % change for other default global staff size.
 myStaffSize = #20

 #(define fonts
(make-pango-font-tree "Times New Roman" "Arial" "Courier New" (/ myStaffSize 20)))
}

melody = \relative c' {
 \clef treble
 \key c \major
 \time 4/4

 a b c d
}

text = \lyricmode {
 Aaa Bee Cee Dee
}

harmonies = \chordmode {
 a2 c2
}

\score {
 <<
   \context ChordNames {
     \harmonies
   }
 \context Voice = one {
   \melody
 }
 \lyricsto "one" \new Lyrics \text
 >>
 \layout { }
}




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

Reply via email to