]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/tablature-string-tunings.ly
Issue 4048 (5/5) Add midi regtests covering depart-return crescendo performance
[lilypond.git] / input / regression / tablature-string-tunings.ly
index 893c3c2c1d5a43f5d990dcc093cdc8f1b16ea2d9..9f50d45a13fc1a0df307ab978f4bb0e67b8a309f 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.13.46"
+\version "2.19.21"
 
 \header {
 
 
 
 \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 }
+  \set TabStaff.stringTunings = \stringTuning <gis'' dis'' ais' f'>
+  \relative  { c''4 d e f }
 }