]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/changes.tely
Doc: remove a few more \new Score constructs.
[lilypond.git] / Documentation / changes.tely
index 3e60eb5879a8fe2fc8bb77e336a1538869cfb39a..6ea50df006e096cb0457816a286aac317ff433f2 100644 (file)
@@ -66,6 +66,29 @@ which scares away people.
 
 @end ignore
 
+@item
+auotbeaming is now disabled by @code{\cadenzaOn} and enabled by
+@code{\cadenzaOff}.  Beaming in cadenzas should be indicated manually.
+Also, if a cadenza is used in a piece with autobeaming disabled, it
+will need to be disabled again after the cadenza.
+
+@item
+The user is now able to specify the name of the predefined fretboard
+table.  This allows the use of multiple tables, with switching between them
+based on user input.
+
+@item
+The part-combiner's decision to combine/not combine notes can now be customized
+@lilypond[quote,relative=2]
+\partcombine
+\relative c' { c2 \partcombineApart c | \partcombineChordsOnce e' e }
+\relative c' { c2 \partcombineApart c | c c }
+@end lilypond
+
+@item
+Tablature staves show fret numbers only by default. To get the
+former style, @code{\tabFullNotation} is provided.
+
 @item
 Funk-style and Walker-style shape notes have been added.
 
@@ -377,6 +400,10 @@ and to add notes to the number or fraction:
 FretBoards now have a chordChanges property to keep repeated FretBoard objects
 from being typeset.
 
+@item
+The vertical spacing engine has been drastically changed, making
+it more flexible and easier to control.
+
 @end itemize