lilypond-user
[Top][All Lists]
Advanced

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

Recursive percent repeats


From: Erik Sandberg
Subject: Recursive percent repeats
Date: Thu, 4 Jul 2002 16:59:53 +0200

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?

Erik



reply via email to

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