]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/hairpin-circled.ly
Merge branch 'master' into dev/texi2html
[lilypond.git] / input / regression / hairpin-circled.ly
1 \version "2.11.51"
2
3 \header {
4
5   texidoc = "Hairpins can have circled tips. A decrescendo del niente
6 followed by a crescendo al niente should only print one circle."
7
8 }
9
10 \layout { ragged-right = ##t } 
11
12 \relative c'' {
13         \override Hairpin #'circled-tip = ##t
14         c1\< d\! d\> c\! e\> c\< d\! \break
15         c\< \break
16         e d\! c\> \break
17         e d\!
18 }
19