]> 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 d2f8e4ad705a38e183e9451ffa60705449e4b30a..071aeb742f187f000c9d4fd19447d8ddf82dc32a 100644 (file)
@@ -1,13 +1,12 @@
-#(ly:set-option 'old-relative)
-\version "1.9.2"
+\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 \relative c'' <
+  \context PianoStaff \notes \relative c'' <<
     \new Staff {
        r1
        r1
@@ -19,7 +18,7 @@ texidoc = "Stripped version of trip.ly.  Staffs should be of correct length."
        \grace { c16 } c1
       }
     }
-  > 
+  >> 
   \paper { }
 }