]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/tablature-string-tunings.ly
806f334972ae756b0dc26b15ab11e027c099c45a
[lilypond.git] / input / regression / tablature-string-tunings.ly
1 \header {
2
3     texidoc = "For other tunings, it is sufficient to set
4     @code{stringTunings}. The number of staff lines is adjusted
5     accordingly."
6
7 }
8
9 \version "2.6.0"
10
11 \score  {
12      \new TabStaff {
13         \set TabStaff.stringTunings = #'(5  10 15 20)
14         \relative c''  { c4 d e f }
15        }
16 }
17