]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/tablature-string-tunings.ly
Fix \displayLilyMusic for clefs.
[lilypond.git] / input / regression / tablature-string-tunings.ly
index 5b1576525237ba7fa47194cb82a90351530fe4d7..964c7aa7bd6236924ca3e50ceb872520c01419a5 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.1.23"
+\version "2.10.0"
 
-\score  {
-    \notes \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 }
 }
+