Updates:
Summary: Avoid interrupting the first set of repeats and/or percent symbols by a line break

Comment #2 on issue 4518 by [email protected]: Avoid interrupting the first set of repeats and/or percent symbols by a line break
https://code.google.com/p/lilypond/issues/detail?id=4518

What do you intend to show with this example? In such constrained spacing, there wouldn't have been any possibility to do better. However, with

%%%%%%%%% 4518.ly %%%%%%%%%%
\header { tagline = ##f }
\layout { indent = 0 }
\paper {
  paper-width = 9 \cm
  paper-height = 13 \cm
}

pat = { f f f f }
\relative f' {
  \pat \pat
  \repeat percent 3 \pat \pat
  \repeat unfold 13 \pat
}
%%%%%%%%%% end snippet %%%%%%%%%%%%%%

it would be better to break after the second bar and have an additional line. That's what this issue should do, isn't it?

Attachments:
        4518.png  12.5 KB

--
You received this message because this project is configured to send all issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings

Reply via email to