]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/tablature.ly
Imported Upstream version 2.16.0
[lilypond.git] / input / regression / tablature.ly
index 19740c67a523bc7e3096e18f946374160e21c001..8a2616fc78db62ff5cbe6cc057b625bf9420b144 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.1.30"
+\version "2.16.0"
 
 \header{ texidoc = "@cindex Tabulature
 A sample tablature, with both normal staff and tab.
@@ -10,25 +10,26 @@ 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 dis'\4>
+  <e dis'>\5\4
+  <e dis'\4>\5
 }
 
-\score {
-  \context StaffGroup <<
-    \context Staff <<
-       \clef "G_8"
-       \partition
-    >>
-    \context TabStaff <<
-       \partition
-    >>
+
+\context StaffGroup <<
+  \context Staff <<
+    \clef "G_8"
+    \partition
   >>
-}
+  \context TabStaff <<
+    \partition
+  >>
+>>
+