]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/grace-staff-length.ly
*** empty log message ***
[lilypond.git] / input / regression / grace-staff-length.ly
index d707c7b2f6f4a512ea9925f36bb044d14c3f2958..527d39594b302a14292aad526d0e37ebe8211d13 100644 (file)
@@ -1,20 +1,24 @@
-\version "1.5.68"
+\version "2.4.0"
 \header{
-texidoc = "Stripped version of trip.ly.  Staffs should be of correct length."
+texidoc = "Stripped version of trip.ly.  Staves should be of correct length."
 }
+
+    \layout { raggedright= ##t }
+
 \score{
-  \context PianoStaff \notes <
-    \context Staff = treble {
+  \context PianoStaff  \relative c'' <<
+    \new Staff {
        r1
        r1
        \bar "|."
     }
-    \context Staff = bass {
+    \new Staff {
       r1
       \context Staff {
        \grace { c16 } c1
       }
     }
-  > 
-  \paper { }
+  >> 
+  \layout { }
 }
+