From 1f13348d4fd4696d361c92e8575de6df74e818b1 Mon Sep 17 00:00:00 2001 From: Keith OHara Date: Fri, 15 Jun 2012 16:49:09 -0700 Subject: [PATCH] Doc: changes: Dot_column_engraver in Voice, and \shape --- Documentation/changes.tely | 33 ++++++++++++++++++++++++++++++++- 1 file changed, 32 insertions(+), 1 deletion(-) diff --git a/Documentation/changes.tely b/Documentation/changes.tely index 632ce2042f..fb9fdb6c14 100644 --- a/Documentation/changes.tely +++ b/Documentation/changes.tely @@ -61,11 +61,42 @@ which scares away people. @end ignore +@item +Augmentation dots now avoid the other voice in two-voice polyphony +so that users can move the @code{Dot_column_engraver} to set dots +independently for each @code{Voice}. +@lilypond[quote] +\layout { + \context { + \Staff + \remove Dot_column_engraver + } \context { + \Voice + \consists Dot_column_engraver + } +} +\relative c'' << + { \time 6/8 + 4. b + } \\ { + 4. + } >> +@end lilypond + +@item +A Scheme function to adjust the control points of curves such as slurs +and ties, developed by several users, is now included in LilyPond. +@lilypond[quote,verbatim,relative=2] +g8->( bes,-.) d4 +\shape Slur #'((-0.5 . 1.5) (-3 . 0) (0 . 0) (0 . 0)) +g8->( bes,!-.) d4 +@end lilypond + @item Use of @code{\tempo} specifications in @code{\midi} blocks (removed in 2.9.16 in favor of explicit @code{tempoWholesPerMinute} settings) has seen a revival: now any kind of property-setting music is turned into -context definitions within of output specifications, allowing for +context definitions within output specifications, allowing for declarations like @example \layout @{ \accidentalStyle modern @} -- 2.39.5