From: Pavel Roskin Date: Thu, 26 Jan 2012 21:17:13 +0000 (+0000) Subject: Changes.tely: Mention Flag changes, remove duplicate "does" X-Git-Tag: release/2.15.28-1~18 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=224246365f67fb44799fee4eb00e5debea5a35ec;p=lilypond.git Changes.tely: Mention Flag changes, remove duplicate "does" --- diff --git a/Documentation/changes.tely b/Documentation/changes.tely index c0d475a6b0..8281811608 100644 --- a/Documentation/changes.tely +++ b/Documentation/changes.tely @@ -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