]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/ja/notation/input.itely
Issue 4925: Don't use @code inside of @example
[lilypond.git] / Documentation / ja / notation / input.itely
index c7429f51f8aa972609998943ebdbc23f3d28783b..b020dd547c781e5c1ab01e0b9fcbcb0514ad6a77 100644 (file)
@@ -1090,9 +1090,9 @@ scoreTitleMarkup = \markup @{ \column @{
 以下の構文を用います:
 
 @example
-@code{variable} = @code{\markup} @{
+variable = \markup @{
   ...
-  @code{\on-the-fly}  #@var{procedure}  @var{markup}
+  \on-the-fly  #@var{procedure}  @var{markup}
   ...
 @}
 @end example
@@ -1155,9 +1155,9 @@ scoreTitleMarkup = \markup @{ \column @{
 できます。例えば、
 
 @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
 
 これは、出力が単一のページかどうかを判断します。