]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/tablature-string-tunings.ly
Revert "Revert "Regtests for lilypond-book include files located in subdir.""
[lilypond.git] / input / regression / tablature-string-tunings.ly
index 230852a6eda1253f09608f8e3d751c35e960a794..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.6.0"
-
 
 \new TabStaff {
-  \set TabStaff.stringTunings = #'(5  10 15 20)
+  \set TabStaff.stringTunings = \stringTuning <gis'' dis'' ais' f'>
   \relative c''  { c4 d e f }
 }
 
+