]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/glissando-broken.ly
095b29a1e65c799d9b794fdfe8271300b60ded85
[lilypond.git] / input / regression / glissando-broken.ly
1 \header {
2   texidoc = "If broken, Glissandi anticipate on the pitch of the next line."
3   
4 }
5 \version "2.11.13"
6
7 \relative c'' {
8   \override Glissando #'breakable = ##t 
9   d1 \glissando |
10   \break
11   c,1
12 }