]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/hairpin-circled.ly
Run scripts/auxiliar/update-with-convert-ly.sh
[lilypond.git] / input / regression / hairpin-circled.ly
1 \version "2.16.0"
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\!
15   \override Hairpin #'to-barline = ##f
16   e\> c\< d\! \break
17   c\< \break
18   e d\! c\> \break
19   e d\!
20 }
21