]> git.donarmstrong.com Git - lilypond.git/blob - input/lsr/caesura-railtracks-with-fermata.ly
lilypond-book robustness: ensure EOL at the end of @verbatim
[lilypond.git] / input / lsr / caesura-railtracks-with-fermata.ly
1 %% Do not edit this file; it is auto-generated from LSR http://lsr.dsi.unimi.it
2 %% This file is in the public domain.
3 \version "2.13.1"
4
5 \header {
6   lsrtags = "expressive-marks, tweaks-and-overrides"
7
8 %% Translation of GIT committish: dff50e8e1d3134657a6b6203b9c93826dc4cef65
9   texidoces = "
10 A veces se denota una «cesura» con una doble marca de respiración
11 parecida a las vías del tren, con un calderón encima. Este
12 fragmento de código presenta una combinación de estas dos marcas,
13 visualmente satisfactoria.
14
15 "
16   doctitlees = "Cesura tipo \"vías del tren\" con calderón"
17
18   texidoc = "
19 A caesura is sometimes denoted by a double \"railtracks\" breath mark
20 with a fermata sign positioned above. This snippet should present an
21 optically pleasing combination of railtracks and fermata.
22
23 "
24   doctitle = "Caesura (\"railtracks\") with fermata"
25 } % begin verbatim
26
27
28 \relative c'' {
29   c2.
30   % construct the symbol
31   \override BreathingSign #'text = \markup {
32     \line {
33       \musicglyph #"scripts.caesura.curved"
34       \translate #'(-1.75 . 1.6)
35       \musicglyph #"scripts.ufermata"
36     }
37   }
38   \breathe c4
39   % set the breathe mark back to normal
40   \revert BreathingSign #'text
41   c2. \breathe c4
42   \bar "|."
43 }
44