MIDI: fix regtest failure
[lilypond/patrick.git] / input / regression / spacing-proportional.ly
blob2cc2b6cfd15731ce542e3b26ac4f5fdea1f88a33
1 \header {
3 texidoc = "Proportional notation can be created by setting
4 @code{proportionalNotationDuration}. Notes will be spaced proportional
5 to the distance for the given duration."
9 \version "2.12.0"
11 \paper { ragged-right = ##t }
13 \relative c''
15 \set Score.proportionalNotationDuration = #(ly:make-moment 1 16)
16 \new Staff { c8[ c c c c c] c4 c2 r2 }
17 \new Staff { c2 \times 2/3 { c8 c c } c4 c1 }