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

Unified Diff: Documentation/de/learning/tweaks.itely

Issue 304810043: Don't use @code inside of @example
Patch Set: Created 8 years, 9 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/extending/scheme-tutorial.itely ('k') | Documentation/de/notation/changing-defaults.itely » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Documentation/de/learning/tweaks.itely
diff --git a/Documentation/de/learning/tweaks.itely b/Documentation/de/learning/tweaks.itely
index 57f5afc41cef384f26e9f2a8d1b7551b96b011e4..bfc04a3253e2a598f75a80371603bab36a1f2d62 100644
--- a/Documentation/de/learning/tweaks.itely
+++ b/Documentation/de/learning/tweaks.itely
@@ -776,9 +776,9 @@ enthält, mit der die Dicke von Legatobögen kontrolliert werden kann.
Sie sollten folgendes finden:
@example
-@code{thickness} (number)
- @code{1.2}
- Line thickness, generally measured in @code{line-thickness}
+thickness (number)
+ 1.2
+ Line thickness, generally measured in line-thickness
@end example
Das sieht ganz danach aus, als ob damit die Dicke geändert
@@ -2259,7 +2259,7 @@ einzelne Noten in einem Akkord ist mit dem
lautet:
@example
-@code{\set fingeringOrientations = #'([up] [left/right] [down])}
+\set fingeringOrientations = #'([up] [left/right] [down])
@end example
@noindent
@@ -4426,11 +4426,11 @@ Alternative versuchen wir, einen Befehl mit
@code{\override} und @code{\revert} zu konstruieren.
@example
-@code{\override Lyrics.LyricText.font-shape = #'italic}
-@code{\override Lyrics.LyricText.font-series = #'bold}
+\override Lyrics.LyricText.font-shape = #'italic
+\override Lyrics.LyricText.font-series = #'bold
-@code{\revert Lyrics.LyricText.font-shape}
-@code{\revert Lyrics.LyricText.font-series}
+\revert Lyrics.LyricText.font-shape
+\revert Lyrics.LyricText.font-series
@end example
Das wäre natürlich noch viel mühsamer, wenn viele Wörter eine
« no previous file with comments | « Documentation/de/extending/scheme-tutorial.itely ('k') | Documentation/de/notation/changing-defaults.itely » ('j') | no next file with comments »

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