[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Lilypond-auto] Issue 4518 in lilypond: Avoid interrupting the first
From: |
lilypond |
Subject: |
Re: [Lilypond-auto] Issue 4518 in lilypond: Avoid interrupting the first set of repeats and/or percent symbols by a line break |
Date: |
Thu, 23 Jul 2015 13:34:19 +0000 |
Updates:
Summary: Avoid interrupting the first set of repeats and/or percent
symbols by a line break
Comment #2 on issue 4518 by address@hidden: 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
- Re: [Lilypond-auto] Issue 4518 in lilypond: Avoid interrupting the first set of repeats and/or percent symbols by a line break,
lilypond <=