]> git.donarmstrong.com Git - lilypond.git/blob - input/lsr/setting-hairpin-behavior-at-bar-lines.ly
Merge branch 'master' of ssh://kainhofer@git.sv.gnu.org/srv/git/lilypond into dev...
[lilypond.git] / input / lsr / setting-hairpin-behavior-at-bar-lines.ly
1 %% Do not edit this file; it is auto-generated from input/new
2 %% This file is in the public domain.
3 \version "2.11.46"
4 \header {
5   lsrtags = "expressive-marks"
6   texidoc = "If the note which ends a hairpin falls on a downbeat,
7 the hairpin stops at the bar line immediately preceding.  This behavior
8 can be controlled by overriding the @code{'to-barline} property.
9 "
10   doctitle = "Setting hairpin behavior at bar lines"
11 }
12
13 \relative c'' {
14   e4\< e2.
15   e1\!
16   \override Hairpin #'to-barline = ##f
17   e4\< e2.
18   e1\!
19 }