]> git.donarmstrong.com Git - lilypond.git/blob - input/lsr/spacing/proportional-spacing.ly
a988868e584d45d29e1ae8488c01a7127aec0ce5
[lilypond.git] / input / lsr / spacing / proportional-spacing.ly
1 \version "2.10.12"
2
3 \header { texidoc = "
4 Proportional notation can be created by setting
5 @code{proportionalNotationDuration}. Notes will be spaced proportional
6 to the distance for the given duration. 
7 " }
8
9 \paper {
10   ragged-right = ##t 
11 }
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