[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Again: \rest spacing
From: |
Thomas Scharkowski |
Subject: |
Again: \rest spacing |
Date: |
Mon, 23 Feb 2004 08:33:13 +0100 |
User-agent: |
Mozilla Thunderbird 0.5 (Windows/20040207) |
Hello,
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
}
}
}

- Again: \rest spacing,
Thomas Scharkowski <=