]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/tablature.ly
Merge with git+ssh://jneem@git.sv.gnu.org/srv/git/lilypond.git
[lilypond.git] / input / regression / tablature.ly
index ded9c71b7ff9444900e376209db3f5a1cad2738a..f6a02cfc87b092de16b5398d6986b23f87329bf3 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.1.26"
+\version "2.10.0"
 
 \header{ texidoc = "@cindex Tabulature
 A sample tablature, with both normal staff and tab.
@@ -10,25 +10,25 @@ from string-number + pitch to number.
 String numbers can be entered as note articulations (inside a chord) and
 chord articulations (outside a chord)
 "
-}
+       }
 
-partition = \notes {
-    \key e \major
-    <e\5 dis'\4>
-    <e dis'>
-    <<e\5 dis'\4>>
-    <e dis'>\5\4
+partition =  {
+  \key e \major
+  <e\5 dis'\4>
+  <e dis'>
+  <<e\5 dis'\4>>
+  <e dis'>\5\4
 }
 
-\score {
-  \context StaffGroup <<
-    \context Staff <<
-       \clef "G_8"
-       \partition
-    >>
-    \context TabStaff <<
-       \partition
-    >>
+
+\context StaffGroup <<
+  \context Staff <<
+    \clef "G_8"
+    \partition
   >>
-}
+  \context TabStaff <<
+    \partition
+  >>
+>>
+