]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/test/span-bars.ly
release: 1.1.43
[lilypond.git] / input / test / span-bars.ly
index 5c7fb2c324660d84de4abb8b7ece24da4ec6d56a..4e917d1434f4409c834aceaaed433a006df54275 100644 (file)
@@ -1,23 +1,23 @@
 
-\version "1.0.14";
+\version "1.0.19";
 nt = \notes { c1 \break c1 c1 } 
 stuff = \notes \relative c'' <
-  \type Staff = stone  { \nt }
-  \type Staff = sttwo { \nt }
+  \context Staff = stone  { \nt }
+  \context Staff = sttwo { \nt }
 >
 
 \score{ 
-    \type StaffGroup \stuff
+    \context StaffGroup \stuff
 }
 
 \score{ 
-    \type StaffGroup < \type GrandStaff \stuff
-        \type Staff = stthree \nt 
+    \context StaffGroup < \context GrandStaff \stuff
+        \context Staff = stthree \nt 
     >
 }
 
 \score{ 
-    \type ChoirStaff \stuff
+    \context ChoirStaff \stuff
 }