]> git.donarmstrong.com Git - lilypond.git/commitdiff
Changes.tely: Mention Flag changes, remove duplicate "does"
authorPavel Roskin <proski@gnu.org>
Thu, 26 Jan 2012 21:17:13 +0000 (21:17 +0000)
committerJames Lowe <pkx166h@gmail.com>
Thu, 26 Jan 2012 21:19:06 +0000 (21:19 +0000)
Documentation/changes.tely

index c0d475a6b02fa21c1b698304b53e5cdb07e4fb5e..8281811608c63ac3b6cf840898e44f43e5c0b298 100644 (file)
@@ -61,6 +61,13 @@ which scares away people.
 
 @end ignore
 
+@item
+Flags are now treated as separate objects rather than as stem parts.
+@lilypond[fragment,quote,relative=2]
+\override Flag #'color = #red
+g8
+@end lilypond
+
 @item
 Two alternative methods for bar numbering can be set, especially for
 when using repeated music;
@@ -235,7 +242,7 @@ c4_\< c c^\> c c1_\p
 @item
 Appoggiaturas and acciaccaturas now also work inside a slur, not only inside
 a phrasing slur. Also, a function @code{\slashedGrace} was added that does
-does not use a slur from the acciaccatura note.
+not use a slur from the acciaccatura note.
 @lilypond[fragment,quote,relative=2]
 c4( \appoggiatura e8 d4 \acciaccatura e8 d4 \slashedGrace e8 c4)
 @end lilypond