On 29/02/2020 13:10, Davide Liessi wrote:
Hi all.
I'd like to have percent repeats automatically split at line breaks,
i.e., in the following example I'd like the first score to look like
the second.
\version "2.19.84"
\score {
\repeat percent 30 { c'1 }
}
\score {
{
\repeat percent 1
Hi all.
I'd like to have percent repeats automatically split at line breaks,
i.e., in the following example I'd like the first score to look like
the second.
\version "2.19.84"
\score {
\repeat percent 30 { c'1 }
}
\score {
{
\repeat percent 14 { c'1 }
\repeat percent 16 { c'1 }
}
}