]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/grace-staff-length.ly
Doc-es: various updates.
[lilypond.git] / input / regression / grace-staff-length.ly
index 1851e55bc8222f5835b0cc7d0542261168f9f8f3..71faa6c4c782640fb382a7a29e3b00e9fe035596 100644 (file)
@@ -1,21 +1,24 @@
-\version "1.7.18"
+\version "2.16.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."
 }
-\score{
-  \context PianoStaff \notes \relative c'' <
-    \context Staff = treble {
-       r1
-       r1
-       \bar "|."
-    }
-    \context Staff = bass {
-      r1
-      \context Staff {
-       \grace { c16 } c1
-      }
+
+\layout { ragged-right= ##t }
+
+
+\context PianoStaff  \relative c'' <<
+  \new Staff {
+    r1
+    r1
+    \bar "|."
+  }
+  \new Staff {
+    r1
+    \context Staff {
+      \grace { c16 } c1
     }
-  > 
-  \paper { }
-}
+  }
+>> 
+\layout { }
+