Hi all,
I seem to be having trouble with rest alignment. The specific case I have is
pretty specific:
1. I have a multiple-voice section
2. I have /slurUp
3. I have a rest, with no rests before this point
In this case, the rest seems to still be high rather than centered, as if
another voice still existed. If there is a rest anywhere before the /slurUp
command, the problem does not exist. Is this a known issue or am I doing
something stupid?
\version "2.14.2"
{
% Problem here
<< { f' e' g' g' } \\ { e' d' d' d' } >> \slurUp d' r4
}
{
% This is fine
r4 << { e' g' g' } \\ { d' d' d' } >> \slurUp d' r4
}
{
% This is fine
<< { f' e' g' g' } \\ { e' d' d' d' } >> r4 \slurUp r4
}
_______________________________________________
lilypond-user mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/lilypond-user