]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/new/using-a-tick-as-the-breath-mark-symbol.ly
Imported Upstream version 2.19.45
[lilypond.git] / Documentation / snippets / new / using-a-tick-as-the-breath-mark-symbol.ly
diff --git a/Documentation/snippets/new/using-a-tick-as-the-breath-mark-symbol.ly b/Documentation/snippets/new/using-a-tick-as-the-breath-mark-symbol.ly
deleted file mode 100644 (file)
index ad440c3..0000000
+++ /dev/null
@@ -1,25 +0,0 @@
-\version "2.17.6"
-
-\header {
-  lsrtags = "expressive-marks"
-
-  texidoc = "
-Vocal and wind music frequently uses a tick mark as a breathing sign.  This
-indicates a breath that subtracts a little time from the previous note rather
-than causing a short pause, which is indicated by the comma breath mark.  The
-mark can be moved up a little to take it away from the stave.
-"
-  doctitle = "Using a tick as the breath mark symbol"
-}
-
-\relative c'' {
-  c2
-  \breathe
-  d2
-  \override BreathingSign.Y-offset = #2.6
-  \override BreathingSign.text =
-    \markup { \musicglyph #"scripts.tickmark" }
-  c2
-  \breathe
-  d2
-}