]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/spacing-proportional.ly
Docs: run convert-ly for 2.14.0.
[lilypond.git] / input / regression / spacing-proportional.ly
1 \header {
2
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."
6
7 }
8
9 \version "2.14.0"
10
11 \paper { ragged-right = ##t }
12
13 \relative c''
14 <<
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 }
18 >>
19
20    
21          
22
23