lilypond-user
[Top][All Lists]
Advanced

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

Re: rhythm shift


From: David Wright
Subject: Re: rhythm shift
Date: Fri, 25 Mar 2016 23:52:23 -0500
User-agent: Mutt/1.5.21 (2010-09-15)

On Sat 26 Mar 2016 at 01:06:58 (+0100), Gianmaria Lari wrote:
> Hello,
> Is there any automatic tool to shift some lilypond music of a certain
> rhythm amount? For instance consider the following fragment:
> 
> \time 2/4
> r4 a4 ~ |
> a4 b4 ~|
> b4 r4
> ....
> 
> How can I shift (convert) it to:
> 
> \time 2/4
> a2 |
> b2 |
> r4
> ....

Take a look at the Notation Manual's Automatic note splitting in chapter 1:

\new Voice \with {
  \remove "Note_heads_engraver"
  \consists "Completion_heads_engraver"
  \remove "Rest_engraver"
  \consists "Completion_rest_engraver"
}

Cheers,
David.



reply via email to

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