David Kastrup <d...@gnu.org> writes:

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

Yes, this would be a way. Just like:

before = { <big series of notes> }
after = { <another series of notes> }

  ...
  \before
  <some notes1>
  \after
  \before
  <some notes2>
  \after
  ...

However, I'd like to avoid the use of variables since that visually
interrupts the flow of notes.

-- Johan

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

Reply via email to