Revert "Fix syntax error in fret-diagrams.ly"
[lilypond/csorensen.git] / input / regression / spacing-proportional.ly
blob20c14c029f62d92d2a2f78bd0635a82420730aea
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.10.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 }