On Wednesday 19 October 2005 15.39, Thies Albrecht wrote:
> Hi everybody!
>
> Any idea or hint on how to automatically expand percent repeats once at
> line breaks. For example
>
>     \repeat percent 50 {c d e f}
>
> should lead to several line breaks. At each new line the repeat should
> be unfolded instead of printing a percent symbol.
>
> A question about that by someone in an earlier thread never led to an
> answer.

Line breaks are calculated after the repeats have been expanded, so this isn't 
possible unless you do manual line breaks after the repeat (it could be 
possible to invent a \percentBreak, which forces percent repeats to be 
unfolded once after the break).

Insertion of such breaks _could_ be automated with hacks similar to 
LaTeX's .aux files, but that solution is probably too dirty/inelegant to be 
implemented in lilypond.

-- 
Erik


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

Reply via email to