]> 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 806f334972ae756b0dc26b15ab11e027c099c45a..9727294b54a861e51050f3d01c2e5feb3a820a8a 100644 (file)
@@ -1,17 +1,17 @@
+\version "2.15.16"
+
 \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.6.0"
 
-\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''  { c4 d e f }
 }
+
+