MIDI: fix regtest failure
[lilypond/patrick.git] / input / regression / tablature-default-strings.ly
blob8f5ad43c187a6a1178b8f1fd0cdc5b423c6c325e
1 \version "2.13.42"
3 \header {
4 texidoc = "
5 Context property @code{defaultStrings} defines desired strings
6 for fret calculations if no strings are defined explicitly.
10 mymusic = \relative c {
11 <c c'>4
12 \set defaultStrings = #'(5 3)
13 <c c'>4
14 <d d'>4
15 <e e'>4
16 <c c'>2\6\4
17 \unset defaultStrings
18 <c c'>2
21 \score {
23 \new Staff {
24 \clef "treble_8"
25 \mymusic
27 \new TabStaff {
28 \mymusic