Hey all,
I’ve posted a bug to the bug list about notes clumping after lyrics, but as I’m
on a tight schedule with this one piece, I’m also posting it to the list in
hopes that someone has seen this bug and knows of a workaround:
%{
A terminal lyric in the ossia staff causes notes to skip a measure and then
bundle up in the subsequent one.
To see the problem, comment the indicated line in and out.
%}
\version "2.19.15"
someMusic = \relative c, {
\clef bass
a4 a a a
<<
\new Staff \with {alignAboveContext="realBass" }
\new Voice = "tempBassVoice" {
\clef bass
a4 a a a |
a a a a
R1
}
\new Lyrics \with { alignAboveContext="realBass" } \lyricsto
"tempBassVoice" {
\lyricmode {
foo bar foo bar foo bar foo
%%%%%%% COMMENT THE LINE BELOW IN AND OUT TO SEE PROBLEM
bar
}}
\relative c, {
a4 a a a
a a a a
a a a a
} >>
a a a a
a a a a
}
\score {
\new Staff = "realBass"
\new Voice = "someMusic" {
\someMusic
}
}
_______________________________________________
lilypond-user mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/lilypond-user