]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/tablature-string-tunings.ly
Issue 5148/2: three-sided-box snippet: use #:properties keyword
[lilypond.git] / input / regression / tablature-string-tunings.ly
index d8f735e43594f1b716b9da0d77baee9ba1367aaa..9f50d45a13fc1a0df307ab978f4bb0e67b8a309f 100644 (file)
@@ -1,3 +1,5 @@
+\version "2.19.21"
+
 \header {
 
   texidoc = "For other tunings, it is sufficient to set
@@ -6,12 +8,10 @@
 
 }
 
-\version "2.12.0"
-
 
 \new TabStaff {
-  \set TabStaff.stringTunings = #'(5  10 15 20)
-  \relative c''  { c4 d e f }
+  \set TabStaff.stringTunings = \stringTuning <gis'' dis'' ais' f'>
+  \relative  { c''4 d e f }
 }
 
+