]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/changes.tely
Merge branch 'lilypond/translation' of ssh://git.sv.gnu.org/srv/git/lilypond into...
[lilypond.git] / Documentation / changes.tely
index 7941e85c2762acbd7328ebca349e1a357c75572f..90d964256f19fd14a61024aee69b18ec1b7b9098 100644 (file)
@@ -66,12 +66,36 @@ which scares away people.
 
 @end ignore
 
+@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.
+
+@item
+Rests will no longer keep a staff alive if @code{\RemoveEmptyStaffContext}
+is used.
+
 @item
 New option @code{-dinclude-settings=INCLUDEFILE.ly}, which causes lilypond
 to include the given file before the score is processed. This allows the
 user to change global settings without the need to change the score itself.
 That way, several different editions/version (e.g. different page sizes)
-can be generated from a file without having to modify the score for each 
+can be generated from a file without having to modify the score for each
 version.
 
 @item
@@ -370,6 +394,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