]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/tablature-string-tunings.ly
* lily/parser.yy: Wrap non-post-events in EventChords before
[lilypond.git] / input / regression / tablature-string-tunings.ly
index d2be7f20ea8a08b960980d919ba7f61f2cdea828..f4da7e4e3ed21401c55093be821f2cc28efd1599 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.2.0"
+\version "2.7.39"
 
-\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 }
 }
+