]> git.donarmstrong.com Git - lilypond.git/commitdiff
Remove Mac line terminations
authorTrevor Daniels <t.daniels@treda.co.uk>
Tue, 11 Jan 2011 19:10:34 +0000 (19:10 +0000)
committerTrevor Daniels <t.daniels@treda.co.uk>
Tue, 11 Jan 2011 19:10:34 +0000 (19:10 +0000)
input/regression/remove-empty-staves-auto-knee.ly

index e86ce390f5a77f073068594954958a95a03e9aa6..ecb5982a324b260f96f2531242f66f4d370eddb5 100644 (file)
@@ -1,48 +1,48 @@
-\version "2.13.46"\r
-\r
-\header {\r
-  texidoc = "\r
-RemoveEmptyStaves should keep the pre-existing value of\r
-@code{auto-knee-gap}.  In this case, the cross-staff beam\r
-should be between the two staves.\r
-"\r
-}\r
-\r
-staffMusic = \new StaffGroup {\r
-  <<\r
-    \new Staff = "rh" {\r
-      \relative c' {\r
-        c1 \break\r
-        c1 \break\r
-        c8[ c c c\r
-        \change Staff = "lh"\r
-        g, g g g]\r
-        \change Staff = "rh"\r
-       c1\r
-      }\r
-    }\r
-    \new Staff = "lh" {\r
-      \relative c {\r
-        \clef bass\r
-        c1\r
-        R1\r
-        R1\r
-       R1\r
-      }\r
-    }\r
-  >>\r
-}\r
-\r
-\score {\r
-  \staffMusic\r
-}\r
-\r
-\layout {\r
-  ragged-right = ##t\r
-  \context {\r
-    \Staff\r
-    \override Beam #'auto-knee-gap = #4.5\r
-    \RemoveEmptyStaves\r
-  }\r
-}\r
-\r
+\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
+  }
+}
+