]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/grace-staff-length.ly
* Documentation/user/changing-defaults.itely (Creating contexts):
[lilypond.git] / input / regression / grace-staff-length.ly
index 548afbab7d5f5168d836fa2f846f2158af44e2de..071aeb742f187f000c9d4fd19447d8ddf82dc32a 100644 (file)
@@ -1,20 +1,24 @@
-\version "1.3.148"
+\version "2.1.30"
 \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."
 }
+
+    \paper { raggedright= ##t }
+
 \score{
-  \context PianoStaff \notes <
-    \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 { }
 }
+