From: David Kastrup Date: Mon, 28 Oct 2013 19:07:33 +0000 (+0100) Subject: Issue 3638: Mention multiple articulations and \score markup alignment in Changes X-Git-Tag: release/2.17.95-1~4^2~10 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=714ec3008267aa3abd4f3bfb05da7eede2eb4e27;p=lilypond.git Issue 3638: Mention multiple articulations and \score markup alignment in Changes --- diff --git a/Documentation/changes.tely b/Documentation/changes.tely index 01c5e2d48e..909d8e62d2 100644 --- a/Documentation/changes.tely +++ b/Documentation/changes.tely @@ -61,6 +61,40 @@ which scares away people. @end ignore +@item +Several articulations can be put into a single variable or +returned from an event function: + +@lilypond[verbatim,quote] +sempreStacc = -. ^\markup \italic sempre +\relative { c''4\sempreStacc c c c } +@end lilypond + +@item +The baseline of score markups is now taken from the reference +point (usually the middle of the staff) of the first bottom system +rather than the top of the bounding rectangle. The following +@lilypond[verbatim,quote] +\markup { + violin: \score { \new Staff { 1 } + \layout { indent=0 } } , + cello: \score { \new Staff { \clef "bass" } + \layout { indent=0 } } +} +@end lilypond +previously looked like +@lilypond[quote] +\markup { + violin: \general-align #Y #UP + \score { \new Staff { 1 } + \layout { indent=0 } } , + cello: \general-align #Y #UP + \score { \new Staff { \clef "bass" } + \layout { indent=0 } } +} +@end lilypond +without a reliable way to get both scores to line up. + @item LilyPond no longer automatically infers a @samp{\defaultchild} context in a context definition with @samp{\accepts} clauses. Any