lilypond-user
[Top][All Lists]
Advanced

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

Re: converting rests with specified vertical position to common rests


From: Arno Rog
Subject: Re: converting rests with specified vertical position to common rests
Date: Thu, 15 Jan 2009 10:49:45 +0000 (UTC)
User-agent: Loom/3.14 (http://gmane.org/)

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





reply via email to

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