X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Ftablature-string-tunings.ly;h=893c3c2c1d5a43f5d990dcc093cdc8f1b16ea2d9;hb=2236ce5873feb1e196a6dc27c85e13fd730ae1a7;hp=964c7aa7bd6236924ca3e50ceb872520c01419a5;hpb=0c289671d105bea58592607cb508aef59aee882b;p=lilypond.git diff --git a/input/regression/tablature-string-tunings.ly b/input/regression/tablature-string-tunings.ly index 964c7aa7bd..893c3c2c1d 100644 --- a/input/regression/tablature-string-tunings.ly +++ b/input/regression/tablature-string-tunings.ly @@ -1,3 +1,5 @@ +\version "2.13.46" + \header { texidoc = "For other tunings, it is sufficient to set @@ -6,12 +8,13 @@ } -\version "2.10.0" - \new TabStaff { - \set TabStaff.stringTunings = #'(5 10 15 20) + \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 } } - +