]> git.donarmstrong.com Git - lilypond.git/commitdiff
Issue 5166/2: Doc: Delete note for svg backend which become unnecessary
authorMasamichi Hosoda <trueroad@trueroad.jp>
Fri, 28 Jul 2017 16:11:05 +0000 (01:11 +0900)
committerMasamichi Hosoda <trueroad@trueroad.jp>
Tue, 1 Aug 2017 13:02:46 +0000 (22:02 +0900)
Issue 4776 changed default fonts of svg backend.
This commit deletes note which become unnecessary.

Documentation/usage/running.itely

index 5ab8e1f37045abd4c4c4887c3b59a7a992a28a9d..4eeabc80dc587e6c033cebe160b6d8e66ffe3bb5 100644 (file)
@@ -493,31 +493,7 @@ lyrics.  It is recommended to not use font @q{lists} or @q{aliases}
 in case an SVG viewer is unable to handle them.  When using
 @emph{Web Open Font Format} (WOFF) files the additional
 @code{--svg-woff} switch is required.
 in case an SVG viewer is unable to handle them.  When using
 @emph{Web Open Font Format} (WOFF) files the additional
 @code{--svg-woff} switch is required.
-@end multitable
-
-@noindent
-@strong{Note for backend svg output:}
-By default in svg output LilyPond will use the generic
-@code{font-family} values of @code{serif}, @code{sans-serif}, or
-@code{monospace}.  Therefore, when using the backend @code{svg} command
-you should explicitly define particular default fonts in your source
-file;
 
 
-@quotation
-@verbatim
-\paper  {
-  #(define fonts
-    (make-pango-font-tree "TeX Gyre Schola"
-                          "TeX Gyre Heros"
-                          "TeX Gyre Cursor"
-                          (/ staff-height pt 20)))
-}
-@end verbatim
-@end quotation
-
-Also see @ruser{Entire document fonts}.
-
-@multitable @columnfractions .33 .16 .51
 @item @code{check-internal-types}
 @tab @code{#f}
 @tab Check every property assignment for types.
 @item @code{check-internal-types}
 @tab @code{#f}
 @tab Check every property assignment for types.