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

Unified Diff: Documentation/music-glossary.tely

Issue 4837050: Doc: Added \compoundMeter function to NR (Closed)
Patch Set: Patch with correctted snippet edit Created 12 years, 6 months ago
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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « Documentation/ja/notation/rhythms.itely ('k') | Documentation/notation/rhythms.itely » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Documentation/music-glossary.tely
diff --git a/Documentation/music-glossary.tely b/Documentation/music-glossary.tely
index d822de1dfe2cb7d0fa54c59ea2357e51601507ca..fff26f135edf880cfd280ef88df25751bb89c237 100644
--- a/Documentation/music-glossary.tely
+++ b/Documentation/music-glossary.tely
@@ -2102,29 +2102,16 @@ A meter that includes a triplet subdivision within the beat: see
@ref{compound meter}.
@item
-A time signature that additively combines two or more unequal meters, e.g.,
-@q{3/8 + 2/8} instead of @q{5/8}. Sometimes called additive time signatures.
+A time signature that additively combines two or more unequal meters,
+e.g., @q{3/8 + 2/8} instead of @q{5/8}. Sometimes called additive time
+signatures.
@end enumerate
-@lilypond[quote,line-width=13.0\cm]
-#(define ((compound-time one two three num) grob)
- (grob-interpret-markup grob
- (markup
- #:override '(baseline-skip . 0)
- #:number
- #:line (
- #:left-column (one num)
- #:vcenter "+"
- #:left-column (two num)
- #:vcenter "+"
- #:left-column (three num)))))
-
+@lilypond[quote,verbatim]
\relative c' {
\key f \major
- #(set-time-signature 8 8 '(3 2 3))
- \override Staff.TimeSignature #'stencil =
- #(compound-time "3" "2" "3" "8")
+ \compoundMeter #'((3 8) (2 8) (3 8))
c8 d e f4 d8 c bes
c4 g'8 e c f4.
\bar "||"
@@ -2132,7 +2119,9 @@ A time signature that additively combines two or more unequal meters, e.g.,
@end lilypond
@seealso
-@ref{compound meter}, @ref{meter}, @ref{polymetric time signature}.
+@ref{compound meter},
+@ref{meter},
+@ref{polymetric time signature}.
@node concert pitch
« no previous file with comments | « Documentation/ja/notation/rhythms.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