bug-lilypond
[Top][All Lists]
Advanced

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

Issue 770 in lilypond: Lyrics behave differently when associated to a Vo


From: codesite-noreply
Subject: Issue 770 in lilypond: Lyrics behave differently when associated to a Voice-derived context
Date: Sun, 12 Apr 2009 09:26:18 +0000

Status: Accepted
Owner: v.villenave
Labels: Type-Defect Priority-Medium

New issue 770 by v.villenave: Lyrics behave differently when associated to a Voice-derived context
http://code.google.com/p/lilypond/issues/detail?id=770

% new report from Reinhold:

% For Voice-derived contexts, lyrics start one note too late!
% In particular, if you use CueVoice instead of voice (or our own CVoice
% defined above), lyrics will be off by 1 note.

\version "2.13.0"

\layout {
  \context{ \Voice
    \name CVoice
    \alias Voice
  }
  \context {
    \Staff
    \accepts CVoice
  }
}

\score {
  \new Staff <<
    \new Voice \relative c'' {
      g2 g2
      <<
          { \voiceOne R1 }
          \new CVoice = "cue" { \voiceTwo g4 g g g }
      >>
      g2 g2
      <<
          { \voiceOne R1 }
          \context Voice = "cue1" { \voiceTwo g4 g g g }
      >>
      g2 g2
      <<
          { \voiceOne R1 }
          \new CueVoice = "cue2" { \voiceTwo g4 g g g }
      >>
      g2 g2
  }
  \context Lyrics \lyricsto "cue" { do re mi fa }
  \context Lyrics \lyricsto "cue1" { do re mi fa }
  \context Lyrics \lyricsto "cue2" { do re mi fa }
  >>
}


--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings




reply via email to

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