]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/tablature-string-tunings.ly
Issue 5167/6: Changes: show \markup xxx = ... \etc assignments
[lilypond.git] / input / regression / tablature-string-tunings.ly
index 8841ae47307b3eca483e7507a73078dd120df244..9f50d45a13fc1a0df307ab978f4bb0e67b8a309f 100644 (file)
@@ -1,17 +1,17 @@
+\version "2.19.21"
+
 \header {
 
-    texidoc = "For other tunings, it is sufficient to set
+  texidoc = "For other tunings, it is sufficient to set
     @code{stringTunings}. The number of staff lines is adjusted
     accordingly."
 
 }
 
-\version "2.3.4"
 
-\score  {
-     \new TabStaff {
-       \set TabStaff.stringTunings = #'(5  10 15 20)
-       \relative c''  { c4 d e f }
-       }
+\new TabStaff {
+  \set TabStaff.stringTunings = \stringTuning <gis'' dis'' ais' f'>
+  \relative  { c''4 d e f }
 }
+
+