X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Ftablature-string-tunings.ly;h=9f50d45a13fc1a0df307ab978f4bb0e67b8a309f;hb=12a06e5c29a2f58081068ac7663f0d6a6d4bdf95;hp=f090ee737741180111042d0f285fc98bc527ac7d;hpb=9c31b0d42a407a412a324a6586cfb0437de4bfd8;p=lilypond.git diff --git a/input/regression/tablature-string-tunings.ly b/input/regression/tablature-string-tunings.ly index f090ee7377..9f50d45a13 100644 --- a/input/regression/tablature-string-tunings.ly +++ b/input/regression/tablature-string-tunings.ly @@ -1,17 +1,17 @@ +\version "2.19.21" + \header { - texidoc = "For other tunings, it is sufficient to set + texidoc = "For other tunings, it is sufficient to set @code{stringTunings}. The number of staff lines is adjusted accordingly." } -\version "2.1.36" -\score { - \notes \new TabStaff { - \set TabStaff.stringTunings = #'(5 10 15 20) - \relative c'' { c4 d e f } - } +\new TabStaff { + \set TabStaff.stringTunings = \stringTuning + \relative { c''4 d e f } } - + +