]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/spacing-section.ly
(Two-pass vertical spacing): add documentation for two-pass spacing
[lilypond.git] / input / regression / spacing-section.ly
1 \header {
2
3   texidoc = "New sections for spacing can be started with
4 @code{\newSpacingSection}. In this example, a section is started at
5 the 4/16, and a 16th in the second section takes as much space as a
6 8th in first section."
7
8 }
9
10 \paper
11 {
12   ragged-right = ##t
13   }
14 \version "2.9.8"
15 \relative {
16   \time 2/4
17   c4 c8 c 
18   c8 c c4 c16[ c c8] c4
19
20   \newSpacingSection
21   \time 4/16
22   c8[ c16 c]
23   c16[ c  c8]
24
25   
26