]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/printing-hairpins-using-al-niente-notation.ly
Imported Upstream version 2.18.0
[lilypond.git] / Documentation / snippets / printing-hairpins-using-al-niente-notation.ly
index 6c7e5a3217c9dd5156bb09950ae872d0062ccd64..634017285c1e2dab1d88cf3f153603e695e8a2d1 100644 (file)
@@ -4,7 +4,7 @@
 %% and then run scripts/auxiliar/makelsr.py
 %%
 %% This file is in the public domain.
-\version "2.16.0"
+\version "2.17.6"
 
 \header {
   lsrtags = "expressive-marks"
@@ -20,7 +20,7 @@ notation) by setting the @code{circled-tip} property of the
 
 
 \relative c'' {
-  \override Hairpin #'circled-tip = ##t
+  \override Hairpin.circled-tip = ##t
   c2\< c\!
   c4\> c\< c2\!
 }