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."
11 \paper { ragged-right
= ##t
}
15 \set Score
.proportionalNotationDuration
= #(ly
:make-moment
1 16)
16 \new Staff
{ c8[ c c c c c] c4 c2 r
2 }
17 \new Staff
{ c2 \times 2/3 { c8 c c } c4 c1 }