]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/test/tablature.ly
* lily/tuplet-bracket.cc (brew_molecule): call after_line_breaking
[lilypond.git] / input / test / tablature.ly
index b6a5978e69ec07212b4014616e1012cf062f33e7..a4fa587e8b59239c50b1f71de0b1a7dcb8105a80 100644 (file)
@@ -1,4 +1,4 @@
-\version "1.9.2"
+\version "2.1.7"
 
 \header{ texidoc = "@cindex Tabulature
 A sample tablature, with both normal staff and tab.
@@ -18,14 +18,14 @@ partition = \notes {
 }
 
 \score {
-  \context StaffGroup <
-    \context Staff <
+  \context StaffGroup <<
+    \context Staff <<
        \clef "G_8"
        \partition
-    >
-    \context TabStaff <
+    >>
+    \context TabStaff <<
        \partition
-    >
-  >
+    >>
+  >>
 }