]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/glissando-broken.ly
Run scripts/auxiliar/update-with-convert-ly.sh -f 2.19.20
[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.19.21"
6 \paper {
7   ragged-right = ##T }
8
9 \relative {
10   \override Glissando.breakable = ##t 
11   d''1 \glissando |
12   \break
13   c,1
14 }