X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=Documentation%2Fsnippets%2Fsetting-the-minimum-length-of-hairpins.ly;h=dea361c49cbfdff667664b826d236bf709277c9f;hb=4d370c0ffa938be9177455bef0e324846bd0fea9;hp=d22a05d91d813dc2190d1e3ae44c8492015b3d31;hpb=26a079ca2393d053315ef8dbef626c897dc9645a;p=lilypond.git diff --git a/Documentation/snippets/setting-the-minimum-length-of-hairpins.ly b/Documentation/snippets/setting-the-minimum-length-of-hairpins.ly index d22a05d91d..dea361c49c 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\! } >> }