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