]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/glissando-no-break.ly
Split WWW target in two stages WWW-1 and WWW-2
[lilypond.git] / input / regression / glissando-no-break.ly
1 \header {
2
3   texidoc = "Glissandi are not broken. Here a @code{\break} is ineffective.
4 Use @code{breakable} grob property to override."
5
6 }
7 \version "2.11.10"
8 \layout {
9   ragged-right = ##t
10 }
11 \relative c' {
12   c1 
13   c1\glissando
14   \break
15   d'1
16   d1
17