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

Unified Diff: Documentation/de/notation/rhythms.itely

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, 6 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
« no previous file with comments | « Documentation/de/notation/notation-appendices.itely ('k') | Documentation/de/notation/text.itely » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Documentation/de/notation/rhythms.itely
diff --git a/Documentation/de/notation/rhythms.itely b/Documentation/de/notation/rhythms.itely
index dbbac4d75aca0613dd83f1226f2b89bc63309d9f..12a7c2911674b35c4e5dfd1808a4c2d1573981f5 100644
--- a/Documentation/de/notation/rhythms.itely
+++ b/Documentation/de/notation/rhythms.itely
@@ -7,7 +7,7 @@
Guide, node Updating translation committishes.
@end ignore
-@c \version "2.19.40"
+@c \version "2.21.0"
@c Translators: Till Paala
@@ -3264,9 +3264,9 @@ Musikbuchstaben (wie etwa das Segno-Zeichen) können mit dem Befehl
@lilypond[quote,verbatim]
\relative c' {
- c1 \mark \markup { \musicglyph #"scripts.segno" }
- c1 \mark \markup { \musicglyph #"scripts.coda" }
- c1 \mark \markup { \musicglyph #"scripts.ufermata" }
+ c1 \mark \markup { \musicglyph "scripts.segno" }
+ c1 \mark \markup { \musicglyph "scripts.coda" }
+ c1 \mark \markup { \musicglyph "scripts.ufermata" }
c1
}
@end lilypond
« no previous file with comments | « Documentation/de/notation/notation-appendices.itely ('k') | Documentation/de/notation/text.itely » ('j') | no next file with comments »

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