MIDI: fix regtest failure
[lilypond/patrick.git] / input / regression / tablature-string-tunings.ly
blob893c3c2c1d5a43f5d990dcc093cdc8f1b16ea2d9
1 \version "2.13.46"
3 \header {
5 texidoc = "For other tunings, it is sufficient to set
6 @code{stringTunings}. The number of staff lines is adjusted
7 accordingly."
12 \new TabStaff {
13 \set TabStaff.stringTunings = #`(,(ly:make-pitch 0 3 0)
14 ,(ly:make-pitch 0 5 SHARP)
15 ,(ly:make-pitch 1 1 SHARP)
16 ,(ly:make-pitch 1 4 SHARP))
17 \relative c'' { c4 d e f }