[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Issue 1621 in lilypond: Alignment of Lyric syllable is wrong after tempo
From: |
lilypond |
Subject: |
Issue 1621 in lilypond: Alignment of Lyric syllable is wrong after temporary voice closes |
Date: |
Sun, 17 Apr 2011 21:48:55 +0000 |
Status: New
Owner: ----
New issue 1621 by address@hidden: Alignment of Lyric syllable is wrong
after temporary voice closes
http://code.google.com/p/lilypond/issues/detail?id=1621
%{Lyrics should be consistently aligned under notes.
If Lyrics to a temporary nested voice
are entered before Lyrics to the containing voice,
then the second syllable after the temporary voice ends
is differently aligned.
%}
\version "2.13.60"
<<
\relative c' {
\context Voice = "a" {
\context Voice = "b" { c4 c }
c4 c
}
}
% exchange to make the bug disappear
\context Lyrics \lyricsto "a" \lyricmode { aaa aaa }
\context Lyrics \lyricsto "b" \lyricmode { bbb bbb }
Although just discovered in version 2.13.60 using song-repetition.ly, the
example above reveals the bug at least as far back as 2.12.3.
Attachments:
1621_2_13_60.png 3.9 KB
1621_2_12_3.png 3.8 KB
- Issue 1621 in lilypond: Alignment of Lyric syllable is wrong after temporary voice closes,
lilypond <=