MIDI: fix regtest failure
[lilypond/patrick.git] / input / regression / tablature-tie-spanner.ly
blob2c9c5eb51f6f7a70e508d04541532ce44b6c61d9
1 \version "2.13.42"
3 \header {
4 texidoc = "
5 If a slur or a glissando follows a tie, the
6 corresponding fret number is displayed in parentheses.
10 music = {
11 c'4 ~ c'4 ( d'2 ) |
12 c'4 ~ c'4 \glissando d'2 |
13 c'4 ~ c'4 d'2 |
14 c'4 \glissando d'2. |
17 \score {
19 \new Staff {
20 \new Voice {
21 \clef "G_8"
22 \music
25 \new TabStaff {
26 \new TabVoice {
27 \music