lilypond-user
[Top][All Lists]
Advanced

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

Re: notes do not show up in v2.19.18


From: Thomas Morley
Subject: Re: notes do not show up in v2.19.18
Date: Sat, 18 Apr 2015 11:18:04 +0200

2015-04-18 2:40 GMT+02:00 MING TSANG <address@hidden>:
> 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
> address@hidden
> 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



reply via email to

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