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

Side by Side Diff: Documentation/notation/changing-defaults.itely

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 | « Documentation/notation/ancient.itely ('k') | Documentation/notation/rhythms.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 @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 738 matching lines...) Expand 10 before | Expand all | Expand 10 after
749 749
750 The next example shows a practical application. Bar lines and time 750 The next example shows a practical application. Bar lines and time
751 signatures are normally synchronized across the score. This is done 751 signatures are normally synchronized across the score. This is done
752 by the @code{Timing_translator} and @code{Default_bar_line_engraver}. 752 by the @code{Timing_translator} and @code{Default_bar_line_engraver}.
753 This plug-in keeps an administration of time signature, location 753 This plug-in keeps an administration of time signature, location
754 within the measure, etc. By moving these engraver from @code{Score} to 754 within the measure, etc. By moving these engraver from @code{Score} to
755 @code{Staff} context, we can have a score where each staff has its own 755 @code{Staff} context, we can have a score where each staff has its own
756 time signature. 756 time signature.
757 757
758 @cindex polymetric scores 758 @cindex polymetric scores
759 @cindex Time signatures, multiple 759 @cindex time signature, multiple
760 760
761 @lilypond[quote,verbatim] 761 @lilypond[quote,verbatim]
762 \score { 762 \score {
763 << 763 <<
764 \new Staff \with { 764 \new Staff \with {
765 \consists "Timing_translator" 765 \consists "Timing_translator"
766 \consists "Default_bar_line_engraver" 766 \consists "Default_bar_line_engraver"
767 } 767 }
768 \relative c'' { 768 \relative c'' {
769 \time 3/4 769 \time 3/4
(...skipping 3938 matching lines...) Expand 10 before | Expand all | Expand 10 after
4708 4708
4709 \relative c'' { 4709 \relative c'' {
4710 \tempo \markup { "Low tempo" } 4710 \tempo \markup { "Low tempo" }
4711 c4 d e f g1 4711 c4 d e f g1
4712 \tempoPadded #4.0 "High tempo" 4712 \tempoPadded #4.0 "High tempo"
4713 g4 f e d c1 4713 g4 f e d c1
4714 } 4714 }
4715 @end lilypond 4715 @end lilypond
4716 4716
4717 @c TODO: add appropriate @@ref's here. 4717 @c TODO: add appropriate @@ref's here.
OLDNEW
« no previous file with comments | « Documentation/notation/ancient.itely ('k') | Documentation/notation/rhythms.itely » ('j') | no next file with comments »

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