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