]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/changes.tely
Add '-dcrop' option to ps and svg backends
[lilypond.git] / Documentation / changes.tely
index 3f3413c5ae3a50bdfe7947115b7c63ec006cf038..3428a084944f3585bfbeef417e229c8ec3bdaa19 100644 (file)
@@ -61,6 +61,10 @@ which scares away people.
 
 @end ignore
 
+@item
+An argument, @code{-dcrop}, has been added, formatting @code{SVG} and
+@code{PDF} output without margins or page-breaks.
+
 @item
 It is now possible to move systems with reference to their current
 position using the @code{extra-offset} subproperty of
@@ -1063,6 +1067,33 @@ the next font listed will be used instead for that character.
 For details of alias definitions, please see
 to @code{00-lilypond-fonts.conf} under the installed directory.
 
+@item
+When using OpenType fonts, font features can be used.
+Note: Not all OpenType fonts have all functions.
+
+@lilypond[quote,verbatim]
+% True small caps
+\markup { Normal Style: Hello HELLO }
+\markup { \caps { Small Caps: Hello } }
+\markup { \override #'(font-features . ("smcp"))
+          { True Small Caps: Hello } }
+
+% Number styles
+\markup { Normal Number Style: 0123456789 }
+\markup { \override #'(font-features . ("onum"))
+          { Old Number Style: 0123456789 } }
+
+% Stylistic Alternates
+\markup { \override #'(font-features . ("salt 0"))
+          { Stylistic Alternates 0: εφπρθ } }
+\markup { \override #'(font-features . ("salt 1"))
+          { Stylistic Alternates 1: εφπρθ } }
+
+% Multiple features
+\markup { \override #'(font-features . ("onum" "smcp" "salt 1"))
+          { Multiple features: Hello 0123456789 εφπρθ } }
+@end lilypond
+
 @end itemize
 
 @ifhtml