]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/setting-hairpin-behavior-at-bar-lines.ly
Rerun scripts/auxiliar/update-with-convert-ly.sh
[lilypond.git] / Documentation / snippets / setting-hairpin-behavior-at-bar-lines.ly
index 0966e7ceae8b29a4ab6e97318849211a67f91f84..067fbbfd2c78f72e5c0cf832808e6648fa55e80e 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, tweaks-and-overrides"
@@ -22,7 +22,7 @@ by overriding the @code{'to-barline} property.
 \relative c'' {
   e4\< e2.
   e1\!
-  \override Hairpin #'to-barline = ##f
+  \override Hairpin.to-barline = ##f
   e4\< e2.
   e1\!
 }