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.19.21"
10
11\relative
12<<
13  \override  Score.SpacingSpanner.uniform-stretching = ##t
14  \new Staff {
15    c''16[ c c c c c c c c c16]
16  }
17  \new Staff {
18    \tuplet 7/6 { c16 c c cis c c c }
19    c8[ c32 c32 c16]
20
21  }
22>>
23
24
25
26
27
28