lilypond-user
[Top][All Lists]
Advanced

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

Possible bug with multiple voices, slurup and rests?


From: David Liu
Subject: Possible bug with multiple voices, slurup and rests?
Date: Mon, 16 Jan 2012 23:22:24 +0000 (UTC)
User-agent: Loom/3.14 (http://gmane.org/)

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
}




reply via email to

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