]> git.donarmstrong.com Git - lilypond.git/commitdiff
Regtests -- Add header info to tablature-tremolo.ly
authorCarl Sorensen <c_sorensen@byu.edu>
Mon, 13 Sep 2010 03:40:31 +0000 (21:40 -0600)
committerCarl Sorensen <c_sorensen@byu.edu>
Mon, 13 Sep 2010 03:40:31 +0000 (21:40 -0600)
input/regression/tablature-tremolo.ly

index 6725e9af69c1055fcf1cd657b368ce69e0c727fe..1c024d84e0e2a358554f775b5b9e18b7f603a9cd 100644 (file)
@@ -1,5 +1,16 @@
-%-------------------8<----------------------------
-\version "2.13.30"
+\version "2.13.32"
+
+\header {
+
+  texinfo = "
+Tremolos will appear on tablature staffs only if
+@code{\tabFullNotation} is active.  Otherwise, no
+tremolo indications are displayed on the TabStaff.
+Also, tablature beams are the same thickness on TabStaff
+and Staff."
+
+  doctitle = "Tablature tremolo"
+}
 
 music = {
   <c e g c' e'>4:16
@@ -27,4 +38,3 @@ music = {
     \music
   }
 }
-%-------------------8<----------------------------