Re: Manual rest placement doesn't seem to work

2006-04-03 Thread Mats Bengtsson
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

Re: Manual rest placement doesn't seem to work

2006-04-03 Thread Bertalan Fodor
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

Re: Manual rest placement doesn't seem to work

2006-04-03 Thread Geoff Horton
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 _

Re: Manual rest placement doesn't seem to work

2006-04-02 Thread Geoff Horton
> 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

Re: Manual rest placement doesn't seem to work

2006-04-02 Thread Geoff Horton
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

Re: Manual rest placement doesn't seem to work

2006-04-02 Thread Geoff Horton
> 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 {

Re: Manual rest placement doesn't seem to work

2006-04-02 Thread Graham Percival
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.