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.

_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to