]> git.donarmstrong.com Git - lilypond.git/blob - input/new/setting-hairpin-behavior-at-bar-lines.ly
Merge master into nested-bookparts
[lilypond.git] / input / new / setting-hairpin-behavior-at-bar-lines.ly
1 \version "2.11.61"
2 \header {
3   lsrtags = "expressive-marks"
4   texidoc = "If the note which ends a hairpin falls on a downbeat,
5 the hairpin stops at the bar line immediately preceding.  This behavior
6 can be controlled by overriding the @code{'to-barline} property.
7 "
8   doctitle = "Setting hairpin behavior at bar lines"
9 }
10
11 \relative c'' {
12   e4\< e2.
13   e1\!
14   \override Hairpin #'to-barline = ##f
15   e4\< e2.
16   e1\!
17 }