Inserting a caesura: Difference between revisions

Import snippet from LSR
 
mNo edit summary
 
(3 intermediate revisions by 2 users not shown)
Line 1: Line 1:
Caesura marks can be created by overriding the <code>'text</code> property of the <code>BreathingSign</code> object.
Caesura marks can be created by overriding the <code>text</code> property of the <code>BreathingSign</code> object.


A curved caesura mark is also available.
A curved caesura mark is also available.


<lilypond version="2.24.0">
<lilypond version="2.24">
\relative c'' {
\relative c'' {
   \override BreathingSign.text = \markup {
   \override BreathingSign.text = \markup {
Line 20: Line 20:
[[Category:Tweaks and overrides]]
[[Category:Tweaks and overrides]]
[[Category:Included in the official documentation]]
[[Category:Included in the official documentation]]
[[Category:Snippet]]