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

Side by Side Diff: Documentation/changes.tely

Issue 143450043: Issue 4127: allow mid-measure \time (Closed) Base URL: http://git.savannah.gnu.org/gitweb/?p=lilypond.git/trunk/
Patch Set: Warn about explicit time changes only Created 9 years, 5 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/ancient.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 It is now possible to use @code{\time} and @code{\partial}
66 together to change the time signature in mid measure.
67
68 @lilypond[verbatim,quote,relative=1]
69 \override Score.BarNumber.break-visibility = #end-of-line-invisible
70 \partial 4 \time 3/4 f4 | 2 4 | 2 \bar "||"
71 \time 9/8 \partial 4. f8 8 8 | 2. 8 8 8 |
72 @end lilypond
73
74 @item
65 It is now possible to override the @code{text} property of 75 It is now possible to override the @code{text} property of
66 chord names. 76 chord names.
67 77
68 @lilypond[verbatim,fragment,quote] 78 @lilypond[verbatim,fragment,quote]
69 << 79 <<
70 \new ChordNames \chordmode { 80 \new ChordNames \chordmode {
71 a' b c:7 81 a' b c:7
72 \once \override ChordName.text = #"foo" 82 \once \override ChordName.text = #"foo"
73 d 83 d
74 } 84 }
(...skipping 464 matching lines...) Expand 10 before | Expand all | Expand 10 after
539 @ifhtml 549 @ifhtml
540 For older news, go to 550 For older news, go to
541 @uref{http://lilypond.org/doc/v2.18/Documentation/changes/}, 551 @uref{http://lilypond.org/doc/v2.18/Documentation/changes/},
542 @uref{http://lilypond.org/doc/v2.16/Documentation/changes/}, 552 @uref{http://lilypond.org/doc/v2.16/Documentation/changes/},
543 or @uref{../,go back} to the Documentation index. 553 or @uref{../,go back} to the Documentation index.
544 554
545 555
546 @end ifhtml 556 @end ifhtml
547 557
548 @bye 558 @bye
OLDNEW
« no previous file with comments | « no previous file | Documentation/notation/ancient.itely » ('j') | no next file with comments »

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