]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/spacing-accidental.ly
Add support for max-systems-per-page.
[lilypond.git] / input / regression / spacing-accidental.ly
1
2 \version "2.11.51"
3
4 \header {
5   texidoc = "Accidentals sticking out to the left
6 of a note will take a little more space, but only if the spacing is tight." 
7 }
8
9 \layout { ragged-right = ##t}
10
11 \relative c'' {
12   \time 8/4
13   c2 c2 cis2 cis2 |
14   c8 c8 cis8 cis8 cis c c c]
15 }
16
17
18
19
20