MIDI: fix regtest failure
[lilypond/patrick.git] / input / regression / spacing-section.ly
blob3600574a041bb11c58210dfd4a2ecf122362fe42
1 \header {
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."
10 \paper
12 ragged-right = ##t
14 \version "2.12.0"
15 \relative c' {
16 \time 2/4
17 c4 c8 c
18 c8 c c4 c16[ c c8] c4
20 \newSpacingSection
21 \time 4/16
22 c8[ c16 c]
23 c16[ c c8]