Index: Documentation/cs/usage/running.itely |
diff --git a/Documentation/cs/usage/running.itely b/Documentation/cs/usage/running.itely |
index 655889565e6751f9f95ab1458b22673a205625cc..6030539b29c2663858b64fc40d67dfda3804746c 100644 |
--- a/Documentation/cs/usage/running.itely |
+++ b/Documentation/cs/usage/running.itely |
@@ -8,7 +8,7 @@ |
Guide, node Updating translation committishes.. |
@end ignore |
-@c \version "2.16.0" |
+@c \version "2.17.6" |
@c Translators: Pavel Fric |
@@ -766,7 +766,7 @@ rot macht, aber als Resultat hat man zwei Systeme, während die |
Notenköpfe immernoch schwarz im unteren System erscheinen. |
@lilypond[quote,verbatim,relative=2] |
-\override Staff.NoteHead #'color = #red |
+\override Staff.NoteHead.color = #red |
\new Staff { a } |
@end lilypond |
@@ -778,7 +778,7 @@ richtige Schreibweise wäre: |
@lilypond[quote,verbatim,relative=2] |
\new Staff { |
- \override Staff.NoteHead #'color = #red |
+ \override Staff.NoteHead.color = #red |
a |
} |
@end lilypond |
@@ -871,7 +871,7 @@ indem man einen der Kontexte als System erscheinen lässt, indem man ihm |
zu Beginn hinzufügt: |
@example |
-\override VerticalAxisGroup #'staff-affinity = ##f |
+\override VerticalAxisGroup.staff-affinity = ##f |
@end example |
Zu Einzelheiten siehe @qq{Abstand von Nicht-Notensystemzeilen} in |