\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
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 }
\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'
}
\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'
}