Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(142)

Unified Diff: Documentation/snippets/changing-the-breath-mark-symbol.ly

Issue 331820043: Allow quoted strings as Scheme arguments to markup commands (Closed)
Patch Set: Run makelsr.py for fixing a few \version statements Created 7 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
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
}
« no previous file with comments | « Documentation/snippets/caesura-railtracks-with-fermata.ly ('k') | Documentation/snippets/creating-custom-key-signatures.ly » ('j') | no next file with comments »

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b