]> git.donarmstrong.com Git - lilypond.git/commitdiff
News update.
authorNeil Puttock <n.puttock@gmail.com>
Wed, 13 Aug 2008 21:45:04 +0000 (22:45 +0100)
committerNeil Puttock <n.puttock@gmail.com>
Wed, 13 Aug 2008 21:50:30 +0000 (22:50 +0100)
Documentation/topdocs/NEWS.tely

index 5e6ff487e26c9ea98047657607924cab7fd06e67..4c35600b3d5330b1652cfe2e9fc99a9c4cab13a6 100644 (file)
@@ -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'
 }