Index: Documentation/snippets/setting-the-minimum-length-of-hairpins.ly |
diff --git a/Documentation/snippets/setting-the-minimum-length-of-hairpins.ly b/Documentation/snippets/setting-the-minimum-length-of-hairpins.ly |
index d22a05d91d813dc2190d1e3ae44c8492015b3d31..dea361c49cbfdff667664b826d236bf709277c9f 100644 |
--- a/Documentation/snippets/setting-the-minimum-length-of-hairpins.ly |
+++ b/Documentation/snippets/setting-the-minimum-length-of-hairpins.ly |
@@ -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,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\! } >> |
} |