]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/tablature-string-tunings.ly
29fa3bb6e69a5e838257a0be7421fd5d66fa2d3e
[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.3.17"
10
11 \score  {
12      \new TabStaff {
13         \set TabStaff.stringTunings = #'(5  10 15 20)
14         \relative c''  { c4 d e f }
15        }
16 }
17