bug-lilypond
[Top][All Lists]
Advanced

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

addlyrics unhides NullVoice


From: Pavel Roskin
Subject: addlyrics unhides NullVoice
Date: Sat, 09 Nov 2013 23:56:12 -0500
User-agent: Internet Messaging Program (IMP) H3 (4.1.4)

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
Description: PNG image


reply via email to

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