]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/tablature.ly
Docs: run convert-ly for 2.14.0.
[lilypond.git] / input / regression / tablature.ly
index 479c43aa2190fd1262de85e2570efaba755aa60c..baf62363081646310c70ce818c4c9bae11b4e1c3 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.1.36"
+\version "2.14.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
+  >>
+>>
+