]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/spacing-uniform-stretching.ly
Merge branch 'master' into dev/texi2html
[lilypond.git] / input / regression / spacing-uniform-stretching.ly
1 \header {
2
3   texidoc = "Notes are spaced exactly according to durations,
4   if @code{uniform-stretching} is set. Accidentals are ignored, and no
5   optical-stem spacing is performed."
6
7 }
8
9 \version "2.11.51"
10
11 \relative c''
12 <<
13   \override  Score.SpacingSpanner #'uniform-stretching = ##t 
14   \new Staff {
15     c16[ c c c c c c c c c16]
16   }
17   \new Staff {
18     \times 6/7 { c16 c c cis c c c }
19     c8[ c32 c32 c16]
20     
21   }
22 >>
23
24    
25          
26
27