]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/grace-staff-length.ly
* scripts/convert-ly.py (conv): remove \notes.
[lilypond.git] / input / regression / grace-staff-length.ly
index 37e8c46f5593c2fa31447049194dc9286f404195..26adf5c95bd1af938eeeb6e37a40f314f3ecbc2b 100644 (file)
@@ -1,25 +1,24 @@
-#(ly:set-option 'old-relative)
-\version "1.9.0"
+\version "2.3.4"
 \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 Staff = treble {
+  \context PianoStaff  \relative c'' <<
+    \new Staff {
        r1
        r1
        \bar "|."
     }
-    \context Staff = bass {
+    \new Staff {
       r1
       \context Staff {
        \grace { c16 } c1
       }
     }
-  > 
+  >> 
   \paper { }
 }