]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/tablature-string-tunings.ly
Doc-es: various updates.
[lilypond.git] / input / regression / tablature-string-tunings.ly
1 \version "2.19.21"
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''4 d e f }
15 }
16
17