From: Carl Sorensen Date: Mon, 13 Sep 2010 03:40:31 +0000 (-0600) Subject: Regtests -- Add header info to tablature-tremolo.ly X-Git-Tag: release/2.13.34-1~22^2~1 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=0fe94c0e82f06fbff5dafeda1a9b28fad35f2e1a;p=lilypond.git Regtests -- Add header info to tablature-tremolo.ly --- diff --git a/input/regression/tablature-tremolo.ly b/input/regression/tablature-tremolo.ly index 6725e9af69..1c024d84e0 100644 --- a/input/regression/tablature-tremolo.ly +++ b/input/regression/tablature-tremolo.ly @@ -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 = { 4:16 @@ -27,4 +38,3 @@ music = { \music } } -%-------------------8<----------------------------