]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/new/setting-hairpin-behavior-at-bar-lines.ly
Remove snippets moved to LSR.
[lilypond.git] / input / new / setting-hairpin-behavior-at-bar-lines.ly
diff --git a/input/new/setting-hairpin-behavior-at-bar-lines.ly b/input/new/setting-hairpin-behavior-at-bar-lines.ly
deleted file mode 100644 (file)
index a6dd658..0000000
+++ /dev/null
@@ -1,17 +0,0 @@
-\version "2.12.0"
-\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\!
-}