MIDI: fix regtest failure
[lilypond/patrick.git] / input / regression / spacing-measure-length.ly
blob8cfa85df4a1b7b1a1ebd64149f8b357ed49fd697
1 \header {
3 texidoc = "Horizontal spacing is bounded by the current measure length.
4 This means that the 3/8 setting does not affect the whole rest spacing."
9 \version "2.12.0"
11 \layout {
12 ragged-right = ##t
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)
23 \time 3/8 r4.