X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;ds=sidebyside;f=input%2Fregression%2Ftablature-string-tunings.ly;h=0808e8d565f68d9950d356b79d9172e4642176b6;hb=01f24004c5a9984eaa6c644881505349e49b3a4a;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..0808e8d565 100644 --- a/input/regression/tablature-string-tunings.ly +++ b/input/regression/tablature-string-tunings.ly @@ -1,17 +1,20 @@ +\version "2.14.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 = #`(,(ly:make-pitch 0 3 0) + ,(ly:make-pitch 0 5 SHARP) + ,(ly:make-pitch 1 1 SHARP) + ,(ly:make-pitch 1 4 SHARP)) + \relative c'' { c4 d e f } } - + +