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

Unified Diff: Documentation/de/extending/scheme-tutorial.itely

Issue 5341049: Issue 2024: Let #{ ... #} pass its $ handling to environment cloning (Closed)
Patch Set: Ran convert-ly on scm/*.scm, just a single character changed. Created 12 years, 4 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/cs/usage/running.itely ('k') | Documentation/de/notation/pitches.itely » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Documentation/de/extending/scheme-tutorial.itely
diff --git a/Documentation/de/extending/scheme-tutorial.itely b/Documentation/de/extending/scheme-tutorial.itely
index af64437be2c8e2d5fc063015b79b36b0650a3ae5..0c0d5ca033b76b075b2a3f53c54da34244820216 100644
--- a/Documentation/de/extending/scheme-tutorial.itely
+++ b/Documentation/de/extending/scheme-tutorial.itely
@@ -8,7 +8,7 @@
Guide, node Updating translation committishes..
@end ignore
-@c \version "2.14.0"
+@c \version "2.15.18"
@node Scheme-Übung
@chapter Scheme-Übung
@@ -785,7 +785,7 @@ Anstatt @code{\twice} zu definieren, könne man also auch schreiben:
@example
...
-@{ #(ly:export (make-sequential-music (list newLa))) @}
+@{ $(make-sequential-music (list newLa)) @}
@end example
Scheme-Code wird sofort interpretiert, wenn der Parser darauf stößt. Um
@@ -1415,7 +1415,7 @@ TODO Find a simple example
@lilypond[quote,verbatim,ragged-right]
padText = #(define-music-function (parser location padding) (number?)
#{
- \once \override TextScript #'padding = #$padding
+ \once \override TextScript #'padding = #padding
#})
\relative c''' {
« no previous file with comments | « Documentation/cs/usage/running.itely ('k') | Documentation/de/notation/pitches.itely » ('j') | no next file with comments »

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