David Rogers <davidandrewrogers <at> gmail.com> writes:
>
> The short answer is: Yes. Staying with \relative will certainly
> not be a problem.
>
> However, I think it will be a lot of work to find each and every
> rest and simplify the way it's written. The vertical positioning
> is done by adding some extra code to each one of them - simply
> removing that extra code from each rest should give what you
> want and cause no side-effects.
>
> Ordinary rests are just r1 (for whole rest) r2 (for half rest)
> and so on.
>
> David
David,
Thanks for your reply!
There is a problem though when using \relative mode:
\relative c'' {
c g c g | %1
g' b, \rest f g | %2
}
When I change b, \rest to r4 it produces another result because of the use of
\relative!
\relative c'' {
c g c g | %1
g' r4 f g | %2
}
See what I mean?
I hope it can be done via a scheme or something...
Arno Rog
_______________________________________________
lilypond-user mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/lilypond-user