]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/tablature-string-tunings.ly
Fix typo in package description
[lilypond.git] / input / regression / tablature-string-tunings.ly
index add6c780a27291c139adddb76ffa7eb40c90c486..c38ae9e63379f9bb527fd3a96cfd9cf642a7f6fe 100644 (file)
@@ -1,3 +1,5 @@
+\version "2.16.0"
+
 \header {
 
   texidoc = "For other tunings, it is sufficient to set
@@ -6,12 +8,10 @@
 
 }
 
-\version "2.7.13"
-
 
 \new TabStaff {
-  \set TabStaff.stringTunings = #'(5  10 15 20)
+  \set TabStaff.stringTunings = \stringTuning <gis'' dis'' ais' f'>
   \relative c''  { c4 d e f }
 }
 
+