maybe my last post was not clear enough, so I try again:
In polyphonic situations the vertical position of rests entered with \rest is not as expected.
The attached code produces correct positions for bar 1 (which is "monophonic" and wrong positions for bar 2, which is polyphonic.
I am quite sure this did not appear in previous versions.
Thank you Thomas 2.1.25 on cygwin/xp
--
\version "2.1.25"
\header {
pagenumber = "no"
}
\score {
\notes {
c''4 c'\rest^\markup {correct} c''\rest c\rest
<< {
\relative c''{
c c c\rest^\markup {too high} c
}
}
\\
{
\relative c'{
c c\rest_\markup {too low} c c
}
}
>>
}\paper {
raggedright=##t
\translator {
\ScoreContext
\remove Bar_number_engraver
}
}
}
<<inline: rest_spacing-page1.png>>
_______________________________________________ Lilypond-user mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/lilypond-user
