2015-04-18 2:40 GMT+02:00 MING TSANG <[email protected]>:
> Dear lilyponders,
> The same code when run with v2.18.2   all notes are displayed on pdf; but it
> run with v2.19.18 only one note displayed.
> Is this a bug?
> Immanuel,
> Ming
>
> _______________________________________________
> lilypond-user mailing list
> [email protected]
> https://lists.gnu.org/mailman/listinfo/lilypond-user
>

Hi,

in your example the ChordNames-context dies quite early.
Thus I suspect the fix for issue 2010 responsible.

You can fix your example with:

\score {
  <<
    \new ChordNames \chordNames
    \new Staff \new Voice = "mel" { \melody }
    \new Lyrics \lyricsto "mel" { \verse }
  >>
  \layout { }

}

HTH,
  Harm

_______________________________________________
lilypond-user mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to