Hi Gianmaria,

In addition to the completion head engraver (David's mail), I'd pack the notes 
without shift in a variable, like

variable = { a2 b2 }

And use 

r4 \variable r4

or

r8 \variable r8 r4

Or whatever you'd like in the score. 
Just leave out the bar checks, they'll throw warnings ...

Best, Robert

______

The cure for a fallacious argument is a better argument, not the suppression of 
ideas.
-- Carl Sagan


> On 26 Mar 2016, at 01:06, Gianmaria Lari <gianmarial...@gmail.com> 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 
> ....
>  
> Thank you, g.
> _______________________________________________
> lilypond-user mailing list
> lilypond-user@gnu.org
> https://lists.gnu.org/mailman/listinfo/lilypond-user
_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to