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:25:41 +0200

2015-04-18 11:18 GMT+02:00 Thomas Morley <address@hidden>:
> 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

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



reply via email to

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