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.
7 lsrtags = "expressive-marks"
10 Breathing signs are available in different tastes: commas (default),
11 ticks, vees and @qq{railroad tracks} (caesura).
14 doctitle = "Breathing signs"
17 \new Staff \relative c'' {
20 % this bar contains no \breathe
21 << { g4 as g } \\ { es4 bes es } >> |
23 % by default, \breathe uses the rcomma, just as if saying:
24 % \override BreathingSign #'text = #(make-musicglyph-markup "scripts.rcomma")
25 << { g4 as g } \\ { es4 \breathe bes es } >> |
27 % rvarcomma and lvarcomma are variations of the default rcomma and lcomma
28 % N.B.: must use Staff context here, since we start a Voice below
29 \override Staff.BreathingSign #'text = \markup { \musicglyph #"scripts.rvarcomma" }
30 << { g4 as g } \\ { es4 \breathe bes es } >> |
33 \override BreathingSign #'text = \markup { \musicglyph #"scripts.upbow" }
34 es8[ d es f g] \breathe f |
37 \override BreathingSign #'text = \markup { \musicglyph #"scripts.caesura.curved" }
38 es8[ d] \breathe es[ f g f] |