]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/grace-staff-length.ly
Merge branch 'master' into dev/texi2html
[lilypond.git] / input / regression / grace-staff-length.ly
index 5cae4ede668fa0f940a96117cae3e9305a21d3bf..1b85382075e70c31d20f232e5f148948bd9db2d7 100644 (file)
@@ -1,21 +1,24 @@
-\version "1.7.6"
+\version "2.11.51"
 \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."
 }
-\score{
-  \context PianoStaff \notes <
-    \context Staff = treble {
-       r1
-       r1
-       \bar "|."
+
+\layout { ragged-right= ##t }
+
+
+\context PianoStaff  \relative c'' <<
+  \new Staff {
+    r1
+    r1
+    \bar "|."
+  }
+  \new Staff {
+    r1
+    \context Staff {
+      \grace { c16 } c1
     }
-    \context Staff = bass {
-      r1
-      \context Staff {
-       \grace { c16 } c1
-      }
-    }
-  > 
-  \paper { }
-}
-%% new-chords-done %%
+  }
+>> 
+\layout { }
+
+