]> 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 e509d5a0cbd6afa3cb82e74b1fbf240c9a61f059..a4fa587e8b59239c50b1f71de0b1a7dcb8105a80 100644 (file)
@@ -1,14 +1,12 @@
-\version "1.7.18"
-
-%{
+\version "2.1.7"
 
+\header{ texidoc = "@cindex Tabulature
 A sample tablature, with both normal staff and tab.
 
 Tablature is done by overriding the note-head formatting function, and
 putting it on a 6-line staff. A special engraver takes care of going
-from string-number + pitch to number.
-
-%}
+from string-number + pitch to number. "
+}
 
 partition = \notes {
     \key e \major
@@ -20,14 +18,14 @@ partition = \notes {
 }
 
 \score {
-  \context StaffGroup <
-    \context Staff <
+  \context StaffGroup <<
+    \context Staff <<
        \clef "G_8"
        \partition
-    >
-    \context TabStaff <
+    >>
+    \context TabStaff <<
        \partition
-    >
-  >
+    >>
+  >>
 }
-%% new-chords-done %%
+