]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/tablature-string-tunings.ly
Release: bump Welcome versions.
[lilypond.git] / input / regression / tablature-string-tunings.ly
index 0808e8d565f68d9950d356b79d9172e4642176b6..9f50d45a13fc1a0df307ab978f4bb0e67b8a309f 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.14.0"
+\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 }
 }