]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/tablature-open-string-handling.ly
721c0b22fc365769bf2e1090508c00c7a60b3532
[lilypond.git] / input / regression / tablature-open-string-handling.ly
1 \version "2.15.33"
2
3 \header {
4
5   texidoc = "
6   Open strings are part of a chord in tablature, even when @code{minimumFret} is set.
7   This can be changed via @code{restrainOpenStrings}."
8
9 }
10
11 \score {
12   \new TabStaff {
13     \set TabStaff.minimumFret = #3
14     < g, d >1
15     \set TabStaff.restrainOpenStrings = ##t
16     < g, d >1
17   }
18 }