[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Lilypond-auto] Issue 4030 in lilypond: Lyrics associated to a Staff are
From: |
lilypond |
Subject: |
[Lilypond-auto] Issue 4030 in lilypond: Lyrics associated to a Staff are placed on top of each other |
Date: |
Sat, 26 Jul 2014 07:19:11 +0000 |
Status: Accepted
Owner: ----
Labels: Type-Defect
New issue 4030 by address@hidden: Lyrics associated to a Staff are
placed on top of each other
http://code.google.com/p/lilypond/issues/detail?id=4030
\version "2.19.10"
% Found by David Kastrup - see original report here:
% https://code.google.com/p/lilypond/issues/detail?id=4005#c12
\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.
}
--
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
- [Lilypond-auto] Issue 4030 in lilypond: Lyrics associated to a Staff are placed on top of each other,
lilypond <=