Updates:
Summary: 'Dead' contexts affect lyric placement for 'next' instance of musical expression
        Owner: ---
        Cc: [email protected]
        Labels: -Type-Enhancement -Priority-Medium Type-Ugly

Comment #13 on issue 127 by [email protected]: 'Dead' contexts affect lyric placement for 'next' instance of musical expression
http://code.google.com/p/lilypond/issues/detail?id=127

This is still an issue in 2.15.11:

--snip--
After the first \musicwithlyrics, the mylyrics context dies, since there
are no musical events in that context directly following. However,
LilyPonds still remembers that there was a context there, so the next
time the new incarnation of the same context is created, it is placed
further from the stave

Slightly modified example to show that it isn't necessarily the same musical expression that influences this.

\version "2.15.11"
musicwithlyrics = <<
 \relative c'{c d e f}
 \context Lyrics =mylyrics \lyricmode {Here is some text }


musicwithmorelyrics = <<
 \relative c'{c d e f g}
 \context Lyrics =mylyrics \lyricmode {Here is some more text }

\score{
\relative c'{ c1 \musicwithlyrics c1 \musicwithmorelyrics }
}

Attachments:
        2_15_11_output.PNG  13.7 KB


_______________________________________________
bug-lilypond mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/bug-lilypond

Reply via email to