[EMAIL PROTECTED] 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   |   [EMAIL PROTECTED]    | http://www.cs.uu.nl/~hanwen/


_______________________________________________
Lilypond-user mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/lilypond-user

Reply via email to