-------- Original-Nachricht --------
\version "2.19.29" \language "italiano" \header { title = "禱願" subtitle = "Prayer Willing" poet = "雨打芭蕉" % Remove default LilyPond tagline tagline = ##f} \paper { #(set-paper-size "letter")} \layout { \context { \Voice \consists "Melody_engraver" \override Stem #'neutral-direction = #'() }} global = { \key do \major \numericTimeSignature \time 2/4 \tempo 4=100} chordNames = \chordmode { \global % Chords follow here. } melody = \relative do'' { \global mi''4. re8 |%m01 do8. re16 sol16 |%m02 } verse = \lyricmode { % Lyrics follow here. } \score { << \new ChordNames \chordNames \new Staff { \melody } \addlyrics { \verse } >> \layout { } \midi { }}
Hi, in the example you provided some curly braces are commented out. HTH Thomas _______________________________________________ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user