X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=Documentation%2Fsnippets%2Fhairpins-with-different-line-styles.ly;h=8ba6384747745338ff4a4b7850d5385a2b635a63;hb=de179d8b2cbf6fe86ff9a000a0d21bc6bc118905;hp=9868116e1b7b48345d559df9d4f0ff363772c16d;hpb=8247813bc580a90f7838846dc38aad5d49ac9d9d;p=lilypond.git diff --git a/Documentation/snippets/hairpins-with-different-line-styles.ly b/Documentation/snippets/hairpins-with-different-line-styles.ly index 9868116e1b..8ba6384747 100644 --- a/Documentation/snippets/hairpins-with-different-line-styles.ly +++ b/Documentation/snippets/hairpins-with-different-line-styles.ly @@ -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.20" \header { lsrtags = "expressive-marks, tweaks-and-overrides" @@ -20,16 +20,16 @@ dotted-line, line, trill or zigzag. \relative c' { c2\< c\! - \override Hairpin #'style = #'dashed-line + \override Hairpin.style = #'dashed-line c2\< c\! - \override Hairpin #'style = #'dotted-line + \override Hairpin.style = #'dotted-line c2\< c\! - \override Hairpin #'style = #'line + \override Hairpin.style = #'line c2\< c\! - \override Hairpin #'style = #'trill + \override Hairpin.style = #'trill c2\< c\! - \override Hairpin #'style = #'zigzag + \override Hairpin.style = #'zigzag c2\< c\! - \revert Hairpin #'style + \revert Hairpin.style c2\< c\! }