]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/remove-empty-staves-auto-knee.ly
Issue 4907: Midi_walker::do_start_note: skip ignored notes in stop_note_queue
[lilypond.git] / input / regression / remove-empty-staves-auto-knee.ly
index e86ce390f5a77f073068594954958a95a03e9aa6..ccd863865b3e3f89a58d162c2fc4dffaea8bbb69 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.19.21"
+
+\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'1 \break
+        c1 \break
+        c8[ c c c
+        \change Staff = "lh"
+        g, g g g]
+        \change Staff = "rh"
+       c1
+      }
+    }
+    \new Staff = "lh" {
+      \relative {
+        \clef bass
+        c1
+        R1
+        R1
+       R1
+      }
+    }
+  >>
+}
+
+\score {
+  \staffMusic
+}
+
+\layout {
+  ragged-right = ##t
+  \context {
+    \Staff
+    \override Beam.auto-knee-gap = #4.5
+    \RemoveEmptyStaves
+  }
+}
+