]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/setting-hairpin-behavior-at-bar-lines.ly
Issue 5167/1: Reorganize markup commands to use object properties
[lilypond.git] / Documentation / snippets / setting-hairpin-behavior-at-bar-lines.ly
index 0966e7ceae8b29a4ab6e97318849211a67f91f84..b0f930c87c9f437cd2f59846bfaf1affbee0370e 100644 (file)
@@ -1,10 +1,10 @@
 %% DO NOT EDIT this file manually; it is automatically
-%% generated from LSR http://lsr.dsi.unimi.it
+%% generated from LSR http://lsr.di.unimi.it
 %% Make any changes in LSR itself, or in Documentation/snippets/new/ ,
 %% and then run scripts/auxiliar/makelsr.py
 %%
 %% This file is in the public domain.
-\version "2.16.0"
+\version "2.18.0"
 
 \header {
   lsrtags = "expressive-marks, tweaks-and-overrides"
@@ -18,11 +18,10 @@ by overriding the @code{'to-barline} property.
   doctitle = "Setting hairpin behavior at bar lines"
 } % begin verbatim
 
-
 \relative c'' {
   e4\< e2.
   e1\!
-  \override Hairpin #'to-barline = ##f
+  \override Hairpin.to-barline = ##f
   e4\< e2.
   e1\!
 }