]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/tablature-string-tunings.ly
Merge branch 'lilypond/translation'
[lilypond.git] / input / regression / tablature-string-tunings.ly
index f4da7e4e3ed21401c55093be821f2cc28efd1599..9727294b54a861e51050f3d01c2e5feb3a820a8a 100644 (file)
@@ -1,3 +1,5 @@
+\version "2.15.16"
+
 \header {
 
   texidoc = "For other tunings, it is sufficient to set
@@ -6,12 +8,10 @@
 
 }
 
-\version "2.7.39"
-
 
 \new TabStaff {
-  \set TabStaff.stringTunings = #'(5  10 15 20)
+  \set TabStaff.stringTunings = \stringTuning <gis'' dis'' ais' f'>
   \relative c''  { c4 d e f }
 }
 
+