Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(516)

Unified Diff: Documentation/cs/usage/running.itely

Issue 6635050: Make arguments like Context.GrobName accessible as symbol lists (Closed) Base URL: http://git.savannah.gnu.org/gitweb/?p=lilypond.git/trunk/
Patch Set: Allow \override Accidental.color = #red (dot between grob and property) Created 12 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « Documentation/cs/learning/tweaks.itely ('k') | Documentation/de/essay/engraving.itely » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « Documentation/cs/learning/tweaks.itely ('k') | Documentation/de/essay/engraving.itely » ('j') | no next file with comments »

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b