]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/glissando-broken.ly
Docs: run convert-ly for 2.14.0.
[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.14.0"
6 \paper {
7   ragged-right = ##T }
8
9 \relative c'' {
10   \override Glissando #'breakable = ##t 
11   d1 \glissando |
12   \break
13   c,1
14 }