lilypond-user
[Top][All Lists]
Advanced

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

Recursive percent repeats


From: Han-Wen Nienhuys
Subject: Recursive percent repeats
Date: Thu, 4 Jul 2002 17:44:22 +0200

address@hidden writes:
> Hi,
> 
> I have half a bar of music which is repeated 6 times, and I'd like the output 
> to look something like
> 
> | [music] / | % | % |
> 
> The intuitive way to do this would be
> \repeat "percent" 3 {
>   \repeat "percent" 2 { [music] } |
> }
> 
> but I just get a "warning: no one to print a percent" and the "/" in the 
> first bar is not output. Using 1.4.12. Is this fixed in 1.5?


> How should I do 
> to get the desired result?

Submit a patch separating the engraver for / and % into two separate
engravers.

-- 

Han-Wen Nienhuys   |   address@hidden    | http://www.cs.uu.nl/~hanwen/




reply via email to

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