]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/tablature-string-tunings.ly
Imported Upstream version 2.16.0
[lilypond.git] / input / regression / tablature-string-tunings.ly
index 0808e8d565f68d9950d356b79d9172e4642176b6..c38ae9e63379f9bb527fd3a96cfd9cf642a7f6fe 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.14.0"
+\version "2.16.0"
 
 \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))
+  \set TabStaff.stringTunings = \stringTuning <gis'' dis'' ais' f'>
   \relative c''  { c4 d e f }
 }