From: Trevor Daniels Date: Tue, 11 Jan 2011 19:10:34 +0000 (+0000) Subject: Remove Mac line terminations X-Git-Tag: release/2.13.46-1~5 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=38644b6631595bd3eb0e505e2fa5a152487e4ad0;p=lilypond.git Remove Mac line terminations --- diff --git a/input/regression/remove-empty-staves-auto-knee.ly b/input/regression/remove-empty-staves-auto-knee.ly index e86ce390f5..ecb5982a32 100644 --- a/input/regression/remove-empty-staves-auto-knee.ly +++ b/input/regression/remove-empty-staves-auto-knee.ly @@ -1,48 +1,48 @@ -\version "2.13.46" - -\header { - texidoc = " -RemoveEmptyStaves should keep the pre-existing value of -@code{auto-knee-gap}. In this case, the cross-staff beam -should be between the two staves. -" -} - -staffMusic = \new StaffGroup { - << - \new Staff = "rh" { - \relative c' { - c1 \break - c1 \break - c8[ c c c - \change Staff = "lh" - g, g g g] - \change Staff = "rh" - c1 - } - } - \new Staff = "lh" { - \relative c { - \clef bass - c1 - R1 - R1 - R1 - } - } - >> -} - -\score { - \staffMusic -} - -\layout { - ragged-right = ##t - \context { - \Staff - \override Beam #'auto-knee-gap = #4.5 - \RemoveEmptyStaves - } -} - +\version "2.13.46" + +\header { + texidoc = " +RemoveEmptyStaves should keep the pre-existing value of +@code{auto-knee-gap}. In this case, the cross-staff beam +should be between the two staves. +" +} + +staffMusic = \new StaffGroup { + << + \new Staff = "rh" { + \relative c' { + c1 \break + c1 \break + c8[ c c c + \change Staff = "lh" + g, g g g] + \change Staff = "rh" + c1 + } + } + \new Staff = "lh" { + \relative c { + \clef bass + c1 + R1 + R1 + R1 + } + } + >> +} + +\score { + \staffMusic +} + +\layout { + ragged-right = ##t + \context { + \Staff + \override Beam #'auto-knee-gap = #4.5 + \RemoveEmptyStaves + } +} +