]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/setting-hairpin-behavior-at-bar-lines.ly
LSR updates
[lilypond.git] / Documentation / snippets / setting-hairpin-behavior-at-bar-lines.ly
index 0966e7ceae8b29a4ab6e97318849211a67f91f84..feb11f4f291b97bb620fa900d3bd7c274d0ca497 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.25"
 
 \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\!
 }