X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=Documentation%2Fchanges.tely;h=632ce2042f9b647385dd92ce8d4c13e25eea80c6;hb=ce1c0fabb3d5ac18e61fb8fcc91a3990714553c2;hp=e69766caccdd2b537760b52fe00e5fff873ae262;hpb=73d3a7eacc32f58d4c0215709652bd4470243321;p=lilypond.git diff --git a/Documentation/changes.tely b/Documentation/changes.tely index e69766cacc..632ce2042f 100644 --- a/Documentation/changes.tely +++ b/Documentation/changes.tely @@ -140,6 +140,17 @@ code operative. The following three items are consequences of this change. +@item +The repetitive chord entry aid @code{q} has been reimplemented. +Repeated chords are now replaced right before interpreting a music +expression. In case the user wants to retain some events of the +original chord, he can run the repeat chord replacement function +@code{\chordRepeats} manually. + +@item +String numbers and right hand fingerings on single notes now appear +without having to be written inside of chord brackets. + @item Music functions now work the same when used inside or outside of chords, including all the possibilities of argument parsing. Music variables @@ -155,15 +166,15 @@ notes without needing to wrap them in a chord. Using it on command events and lyrics is now possible, but not likely to give results yet. @item -The repetitive chord entry aid @code{q} has been reimplemented. -Repeated chords are now replaced right before interpreting a music -expression. In case the user wants to retain some events of the -original chord, he can run the repeat chord replacement function -@code{\chordRepeats} manually. - -@item -String numbers and right hand fingerings on single notes now appear -without having to be written inside of chord brackets. +@code{\tweak} now takes an optional layout object specification. It can +be used for tweaking layout objects that are only indirectly caused by +the tweaked event, like accidentals, stems, and flags: + +@lilypond[verbatim,quote,ragged-right,relative=2] +<\tweak Accidental #'color #red cis4 + \tweak Accidental #'color #green es + g> +@end lilypond @item Scheme expressions inside of embedded Lilypond (@code{#@{@dots{}#@}})