]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/hu/usage/running.itely
Run scripts/auxiliar/update-with-convert-ly.sh -f 2.19.20
[lilypond.git] / Documentation / hu / usage / running.itely
index f72f60ea9eb156670cb532655a79cdb231afec90..497ce43d0d9f484cfccf4d9a1373660861a47e9e 100644 (file)
@@ -8,7 +8,7 @@
     Guide, node Updating translation committishes..
 @end ignore
 
-@c \version "2.17.6"
+@c \version "2.19.21"
 
 
 @node A lilypond használata
@@ -550,7 +550,7 @@ kezdődik, mint az első, mert a @code{\repeat} parancs hatására két
 
 @lilypond[quote,verbatim]
 \repeat unfold 2 {
-  \relative c' { c d e f }
+  \relative { c' d e f }
 }
 @end lilypond
 
@@ -558,8 +558,8 @@ A megoldás a @code{\repeat} és a @code{\relative} parancsok felcserélése, a
 következő módon:
 
 @lilypond[quote,verbatim]
-\relative c' {
-  \repeat unfold 2 { c d e f }
+\relative {
+  \repeat unfold 2 { c' d e f }
 }
 @end lilypond