LSR: Redo local update.
[lilypond/mpolesky.git] / Documentation / snippets / caesura-railtracks-with-fermata.ly
blob63e03d0f218883efd8ab5a6a44cfe7e1d6e684a7
1 %% Do not edit this file; it is automatically
2 %% generated from LSR http://lsr.dsi.unimi.it
3 %% This file is in the public domain.
4 \version "2.13.16"
6 \header {
7 lsrtags = "expressive-marks, tweaks-and-overrides"
9 %% Translation of GIT committish: d2119a9e5e951c6ae850322f41444ac98d1ed492
10 texidoces = "
11 A veces se denota una «cesura» mediante una doble marca de respiración
12 parecida a las vías del tren, con un calderón encima. Este fragmento
13 de código presenta una combinación visualmente satisfactoria de estas
14 dos marcas.
17 doctitlees = "Cesura tipo \"vías del tren\" con calderón"
19 texidoc = "
20 A caesura is sometimes denoted by a double @qq{railtracks} breath mark
21 with a fermata sign positioned above. This snippet shows an optically
22 pleasing combination of railtracks and fermata.
25 doctitle = "Caesura (\"railtracks\") with fermata"
26 } % begin verbatim
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"
38 \breathe c4
39 % set the breathe mark back to normal
40 \revert BreathingSign #'text
41 c2. \breathe c4
42 \bar "|."