]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/tablature-string-tunings.ly
Docs: new defaults for rehearsal mark alignment
[lilypond.git] / input / regression / tablature-string-tunings.ly
index 893c3c2c1d5a43f5d990dcc093cdc8f1b16ea2d9..c38ae9e63379f9bb527fd3a96cfd9cf642a7f6fe 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.13.46"
+\version "2.16.0"
 
 \header {
 
 
 
 \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))
+  \set TabStaff.stringTunings = \stringTuning <gis'' dis'' ais' f'>
   \relative c''  { c4 d e f }
 }