Originally created by: *anonymous
Originally created by: janek.li...@gmail.com
Originally owned by: dak@gnu.org
\version "2.19.10"
% Found by David Kastrup - see original report here
\markup {
Lyrics with explicit durations associated to a Staff context
with notes overlap:
}
<<
\new Staff = "high" {
\time 4/2 c'\breve c'2 b a1
}
\new Lyrics \with { associatedVoice = "high" } \lyricmode {
\times 2/3 {
In2 splen4 -- do4. -- ri8 -- bus sanct -- o2. -- rum.
} A2 -- _ __ men.
}
>>
\markup {
interestingly, when a rest (or a spacer rest, or a FMR) is used,
there is no problem:
}
<<
\new Staff = "high" {
\time 4/2 r\breve c'2 b a1
}
\new Lyrics \with { associatedVoice = "high" } \lyricmode {
\times 2/3 {
In2 splen4 -- do4. -- ri8 -- bus sanct -- o2. -- rum.
} A2 -- _ __ men.
}
>>
Originally posted by: janek.li...@gmail.com
See also related issue 3254.
Related
Issues:
#3254Originally posted by: PhilEHol...@googlemail.com
Worth a picture, I think.
Also possibly worth noting the errors, which Issue 4029 will get rid of?
warning: Lyric syllable does not have note. Use \lyricsto or associatedVoice.
In2 splen4 -- do4. -- ri8 -- bus sanct -- o2. -- rum.
Related
Issues:
#4029Originally posted by: janek.li...@gmail.com
Yes, you're right. Thanks!
Originally posted by: dak@gnu.org
Issue 4030: Lyrics associated to a Staff are placed on top of each other
The approach here is simply to avoid attaching to noteheads that have
actually started _before_ the current moment of time. It is somewhat
irritating that includeGraceNotes cannot possibly be supported in
associated voices with its own timing (rather than the fully
synchronized \addlyrics or \lyricsto): Instead you need to use the same
durations, including \grace constructs, in order to match the note you
are aiming for.
http://codereview.appspot.com/140170044
Labels: Patch-new
Owner: dak@gnu.org
Status: Started
Related
Issues:
#4030Originally posted by: dak@gnu.org
Patchy the autobot says: Does not compile
Labels: -Patch-new Patch-needs_work
Originally posted by: dak@gnu.org
Fix typo from removing property
http://codereview.appspot.com/140170044
Labels: -Patch-needs_work Patch-new
Originally posted by: dak@gnu.org
Patchy the autobot says: passes tests. To be expected here: slight increase in "cause" property lookup
Labels: -Patch-new Patch-review
Originally posted by: pkx1...@gmail.com
Patchy the autobot says: passes tests. includes a full make doc
Originally posted by: pkx1...@gmail.com
Patch on countdown for September 8th
Labels: -Patch-review Patch-countdown
Originally posted by: pkx1...@gmail.com
Patch counted down - please push
Labels: -Patch-countdown Patch-push
Originally posted by: dak@gnu.org
Pushed to staging as
commit [r1729476becdb152bed917f6c370ace5745f97aa9]
Author: David Kastrup <dak@gnu.org>
Date: Thu Sep 4 15:07:20 2014 +0200
Issue 4030: Lyrics associated to a Staff are placed on top of each other
The approach here is simply to avoid attaching to noteheads that have
actually started _before_ the current moment of time. It is somewhat
irritating that includeGraceNotes cannot possibly be supported in
associated voices with its own timing (rather than the fully
synchronized \addlyrics or \lyricsto): Instead you need to use the same
durations, including \grace constructs, in order to match the note you
are aiming for.
Labels: -Patch-push Fixed_2_19_14
Status: Fixed
Related
Issues:
#4030Originally posted by: ColinPKC...@gmail.com
(No comment was entered for this change.)
Status: Verified
Diff:
.