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

New issue 3733 by [email protected]: 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