From: John Mandereau Date: Thu, 14 Aug 2008 13:36:28 +0000 (+0200) Subject: Reformat and update syntax changes in NEWS X-Git-Tag: release/2.11.56-1~2^2~13 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=4d4ce81930c9dac34aa5a48ed7aaab1cd57b1de1;p=lilypond.git Reformat and update syntax changes in NEWS --- diff --git a/Documentation/topdocs/NEWS.tely b/Documentation/topdocs/NEWS.tely index 5e6ff487e2..1c291bc86b 100644 --- a/Documentation/topdocs/NEWS.tely +++ b/Documentation/topdocs/NEWS.tely @@ -66,29 +66,37 @@ which scares away people. @end ignore @item -A few syntax changes were made: +The following syntax changes were made, in chronological order. In +addition, fret diagram properties have been moved to +@code{fret-diagram-details}, and @code{#'style} property is used to +select solid/dashed lines instead of @code{#'dash-fraction}. + @example -2.11.23: #'break-align-symbol -> #'break-align-symbols -2.11.35: scripts.caesura -> scripts.caesura.curved. -Use #'style not #'dash-fraction to select solid/dashed lines. -2.11.38: \setEasyHeads -> \easyHeadsOn, \fatText -> \textLengthOn, +#'break-align-symbol -> #'break-align-symbols +scripts.caesura -> scripts.caesura.curved +\setEasyHeads -> \easyHeadsOn +\easyHeadsOff (new command) +\fatText -> \textLengthOn \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, -fret diagram properties moved to fret-diagram-details. -2.11.51: \octave -> \octaveCheck, \arpeggioUp -> \arpeggioArrowUp, -\arpeggioDown -> \arpeggioArrowDown, \arpeggioNeutral -> -\arpeggioNormal, -\setTextCresc -> \crescTextCresc, \setTextDecresc -> -\dimTextDecresc, -\setTextDecr -> \dimTextDecr, \setTextDim -> \dimTextDim, -\setHairpinCresc -> \crescHairpin, \setHairpinDecresc -> -\dimHairpin, -\sustainUp -> \sustainOff, \sustainDown -> \sustainOn -\sostenutoDown -> \sostenutoOn, \sostenutoUp -> \sostenutoOff -2.11.53: infinite-spacing-height -> extra-spacing-height +\set hairpinToBarline -> \override Hairpin #'to-barline +\compressMusic -> \scaleDurations +\octave -> \octaveCheck +\arpeggioUp -> \arpeggioArrowUp +\arpeggioDown -> \arpeggioArrowDown +\arpeggioNeutral -> \arpeggioNormal +\setTextCresc -> \crescTextCresc +\setTextDecresc -> \dimTextDecresc +\setTextDecr -> \dimTextDecr +\setTextDim -> \dimTextDim +\setHairpinCresc -> \crescHairpin +\setHairpinDecresc -> \dimHairpin +\sustainUp -> \sustainOff +\sustainDown -> \sustainOn +\sostenutoDown -> \sostenutoOn +\sostenutoUp -> \sostenutoOff +infinite-spacing-height -> extra-spacing-height +#(set-octavation oct) -> \ottava #oct +\put-adjacent markup axis dir markup -> \put-adjacent axis dir markup markup @end example @item @@ -111,15 +119,6 @@ using the @code{rounded-box} command. to guess the line width, thanks to @code{--latex-program} command line option. -@item -@code{\setEasyHeads} has been renamed to @code{\easyHeadsOn}, and a new -command @code{\easyHeadsOff} reverts note heads to normal heads. - -@item -@code{\fatText}, @code{\emptyText} and @code{\compressMusic} have been -renamed to @code{\textLengthOn}, @code{\textLengthOff} and -@code{\scaleDurations}, respectively. - @item Underlining is now possible with the @code{\underline} markup command.