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