This bug was reported on bug-lilypond some weeks ago and according to
the ChangeLog file, it was fixed 2006-03-16, i.e. before version 2.8.
However, it seems that the fix didn't solve the problem.
/Mats
Quoting Geoff Horton <[EMAIL PROTECTED]>:
Try these simple examples on your system. If
Well, I think this is a bug, because \rest should have higher priority
than \voiceX, so I would make a report to bug-lilypond
Bert
Geoff Horton wrote:
A solution (or at least a workaround): Use \oneVoice before the rest
and then \voice[whatever] after it. I don't like it because it makes
the
A solution (or at least a workaround): Use \oneVoice before the rest
and then \voice[whatever] after it. I don't like it because it makes
the input file busier, but I suspect that a real fix would involve
fairly extensive recoding.
http://www.geoffhorton.com/lilypond.html#placerests
Geoff
_
> Combining the voices with \partcombine also produces a misplaced rest.
Sigh. No, it doesn't. Sorry about that. The other example really is
broken, though.
Geoff
___
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listin
Combining the voices with \partcombine also produces a misplaced rest.
Geoff
___
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user
> Try these simple examples on your system. If they work, then try to
> figure out exactly what the difference is between these examples and
> your situation.
It's the \voiceOne etc. that does it.
This does not work:
melody = \relative c'' {
b2\rest
}
alto = \relative c' {
s2
}
\score {
On 2-Apr-06, at 4:40 PM, Geoff Horton wrote:
I've been trying to use the manual placement mechanism and it doesn't
seem to work. Before I file it as a bug, though, I want to be sure I'm
doing it right. Code follows, output attached. Basically, I want the
rests of the center line of each staff.