From: Neil Puttock Date: Sat, 15 May 2010 22:37:14 +0000 (+0100) Subject: Correct line endings in regression test. X-Git-Tag: release/2.13.22-1~25 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=34ddb1b13dc13069156252b65908e83c93bb21f3;p=lilypond.git Correct line endings in regression test. --- diff --git a/input/regression/stem-length-estimation.ly b/input/regression/stem-length-estimation.ly index 9714f144ee..eb699287cf 100644 --- a/input/regression/stem-length-estimation.ly +++ b/input/regression/stem-length-estimation.ly @@ -1,20 +1,20 @@ -\version "2.13.22" - -\header { - texidoc = "Stems with overridden 'length should not confuse height estimation. -This example should fit snugly on one page. -" -} - -\paper { - #(set-paper-size "a6") - tagline = ##f - between-system-spacing #'padding = #1.20 -} - - -\new Voice { - \voiceTwo - \override Staff.Stem #'length = #0 - \repeat unfold 144 a -} +\version "2.13.22" + +\header { + texidoc = "Stems with overridden 'length should not confuse height estimation. +This example should fit snugly on one page. +" +} + +\paper { + #(set-paper-size "a6") + tagline = ##f + between-system-spacing #'padding = #1.20 +} + + +\new Voice { + \voiceTwo + \override Staff.Stem #'length = #0 + \repeat unfold 144 a +}