bug-lilypond
[Top][All Lists]
Advanced

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

Re: addlyrics unhides NullVoice


From: David Kastrup
Subject: Re: addlyrics unhides NullVoice
Date: Sun, 10 Nov 2013 21:26:27 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux)

Federico Bruni <address@hidden> writes:

> 2013/11/10 Pavel Roskin <address@hidden>
>
>> 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




reply via email to

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