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. I can find only this warning:
The NullVoice context must be inside a Staff context, and should only contain notes that are already being displayed in that staff, and in the same octave. Otherwise the NullVoice may interact with the printed voices in unexpected ways. For example, arbitrary notes in the NullVoice may cause accidentals to appear (or disappear) on the staff. Thanks, added as http://code.google.com/p/lilypond/issues/detail?id=3654 _______________________________________________ bug-lilypond mailing list bug-lilypond@gnu.org https://lists.gnu.org/mailman/listinfo/bug-lilypond