]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/hu/usage/running.itely
Rerun scripts/auxiliar/update-with-convert-ly.sh
[lilypond.git] / Documentation / hu / usage / running.itely
index 26b8a10f0bb32c5c3405bd5ccd384b234d810641..95ff637baa2e93e2b309c281a0b276ea7ceb6fc9 100644 (file)
@@ -8,7 +8,7 @@
     Guide, node Updating translation committishes..
 @end ignore
 
-@c \version "2.16.0"
+@c \version "2.17.6"
 
 
 @node A lilypond használata
@@ -526,7 +526,7 @@ valójában az eredmény két kottasor, mely közül az alsóban alapértelmezet
 színű, fekete kottafejek lesznek.
 
 @lilypond[quote,verbatim,relative=2]
-\override Staff.NoteHead #'color = #red
+\override Staff.NoteHead.color = #red
 \new Staff { a }
 @end lilypond
 
@@ -537,7 +537,7 @@ létrehozott kottasorra. A példa helyesen:
 
 @lilypond[quote,verbatim,relative=2]
 \new Staff {
-  \override Staff.NoteHead #'color = #red
+  \override Staff.NoteHead.color = #red
   a
 }
 @end lilypond