]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/test/span-bars.ly
* lily/beam.cc (set_stem_lengths): extend stems for gapped tremolo
[lilypond.git] / input / test / span-bars.ly
index 5c7fb2c324660d84de4abb8b7ece24da4ec6d56a..a3428f51d089fcdc1b94f32414c50f7ac6f92fc1 100644 (file)
@@ -1,23 +1,24 @@
+\version "1.5.68"
 
-\version "1.0.14";
-nt = \notes { c1 \break c1 c1 } 
-stuff = \notes \relative c'' <
-  \type Staff = stone  { \nt }
-  \type Staff = sttwo { \nt }
+
+nt =  \notes { c1 \break c1 c1 } 
+stuff =  \notes \relative c'' <
+  \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
 }