]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/tablature-string-tunings.ly
Run update-with-convert-ly
[lilypond.git] / input / regression / tablature-string-tunings.ly
index 0808e8d565f68d9950d356b79d9172e4642176b6..9727294b54a861e51050f3d01c2e5feb3a820a8a 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.14.0"
+\version "2.15.16"
 
 \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 }
 }