]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/spacing-proportional.ly
Release: bump Welcome versions.
[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.19.21"
10
11 \paper { ragged-right = ##t }
12
13 \relative
14 <<
15   \set Score.proportionalNotationDuration = #(ly:make-moment 1/16)
16   \new Staff { c''8[ c c c c c]  c4 c2 r2 }
17   \new Staff { c2  \tuplet 3/2 { c8 c c } c4 c1 }
18 >>
19
20    
21          
22
23