Index: Documentation/snippets/changing-the-breath-mark-symbol.ly |
diff --git a/Documentation/snippets/changing-the-breath-mark-symbol.ly b/Documentation/snippets/changing-the-breath-mark-symbol.ly |
index 45fbff7ce0c4d6e6e200cb464602a0da3e4b7168..257168dbdb66f74e317159f23947cbe99eb26232 100644 |
--- a/Documentation/snippets/changing-the-breath-mark-symbol.ly |
+++ b/Documentation/snippets/changing-the-breath-mark-symbol.ly |
@@ -4,7 +4,7 @@ |
%% and then run scripts/auxiliar/makelsr.py |
%% |
%% This file is in the public domain. |
-\version "2.18.0" |
+\version "2.21.0" |
\header { |
lsrtags = "expressive-marks" |
@@ -21,7 +21,7 @@ text. |
\relative c'' { |
c2 |
\override BreathingSign.text = |
- \markup { \musicglyph #"scripts.rvarcomma" } |
+ \markup { \musicglyph "scripts.rvarcomma" } |
\breathe |
d2 |
} |