From 34ddb1b13dc13069156252b65908e83c93bb21f3 Mon Sep 17 00:00:00 2001 From: Neil Puttock Date: Sat, 15 May 2010 23:37:14 +0100 Subject: [PATCH] Correct line endings in regression test. --- input/regression/stem-length-estimation.ly | 40 +++++++++++----------- 1 file changed, 20 insertions(+), 20 deletions(-) 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 +} -- 2.39.5