Josiah Boothby <[email protected]> writes:

> Would not a more canonical way be to use tags? Not as elegant maybe,
> but:
>
> aaa = { 
>   \tag #'first { c4 d e f }
>   \tag #'second { f4 e d c }
> } 
>
> bbb = { 
>   a4 a a a 
>   s4*4 
>   b4 b b b 
> }
>
> \score { << \bbb { s4*4 \keepWithTag #'first \aaa } >> }
>
> \score { << \bbb { s4*4 \keepWithTag #'second \aaa } >> }

I already use tags extensively, so I'd need \keepWithTag /
\removeWithTag for most/several/all combinations of tags.

Yes, it can be done...

-- Johan

_______________________________________________
lilypond-user mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to