X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Flsr%2Fcaesura-railtracks-with-fermata.ly;h=0245f34641e0cccf4e7ae370feee3b63855e4b95;hb=37ca1f80bf5401accd17056938f4f7b2c147ddb2;hp=a6780af5cbe778b10a808dffd3f5284e38cb9d0a;hpb=6ae2a0ef2068149f316a7a61bc193d34c6c92a5e;p=lilypond.git diff --git a/input/lsr/caesura-railtracks-with-fermata.ly b/input/lsr/caesura-railtracks-with-fermata.ly index a6780af5cb..0245f34641 100644 --- a/input/lsr/caesura-railtracks-with-fermata.ly +++ b/input/lsr/caesura-railtracks-with-fermata.ly @@ -1,30 +1,31 @@ %% Do not edit this file; it is auto-generated from LSR http://lsr.dsi.unimi.it %% This file is in the public domain. -\version "2.11.35" +\version "2.11.49" \header { lsrtags = "expressive-marks, tweaks-and-overrides" - texidoc = " + + texidoc = " A caesura is sometimes denoted with a double \"railtracks\" breath mark -with a fermata sign positioned over the top of the railtracks. This -snippet should present an optically pleasing combination of railtracks -and a fermata. -" } -% begin verbatim +with a fermata sign positioned above. This snippet should present an +optically pleasing combination of railtracks and a fermata. + +" + doctitle = "Caesura (\"railtracks\") with fermata" +} % begin verbatim { - \context Voice { - c''2. - % use some scheme code to construct the symbol - \override BreathingSign #'text = #(markup #:line - (#:musicglyph "scripts.caesura.curved" - #:translate (cons -1.75 1.6) - #:musicglyph "scripts.ufermata" - )) - \breathe c''4 - % set the breathe mark back to normal - \revert BreathingSign #'text - c''2. \breathe c''4 - \bar "|." + c''2. + % construct the symbol + \override BreathingSign #'text = \markup { + \line { + \musicglyph #"scripts.caesura.curved" + \translate #'(-1.75 . 1.6) + \musicglyph #"scripts.ufermata" + } } + \breathe c''4 + % set the breathe mark back to normal + \revert BreathingSign #'text + c''2. \breathe c''4 + \bar "|." } -