Federico Bruni <fedel...@gmail.com> writes:

> 2013/11/10 Pavel Roskin <pro...@gnu.org>
>
>> Hello!
>>
>> Using \addlyrics instead of \new Lyrics makes NullVoice appear in the
>> printable output.
>>
>> Lilypond produces output with two dots for this input (screenshot
>> attached):
>>
>> \version "2.17.29"
>> soprano = { e'4. }
>> verse = \lyricmode { La }
>> \score {
>>   \new Staff <<
>>     \new Voice \soprano
>>     \new NullVoice \soprano
>>     \addlyrics \verse
>>   >>
>> }
>>
>> This source is processed correctly (one dot):
>>
>> \version "2.17.29"
>> soprano = { e'4. }
>> verse = \lyricmode { La }
>> \score {
>>   \new Staff <<
>>     \new Voice \soprano
>>     \new NullVoice = "aligner" \soprano
>>     \new Lyrics \lyricsto "aligner" \verse
>>   >>
>> }
>>
>>
>>
> In the Documentation all the examples of NullVoice use \lyricsto. I don't
> know if there's a specific reason.

Because \addlyrics _only_ works with Voice lyrics?

-- 
David Kastrup


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

Reply via email to