]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/new/inserting-a-caesura.ly
Remove snippets moved to LSR.
[lilypond.git] / input / new / inserting-a-caesura.ly
diff --git a/input/new/inserting-a-caesura.ly b/input/new/inserting-a-caesura.ly
deleted file mode 100644 (file)
index c143675..0000000
+++ /dev/null
@@ -1,22 +0,0 @@
-\version "2.12.0"
-\header {
-  lsrtags = "expressive-marks,tweaks-and-overrides"
-  texidoc = "
-Caesura marks can be created by overriding the @code{'text}
-property of the @code{BreathingSign} object.  A curved caesura
-mark is also available.
-"
-  doctitle = "Inserting a caesura"
-}
-
-\relative c'' {
-  \override BreathingSign #'text = \markup {
-    \musicglyph #"scripts.caesura.straight"
-  }
-  c8 e4. \breathe g8. e16 c4
-
-  \override BreathingSign #'text = \markup {
-    \musicglyph #"scripts.caesura.curved"
-  }
-  g8 e'4. \breathe g8. e16 c4
-}