From: Trevor Daniels Date: Wed, 30 Apr 2008 11:47:49 +0000 (+0100) Subject: Merge branch 'master' of git://git.sv.gnu.org/lilypond.git into td-lily X-Git-Tag: release/2.11.46-1~31 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=010306a380d65da3494bed6d6a0824701b69496b;p=lilypond.git Merge branch 'master' of git://git.sv.gnu.org/lilypond.git into td-lily --- 010306a380d65da3494bed6d6a0824701b69496b diff --cc input/lsr/setting-hairpin-behavior-at-bar-lines.ly index 0000000000,b26a86270a..a47d70e155 mode 000000,100644..100644 --- a/input/lsr/setting-hairpin-behavior-at-bar-lines.ly +++ b/input/lsr/setting-hairpin-behavior-at-bar-lines.ly @@@ -1,0 -1,19 +1,19 @@@ + %% Do not edit this file; it is auto-generated from input/new + %% This file is in the public domain. -\version "2.11.46" -\header { - lsrtags = "expressive-marks" - texidoc = "If the note which ends a hairpin falls on a downbeat, -the hairpin stops at the bar line immediately preceding. This behavior -can be controlled by overriding the @code{'to-barline} property. -" - doctitle = "Setting hairpin behavior at bar lines" -} - -\relative c'' { - e4\< e2. - e1\! - \override Hairpin #'to-barline = ##f - e4\< e2. - e1\! -} ++\version "2.11.46" ++\header { ++ lsrtags = "expressive-marks" ++ texidoc = "If the note which ends a hairpin falls on a downbeat, ++the hairpin stops at the bar line immediately preceding. This behavior ++can be controlled by overriding the @code{'to-barline} property. ++" ++ doctitle = "Setting hairpin behavior at bar lines" ++} ++ ++\relative c'' { ++ e4\< e2. ++ e1\! ++ \override Hairpin #'to-barline = ##f ++ e4\< e2. ++ e1\! ++}