lilypond-auto
[Top][All Lists]
Advanced

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

[Lilypond-auto] Issue 3654 in lilypond: NullVoice: using \addlyrics inst


From: lilypond
Subject: [Lilypond-auto] Issue 3654 in lilypond: NullVoice: using \addlyrics instead of \new Lyrics makes the number of dots double
Date: Sun, 10 Nov 2013 20:14:28 +0000

Status: Accepted
Owner: ----
Labels: Type-Defect

New issue 3654 by address@hidden: NullVoice: using \addlyrics instead of \new Lyrics makes the number of dots double
http://code.google.com/p/lilypond/issues/detail?id=3654

Report:
http://lists.gnu.org/archive/html/bug-lilypond/2013-11/msg00044.html

\version "2.17.29"
soprano = { e'4. f'4.. }
verse = \lyricmode { La La }

% any number of dot is doubled
\score {
  \new Staff <<
    \new Voice \soprano
    \new NullVoice \soprano
    \addlyrics \verse
  >>
}

% this  works fine
\score {
  \new Staff <<
    \new Voice \soprano
    \new NullVoice = "aligner" \soprano
    \new Lyrics \lyricsto "aligner" \verse
  >>
}

NR 2.1.2 uses only \new Lyrics, but there's no warning about \addlyrics.
I could find just this:

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.

I'm not sure if this may be a documentation issue...





Attachments:
        nullvoice-two-dots.png  6.1 KB

--
You received this message because this project is configured to send all issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings



reply via email to

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