lilypond-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Fold out repeats with alternatives


From: Johan Vromans
Subject: Re: Fold out repeats with alternatives
Date: Sat, 21 Jul 2012 16:17:28 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.3 (gnu/linux)

David Kastrup <address@hidden> 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]