]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/tablature-string-tunings.ly
Docs: run convert-ly for 2.14.0.
[lilypond.git] / input / regression / tablature-string-tunings.ly
index dae5426784e934e9f0ac256e162e40998b259a5b..0808e8d565f68d9950d356b79d9172e4642176b6 100644 (file)
@@ -1,17 +1,20 @@
+\version "2.14.0"
+
 \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.26"
 
-\score  {
-    \notes \new TabStaff {
-       \set TabStaff.stringTunings = #'(5  10 15 20)
-       \relative c''  { c4 d e f }
-       }
+\new TabStaff {
+  \set TabStaff.stringTunings = #`(,(ly:make-pitch 0 3 0)
+                                  ,(ly:make-pitch 0 5 SHARP)
+                                  ,(ly:make-pitch 1 1 SHARP)
+                                  ,(ly:make-pitch 1 4 SHARP))
+  \relative c''  { c4 d e f }
 }
+
+