bug-lilypond
[Top][All Lists]
Advanced

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

Re: Issue 127 in lilypond: 'Dead' contexts affect lyric placement for 'n


From: lilypond
Subject: Re: Issue 127 in lilypond: 'Dead' contexts affect lyric placement for 'next' instance of musical expression
Date: Fri, 16 Sep 2011 15:47:09 +0000

Updates:
Summary: 'Dead' contexts affect lyric placement for 'next' instance of musical expression
        Owner: ---
        Cc: address@hidden
        Labels: -Type-Enhancement -Priority-Medium Type-Ugly

Comment #13 on issue 127 by address@hidden: '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




reply via email to

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