]> git.donarmstrong.com Git - lilypond.git/blob - input/lsr/caesura-railtracks-with-fermata.ly
Merge branch 'master' of ssh://jomand@git.sv.gnu.org/srv/git/lilypond
[lilypond.git] / input / lsr / caesura-railtracks-with-fermata.ly
1 %% Do not edit this file; it is auto-generated from LSR!
2 %% Tags: expressive-marks
3 \version "2.11.35"
4
5 \header { texidoc = "
6 A caesura is sometimes denoted with a double \"railtracks\" breath mark
7 with a fermata sign positioned over the top of the railtracks. This
8 snippet should present an optically pleasing combination of railtracks
9 and a fermata.
10 " }
11
12 {
13   \context Voice {
14     c''2.
15     % use some scheme code to construct the symbol
16     \override BreathingSign #'text = #(markup #:line 
17                                   (#:musicglyph "scripts.caesura.curved"
18                                    #:translate (cons -1.75 1.6) 
19                                    #:musicglyph "scripts.ufermata"
20                                   ))
21     \breathe c''4
22     % set the breathe mark back to normal
23     \revert BreathingSign #'text
24     c''2. \breathe c''4
25     \bar "|."
26   }
27 }
28