lilypond-auto
[Top][All Lists]
Advanced

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

[Lilypond-auto] Issue 3733 in lilypond: after lyrics with \lyricsto foll


From: lilypond
Subject: [Lilypond-auto] Issue 3733 in lilypond: after lyrics with \lyricsto following notes disappear
Date: Tue, 17 Dec 2013 08:14:55 +0000

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

New issue 3733 by address@hidden: after lyrics with \lyricsto following notes disappear
http://code.google.com/p/lilypond/issues/detail?id=3733

using Lyrics in an undocumented or recommended fashion (ie. within a voice) notes following the lyric part stop printing.

\new Staff=staff \relative c'' {
  g a b c
  \stopStaff
  <<
    \new Voice=voice {b b b b}
    \new Lyrics \lyricsto voice{ x x x x } % remove to have it work
    \new Lyrics \with {alignAboveContext=staff}{
      \set associatedVoice=voice % works if still in default mode
      \lyricmode{ ↓ ↓ ↓ ↓ }
    }
    \new Lyrics \with {associatedVoice=voice}
    \lyricmode { ↑ ↑ ↑ ↑ }
  >>
  \startStaff
  c b a g
}


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