]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/setting-the-minimum-length-of-hairpins.ly
Doc-fr: updates texidocs
[lilypond.git] / Documentation / snippets / setting-the-minimum-length-of-hairpins.ly
index 31179a3a3d2a09e795db34e0819f81435e7fb4e9..dea361c49cbfdff667664b826d236bf709277c9f 100644 (file)
@@ -4,7 +4,7 @@
 %% and then run scripts/auxiliar/makelsr.py
 %%
 %% This file is in the public domain.
-\version "2.14.2"
+\version "2.17.6"
 
 \header {
   lsrtags = "expressive-marks"
@@ -20,6 +20,6 @@ If hairpins are too short, they can be lengthened by modifying the
 
 \relative c'' {
   c4\< c\! d\> e\!
-  \override Hairpin #'minimum-length = #5
+  \override Hairpin.minimum-length = #5
   << f1 { s4 s\< s\> s\! } >>
 }