]> git.donarmstrong.com Git - lilypond.git/blob - input/lsr/printing-hairpins-using-al-niente-notation.ly
Merge branch 'master' into dev/texi2html
[lilypond.git] / input / lsr / printing-hairpins-using-al-niente-notation.ly
1 %% Do not edit this file; it is auto-generated from LSR http://lsr.dsi.unimi.it
2 %% This file is in the public domain.
3 \version "2.11.51"
4
5 \header {
6   lsrtags = "expressive-marks"
7
8   texidoc = "
9 Hairpins may be printed with a circled tip (al niente notation) by
10 setting the @code{circled-tip} property of the @code{Hairpin} object to
11 @code{#t}. 
12
13 "
14   doctitle = "Printing hairpins using al niente notation"
15 } % begin verbatim
16 \relative c'' {
17   \override Hairpin #'circled-tip = ##t
18   c2\< c\!
19   c4\> c\< c2\!
20 }