Johan Vromans <jvrom...@squirrel.nl> writes:

> Hi,
>
> Sometimes I feel the need to make life easier in situations like this:
>
>   <big series of notes> <some notes1> <another series of notes>
>   <big series of notes> <some notes2> <another series of notes>
>
> Something similar to:
>
>   \repeat unfold 2 {
>     big series of notes
>     \alternative { { some notes 1 } { some notes 2 } }
>     another series of notes
>   }
>
> It's not a big deal -- it's just that it would be handy.

bla = { <big series of notes> \tag #'here {} <another series of notes> }

\pushToTag #'here { <some notes1> } \bla
\pushToTag #'here { <some notes2> } \bla

-- 
David Kastrup


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

Reply via email to