X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Ftablature-string-tunings.ly;h=c38ae9e63379f9bb527fd3a96cfd9cf642a7f6fe;hb=fa7cef118ba38099e8b26f7d1e6de0cd0fed853c;hp=d4b899256d4f4bbe6fc2dba607087fe45ee35d52;hpb=5956be580d291c1460f1c4b5f6e4a1c3e6549602;p=lilypond.git diff --git a/input/regression/tablature-string-tunings.ly b/input/regression/tablature-string-tunings.ly index d4b899256d..c38ae9e633 100644 --- a/input/regression/tablature-string-tunings.ly +++ b/input/regression/tablature-string-tunings.ly @@ -1,17 +1,17 @@ +\version "2.16.0" + \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.3.16" -\score { - \new TabStaff { - \set TabStaff.stringTunings = #'(5 10 15 20) - \relative c'' { c4 d e f } - } +\new TabStaff { + \set TabStaff.stringTunings = \stringTuning + \relative c'' { c4 d e f } } - + +