]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/tablature-string-tunings.ly
* scripts/lilypond-book.py (do_file): do not overwrite input file.
[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.1.26"
10
11 \score  {
12     \notes \new TabStaff {
13         \set TabStaff.stringTunings = #'(5  10 15 20)
14         \relative c''  { c4 d e f }
15        }
16 }
17