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
  >>
}

--
Regards,
Pavel Roskin

<<attachment: nullvoice-two-dots.png>>

_______________________________________________
bug-lilypond mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/bug-lilypond

Reply via email to