bug-lilypond
[Top][All Lists]
Advanced

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

[GUB 2.7.36] Lyrics context sticks out if words cover all the notes in t


From: Andrzej Kopec
Subject: [GUB 2.7.36] Lyrics context sticks out if words cover all the notes in the Voice which is aligned to
Date: Tue, 28 Feb 2006 13:01:13 +0100

Lyrics context sticks out if words cover all the notes in the Voice which is 
aligned to,
so this makes me unable to put two blocks with lyrics in a sequence. 
the problem doesn't exist when there is less text then notes (and then we have 
to keep
context with eg. s1*3). 
I observed the similar behavior with lily 2.6.4.

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\version "2.7.36"
  
myNotes = \relative c' { r2 c2 d4 e f g r2 c,4 r }
myLyr = \lyricmode { la -- la -- la -- la -- la bum! }

part = <<
  \context Staff = "myStaff" \context Voice = "v" \myNotes  %%% Alto solo
  \context Lyrics = "lyr" { s1*3 }
  \context Lyrics = "lyr" \lyricsto "v" \myLyr
  >>

\score {
  { \part \part } 
}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

Best,
/ak/




reply via email to

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