]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/tablature-string-tunings.ly
Merge commit 'origin' into beamlets2
[lilypond.git] / input / regression / tablature-string-tunings.ly
index d4b899256d4f4bbe6fc2dba607087fe45ee35d52..d8f735e43594f1b716b9da0d77baee9ba1367aaa 100644 (file)
@@ -1,17 +1,17 @@
 \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.16"
+\version "2.12.0"
 
-\score  {
-     \new TabStaff {
-       \set TabStaff.stringTunings = #'(5  10 15 20)
-       \relative c''  { c4 d e f }
-       }
+
+\new TabStaff {
+  \set TabStaff.stringTunings = #'(5  10 15 20)
+  \relative c''  { c4 d e f }
 }
+