]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/grace-staff-length.ly
* lily/beam.cc (rest_collision_callback): don't move anything if
[lilypond.git] / input / regression / grace-staff-length.ly
index c0c0199b78ac4e6d105bb9fa41e421aee1a9be52..3c3e28c3e231b2623fbb177848d7e468a9dfa26b 100644 (file)
@@ -1,5 +1,5 @@
 #(ly:set-option 'old-relative)
-\version "1.9.1"
+\version "2.1.7"
 \header{
 texidoc = "Stripped version of trip.ly.  Staffs should be of correct length."
 }
@@ -7,19 +7,19 @@ texidoc = "Stripped version of trip.ly.  Staffs should be of correct length."
     \paper { raggedright= ##t }
 
 \score{
-  \context PianoStaff \notes \relative c'' <
-    \context Staff = treble {
+  \context PianoStaff \notes \relative c'' <<
+    \new Staff {
        r1
        r1
        \bar "|."
     }
-    \context Staff = bass {
+    \new Staff {
       r1
       \context Staff {
        \grace { c16 } c1
       }
     }
-  > 
+  >> 
   \paper { }
 }