summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTrevor Daniels <t.daniels@treda.co.uk>2011-01-11 19:10:34 +0000
committerTrevor Daniels <t.daniels@treda.co.uk>2011-01-11 19:10:34 +0000
commit38644b6631595bd3eb0e505e2fa5a152487e4ad0 (patch)
tree0859e2ce01076df3bec0d65e88cec4c899412965
parente0249b3f7eba24ce0f911dfb1c97e70da6a8021c (diff)
Remove Mac line terminations
-rw-r--r--input/regression/remove-empty-staves-auto-knee.ly96
1 files changed, 48 insertions, 48 deletions
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
+ }
+}
+