]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/ja/usage/running.itely
Run scripts/auxiliar/update-with-convert-ly.sh
[lilypond.git] / Documentation / ja / usage / running.itely
index 23cf063b6ccea84228e8594db7d4ddff8f434cc4..d8d6fe6f339ffa62fad8f84ab0a4c4efb5dbf372 100644 (file)
@@ -8,7 +8,7 @@
     Guide, node Updating translation committishes..
 @end ignore
 
-@c \version "2.17.6"
+@c \version "2.19.21"
 
 @c Translators: Yoshiki Sawada
 @c Translation status: post-GDP
@@ -1060,7 +1060,7 @@ LilyPond マニュアルのほとんどの例はこの手法を用いていま
 
 @lilypond[quote,verbatim]
 \repeat unfold 2 {
-  \relative c' { c4 d e f }
+  \relative { c'4 d e f }
 }
 @end lilypond
 
@@ -1069,7 +1069,7 @@ LilyPond マニュアルのほとんどの例はこの手法を用いていま
 @lilypond[quote,verbatim]
 \new Voice {
   \repeat unfold 2 {
-    \relative c' { c4 d e f }
+    \relative { c'4 d e f }
   }
 }
 @end lilypond