]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/de/notation/input.itely
Issue 4925: Don't use @code inside of @example
[lilypond.git] / Documentation / de / notation / input.itely
index e4ed6b14838bd69574d31d509210801b5cba2f51..7721d3019ac329953afda5fe00d149640dfd3676 100644 (file)
@@ -1105,9 +1105,9 @@ innerhalb der @code{\paper}-Umgebung hinzuzufügen.  Hierzu wird folgende
 Syntax eingesetzt:
 
 @example
-@code{Variable} = @code{\markup} @{
+Variable = \markup @{
   ...
-  @code{\on-the-fly}  #@var{Prozedur}  @var{Beschriftung}
+  \on-the-fly  #@var{Prozedur}  @var{Beschriftung}
   ...
 @}
 @end example
@@ -1172,9 +1172,9 @@ Verschiedene @code{\on-the-fly}-Bedingungen können mit dem Operator
 @qq{UND} verknüpft werden, beispielsweise bestimmt
 
 @example
-  @code{\on-the-fly #first-page}
-  @code{\on-the-fly #last-page}
-  @code{@{ \markup ... \fromproperty #'header: ... @}}
+  \on-the-fly #first-page
+  \on-the-fly #last-page
+  @{ \markup ... \fromproperty #'header: ... @}
 @end example
 
 @noindent