MIDI: fix regtest failure
[lilypond/patrick.git] / input / regression / tablature-glissando.ly
blob17db67a3079a7981b54121923290fa4aa55f4bb2
1 \version "2.13.4"
3 \header{ texidoc = "Glissando lines in tablature have the right slope."
6 \paper { ragged-right = ##f } % strech the staff to make glissando lines visible
8 glissandotest = \relative c {
9 c4\5 \glissando d\5 \glissando e\5 f\5 |
10 c4\5 \glissando d\5 \glissando c2\5 |
11 c4\5 \glissando c'\4 c\4 \glissando c,\5
12 \bar "|."
15 \context StaffGroup <<
16 \context Staff <<
17 \clef "G_8"
18 \glissandotest
20 \context TabStaff <<
21 \glissandotest