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

Delta Between Two Patch Sets: Documentation/changes.tely

Issue 4553056: New alist to replace special characters. (Closed)
Left Patch Set: Adds a list of special characters that can easily be included. Created 12 years, 8 months ago
Right Patch Set: Partially reverting one of Neil's changes. Created 12 years, 6 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:
Right: Side by side diff | Download
« no previous file with change/comment | « no previous file | Documentation/included/special-characters.ly » ('j') | no next file with change/comment »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
LEFTRIGHT
(no file at all)
1 \input texinfo @c -*- coding: utf-8; mode: texinfo; -*- 1 \input texinfo @c -*- coding: utf-8; mode: texinfo; -*-
2 @setfilename lilypond-changes.info 2 @setfilename lilypond-changes.info
3 @settitle LilyPond Changes 3 @settitle LilyPond Changes
4 4
5 @include macros.itexi 5 @include macros.itexi
6 6
7 @ifhtml 7 @ifhtml
8 @macro inputfileref{DIR,NAME} 8 @macro inputfileref{DIR,NAME}
9 @uref{../../\DIR\/collated-files.html#\NAME\,@file{\DIR\/\NAME\}}@c 9 @uref{../../\DIR\/collated-files.html#\NAME\,@file{\DIR\/\NAME\}}@c
10 @end macro 10 @end macro
(...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after
53 * try to be as brief possible in those cases 53 * try to be as brief possible in those cases
54 54
55 * don't try to provide real-world examples, they often get too big, 55 * don't try to provide real-world examples, they often get too big,
56 which scares away people. 56 which scares away people.
57 57
58 * Write complete sentences. 58 * Write complete sentences.
59 59
60 * only show user-visible changes. 60 * only show user-visible changes.
61 61
62 @end ignore 62 @end ignore
63
64 @item
65 A list of ASCII aliases for special characters can be included.
66 @lilypond[quote,verbatim]
67 \paper {
68 #(include-special-characters)
69 }
70 \markup "• † &copyright; &OE; &ss; ¶"
71 @end lilypond
63 72
64 @item 73 @item
65 There is a new @code{define-scheme-function} command in analogy to 74 There is a new @code{define-scheme-function} command in analogy to
66 @code{define-music-function} which can be used to define functions 75 @code{define-music-function} which can be used to define functions
67 evaluating to Scheme expressions while accepting arguments in Lilypond 76 evaluating to Scheme expressions while accepting arguments in Lilypond
68 syntax. 77 syntax.
69 78
70 @item 79 @item
71 The construct @code{#@{ @dots{} #@}} can now be used not just for 80 The construct @code{#@{ @dots{} #@}} can now be used not just for
72 constructing sequential music lists, but also for single music events, 81 constructing sequential music lists, but also for single music events,
(...skipping 55 matching lines...) Expand 10 before | Expand all | Expand 10 after
128 @ifhtml 137 @ifhtml
129 For older news, go to 138 For older news, go to
130 @uref{http://lilypond.org/doc/v2.14/Documentation/changes/}, 139 @uref{http://lilypond.org/doc/v2.14/Documentation/changes/},
131 @uref{http://lilypond.org/doc/v2.12/Documentation/topdocs/NEWS.html}, 140 @uref{http://lilypond.org/doc/v2.12/Documentation/topdocs/NEWS.html},
132 or @uref{../,go back} to the Documentation index. 141 or @uref{../,go back} to the Documentation index.
133 142
134 143
135 @end ifhtml 144 @end ifhtml
136 145
137 @bye 146 @bye
LEFTRIGHT

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