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

Side by Side Diff: Documentation/changes.tely

Issue 318890043: unfoldRepeats can be restricted to certain repeat-types (Closed)
Patch Set: Use hash-table, fix articulate.ly Created 7 years, 3 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:
View unified diff | Download patch
« no previous file with comments | « no previous file | Documentation/notation/staff.itely » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 44 matching lines...) Expand 10 before | Expand all | Expand 10 after
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 63
64 @item 64 @item
65 The music function @code{\\unfoldRepeats} can now take an
66 optional argument-list specifying which type(s) of repeated music
67 should be unfolded. Possible entries are @code{percent}, @code{tremolo},
68 @code{volta}.
69 If the optional argument-list is unspecified, @code{repeated-music} will be
70 used, unfolding all.
71
72 @item
65 A new @code{output-attributes} grob property is now used for svg output 73 A new @code{output-attributes} grob property is now used for svg output
66 instead of the @code{id} grob property. It allows multiple attributes 74 instead of the @code{id} grob property. It allows multiple attributes
67 to be defined as an association list. For example, @code{#'((id . 123) 75 to be defined as an association list. For example, @code{#'((id . 123)
68 (class . foo) (data-whatever . @qq{bar}))} will produce the following 76 (class . foo) (data-whatever . @qq{bar}))} will produce the following
69 group tag in an SVG file: @code{<g id=@qq{123} class=@qq{foo} 77 group tag in an SVG file: @code{<g id=@qq{123} class=@qq{foo}
70 data-whatever=@qq{bar}> @dots{} </g>}. 78 data-whatever=@qq{bar}> @dots{} </g>}.
71 79
72 @item 80 @item
73 Slurs and phrasing slurs may now be started from individual notes 81 Slurs and phrasing slurs may now be started from individual notes
74 in a chord. Several simultanous slurs per @code{Voice} need to be 82 in a chord. Several simultanous slurs per @code{Voice} need to be
(...skipping 863 matching lines...) Expand 10 before | Expand all | Expand 10 after
938 @ifhtml 946 @ifhtml
939 For older news, go to 947 For older news, go to
940 @uref{http://lilypond.org/doc/v2.18/Documentation/changes/}, 948 @uref{http://lilypond.org/doc/v2.18/Documentation/changes/},
941 @uref{http://lilypond.org/doc/v2.16/Documentation/changes/}, 949 @uref{http://lilypond.org/doc/v2.16/Documentation/changes/},
942 or @uref{../,go back} to the Documentation index. 950 or @uref{../,go back} to the Documentation index.
943 951
944 952
945 @end ifhtml 953 @end ifhtml
946 954
947 @bye 955 @bye
OLDNEW
« no previous file with comments | « no previous file | Documentation/notation/staff.itely » ('j') | no next file with comments »

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