]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/tablature.ly
Merge branch 'master' into dev/texi2html
[lilypond.git] / input / regression / tablature.ly
index e3ec7d0e4a2922e1de2e1f419189765f0c063f99..93f82a1aacb99883c6895bdf4b0d0bad40d44e52 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.4.0"
+\version "2.11.51"
 
 \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 =  {
-    \key e \major
-    <e\5 dis'\4>
-    <e dis'>
-    <<e\5 dis'\4>>
-    <e dis'>\5\4
+  \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
+  >>
+>>
+