Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(36)

Delta Between Two Patch Sets: Documentation/notation/input.itely

Issue 357720044: Doc: document grob metadata in SVG output in Notation Reference (Closed)
Left Patch Set: Created 5 years, 9 months ago
Right Patch Set: Add menu Created 5 years, 9 months ago
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
Left: Side by side diff | Download
Right: Side by side diff | Download
« no previous file with change/comment | « no previous file | no next file » | no next file with change/comment »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
LEFTRIGHT
1 @c -*- coding: utf-8; mode: texinfo; -*- 1 @c -*- coding: utf-8; mode: texinfo; -*-
2 2
3 @ignore 3 @ignore
4 Translation of GIT committish: FILL-IN-HEAD-COMMITTISH 4 Translation of GIT committish: FILL-IN-HEAD-COMMITTISH
5 5
6 When revising a translation, copy the HEAD committish of the 6 When revising a translation, copy the HEAD committish of the
7 version that you are working on. For details, see the Contributors' 7 version that you are working on. For details, see the Contributors'
8 Guide, node Updating translation committishes.. 8 Guide, node Updating translation committishes..
9 @end ignore 9 @end ignore
10 10
(...skipping 2756 matching lines...) Expand 10 before | Expand all | Expand 10 after
2767 @subsection Alternative output formats 2767 @subsection Alternative output formats
2768 2768
2769 @cindex scalable vector graphics output 2769 @cindex scalable vector graphics output
2770 @cindex SVG output 2770 @cindex SVG output
2771 @cindex encapsulated postscript output 2771 @cindex encapsulated postscript output
2772 @cindex EPS output 2772 @cindex EPS output
2773 2773
2774 The default output formats for the printed score are Portable 2774 The default output formats for the printed score are Portable
2775 Document Format (PDF) and PostScript (PS). Portable 2775 Document Format (PDF) and PostScript (PS). Portable
2776 Network Graphics (PNG), Scalable Vector Graphics (SVG) and Encapsulated 2776 Network Graphics (PNG), Scalable Vector Graphics (SVG) and Encapsulated
2777 PostScript (EPS) output is available through command line options, 2777 PostScript (EPS) output formats are available through command line options,
2778 see @rprogram{Basic command line options for LilyPond}. 2778 see @rprogram{Basic command line options for LilyPond}.
2779
2780 @menu
2781 * SVG Output::
2782 @end menu
2779 2783
2780 @node SVG Output 2784 @node SVG Output
lilypond-pkx 2018/06/22 07:18:20 I think you will need to add this 'node' to the @m
2781 @unnumberedsubsubsec SVG Output 2785 @unnumberedsubsubsec SVG Output
2782 2786
2783 SVG output can optionally contain metadata for graphical objects (grobs) like 2787 SVG output can optionally contain metadata for graphical objects (grobs) like
2784 note heads, rests, etc. This metadata can be standard SVG attributes like 2788 note heads, rests, etc. This metadata can be standard SVG attributes like
2785 @code{id} and @code{class}, or non-standard custom attributes. Specify the 2789 @code{id} and @code{class}, or non-standard custom attributes. Specify the
2786 attributes and their values by overriding a grob's @code{output-attributes} 2790 attributes and their values by overriding a grob's @code{output-attributes}
2787 property with a Scheme association list (alist). The values can be numbers, 2791 property with a Scheme association list (alist). The values can be numbers,
2788 strings, or symbols. For example: 2792 strings, or symbols. For example:
2789 2793
2790 @example 2794 @example
(...skipping 1012 matching lines...) Expand 10 before | Expand all | Expand 10 after
3803 3807
3804 3808
3805 @knownissues 3809 @knownissues
3806 3810
3807 Not all lilypond music events are supported by 3811 Not all lilypond music events are supported by
3808 @file{event-listener.ly}. It is intended to be a well-crafted 3812 @file{event-listener.ly}. It is intended to be a well-crafted
3809 @qq{proof of concept}. If some events that you want to see are 3813 @qq{proof of concept}. If some events that you want to see are
3810 not included, copy @file{event-listener.ly} into your lilypond 3814 not included, copy @file{event-listener.ly} into your lilypond
3811 directory and modify the file so that it outputs the information 3815 directory and modify the file so that it outputs the information
3812 you want. 3816 you want.
LEFTRIGHT
« no previous file | no next file » | Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Toggle Comments ('s')

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b