1\header {
2
3  texidoc = "Horizontal spacing is bounded by the current measure length.
4This means that the 3/8 setting does not affect the whole rest spacing."
5
6}
7
8
9\version "2.17.11"
10
11\layout {
12  ragged-right = ##t
13}
14
15\score {
16  \new Staff \with {
17    \remove "Separating_line_group_engraver"
18  } {
19    \relative c' {
20      \override Score.SpacingSpanner.uniform-stretching = ##t
21      \set Score.proportionalNotationDuration = #(ly:make-moment 4/25)
22      r1
23      \time 3/8 r4.
24    }
25  }
26}
27