2015-04-18 11:18 GMT+02:00 Thomas Morley <thomasmorle...@gmail.com>:
> 2015-04-18 2:40 GMT+02:00 MING TSANG <tsan...@rogers.com>:
>> 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
>> lilypond-user@gnu.org
>> 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

Here some tiny examples:

\version "2.19.18"

%% strange
<<
  \new ChordNames { s8 }
  \new Staff { c''4 c'' c'' c'' }
  \addlyrics { a b c d }
>>


%% working
<<
  \new ChordNames { s8 }
  \new Staff \new Voice = "mel" { c''4 c'' c'' c'' }
  \new Lyrics \lyricsto "mel" { a b c d }
>>

Cheers,
  Harm

_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to