From ec56994b4acae98b2a253c5f9446f7e379fc6d6e Mon Sep 17 00:00:00 2001 From: Neil Puttock Date: Wed, 13 Aug 2008 22:45:04 +0100 Subject: [PATCH] News update. --- Documentation/topdocs/NEWS.tely | 23 +++++++++++------------ 1 file changed, 11 insertions(+), 12 deletions(-) diff --git a/Documentation/topdocs/NEWS.tely b/Documentation/topdocs/NEWS.tely index 5e6ff487e2..4c35600b3d 100644 --- a/Documentation/topdocs/NEWS.tely +++ b/Documentation/topdocs/NEWS.tely @@ -75,20 +75,18 @@ Use #'style not #'dash-fraction to select solid/dashed lines. \emptyText -> \textLengthOff 2.11.46: \set hairpinToBarline -> \override Hairpin #'to-barline 2.11.48: \compressMusic -> \scaleDurations -2.11.50: metronomeMarkFormatter uses text markup as second -argument, +2.11.50: metronomeMarkFormatter uses text markup as second argument, fret diagram properties moved to fret-diagram-details. 2.11.51: \octave -> \octaveCheck, \arpeggioUp -> \arpeggioArrowUp, -\arpeggioDown -> \arpeggioArrowDown, \arpeggioNeutral -> -\arpeggioNormal, -\setTextCresc -> \crescTextCresc, \setTextDecresc -> -\dimTextDecresc, +\arpeggioDown -> \arpeggioArrowDown, \arpeggioNeutral -> \arpeggioNormal, +\setTextCresc -> \crescTextCresc, \setTextDecresc -> \dimTextDecresc, \setTextDecr -> \dimTextDecr, \setTextDim -> \dimTextDim, -\setHairpinCresc -> \crescHairpin, \setHairpinDecresc -> -\dimHairpin, +\setHairpinCresc -> \crescHairpin, \setHairpinDecresc -> \dimHairpin, \sustainUp -> \sustainOff, \sustainDown -> \sustainOn \sostenutoDown -> \sostenutoOn, \sostenutoUp -> \sostenutoOff 2.11.53: infinite-spacing-height -> extra-spacing-height +2.11.55: #(set-octavation oct) -> \ottava #oct, +\put-adjacent markup axis dir markup -> \put-adjacent axis dir markup markup @end example @item @@ -178,7 +176,6 @@ their end points. This includes glissando, voice followers, text crescendos and other text spanners. The old syntax for setting text on line spanners is no longer valid. -@c with ragged-right we can't see the gliss. @lilypond[] \relative c'' { \override Glissando #'bound-details #'right #'text = \markup { \hcenter \bold down } @@ -187,6 +184,8 @@ text on line spanners is no longer valid. \override Glissando #'bound-details #'left #'arrow = ##t \override Glissando #'bound-details #'left #'padding = #3.0 \override Glissando #'style = #'trill + \override Glissando #'springs-and-rods = #ly:spanner::set-spacing-rods + \override Glissando #'minimum-length = #12 c1 \glissando c' } @@ -290,13 +289,13 @@ duration and count (if given) are shown in parentheses after the text. \tempo "Fast" c'4 c' c' c' c'4 c' c' c' - \tempo "Andante" 4=120 + \tempo "Andante" 4 = 120 c'4 c' c' c' c'4 c' c' c' - \tempo 4=100 + \tempo 4 = 100 c'4 c' c' c' c'4 c' c' c' - \tempo "" 4=30 + \tempo "" 4 = 30 c'4 c' c' c' c'4 c' c' c' } -- 2.39.5