2017-05-05 19:20 GMT+02:00 Lukas-Fabian Moser :
> Is it possible to force Lilypond to use % as a repeat sign if the repeated
> section does not fill a whole measure?
>
> \relative c' {
> \repeat percent 2 { c4 d }
> \repeat percent 2 { c4 d e f }
> }
>
> Here, the first repeat is a slash /, th
On Fri, May 5, 2017 at 1:20 PM, Lukas-Fabian Moser wrote:
> Is it possible to force Lilypond to use % as a repeat sign if the repeated
> section does not fill a whole measure?
>
> \relative c' {
> \repeat percent 2 { c4 d }
> \repeat percent 2 { c4 d e f }
> }
>
> Here, the first repeat is a
Is it possible to force Lilypond to use % as a repeat sign if the repeated
section does not fill a whole measure?
\relative c' {
\repeat percent 2 { c4 d }
\repeat percent 2 { c4 d e f }
}
Here, the first repeat is a slash /, the second a percent sign %. I'd like
to have a % sign in both inst