]> git.donarmstrong.com Git - lilypond.git/blob - input/lsr/spacing/proportional-spacing.ly
Add warning for LSR files.
[lilypond.git] / input / lsr / spacing / proportional-spacing.ly
1 %%  Do not edit this file; it is auto-generated from LSR!
2 \version "2.10.12"
3
4 \header { texidoc = "
5 Proportional notation can be created by setting
6 @code{proportionalNotationDuration}. Notes will be spaced proportional
7 to the distance for the given duration. 
8 " }
9
10 \paper {
11   ragged-right = ##t 
12 }
13
14 \relative c''
15 <<
16   \set Score.proportionalNotationDuration = #(ly:make-moment 1 16)
17   \new Staff { c8[ c c c c c] c4 c2 r2 }
18   \new Staff { c2 \times 2/3 { c8 c c } c4 c1 }
19 >>
20