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

Delta Between Two Patch Sets: Documentation/music-glossary.tely

Issue 4837050: Doc: Added \compoundMeter function to NR (Closed)
Left Patch Set: Draft Two Created 12 years, 7 months ago
Right Patch Set: Patch with correctted snippet edit 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:
Left: Side by side diff | Download
Right: Side by side diff | Download
« no previous file with change/comment | « Documentation/ja/notation/rhythms.itely ('k') | Documentation/notation/rhythms.itely » ('j') | no next file with change/comment »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
LEFTRIGHT
1 \input texinfo @c -*- coding: utf-8; mode: texinfo; -*- 1 \input texinfo @c -*- coding: utf-8; mode: texinfo; -*-
2 2
3 @setfilename music-glossary.info 3 @setfilename music-glossary.info
4 @settitle LilyPond Music Glossary 4 @settitle LilyPond Music Glossary
5 @documentencoding UTF-8 5 @documentencoding UTF-8
6 @documentlanguage en 6 @documentlanguage en
7 @afourpaper 7 @afourpaper
8 8
9 @macro manualIntro 9 @macro manualIntro
10 This glossary provides definitions and translations of musical 10 This glossary provides definitions and translations of musical
(...skipping 2093 matching lines...) Expand 10 before | Expand all | Expand 10 after
2104 @item 2104 @item
2105 A time signature that additively combines two or more unequal meters, 2105 A time signature that additively combines two or more unequal meters,
2106 e.g., @q{3/8 + 2/8} instead of @q{5/8}. Sometimes called additive time 2106 e.g., @q{3/8 + 2/8} instead of @q{5/8}. Sometimes called additive time
2107 signatures. 2107 signatures.
2108 2108
2109 @end enumerate 2109 @end enumerate
2110 2110
2111 @lilypond[quote,verbatim] 2111 @lilypond[quote,verbatim]
2112 \relative c' { 2112 \relative c' {
2113 \key f \major 2113 \key f \major
2114 \compoundMeter #'((3 8) (2 8) (4 8)) 2114 \compoundMeter #'((3 8) (2 8) (3 8))
2115 c8 d e f4 d8 c bes 2115 c8 d e f4 d8 c bes
2116 c4 g'8 e c f4. 2116 c4 g'8 e c f4.
2117 \bar "||" 2117 \bar "||"
2118 } 2118 }
2119 @end lilypond 2119 @end lilypond
2120 2120
2121 @seealso 2121 @seealso
2122 @ref{compound meter}, 2122 @ref{compound meter},
2123 @ref{meter}, 2123 @ref{meter},
2124 @ref{polymetric time signature}. 2124 @ref{polymetric time signature}.
(...skipping 6777 matching lines...) Expand 10 before | Expand all | Expand 10 after
8902 Cambridge: Belknap Press (Harvard University Press), 1986. 8902 Cambridge: Belknap Press (Harvard University Press), 1986.
8903 8903
8904 @item Riemann, Hugo. @cite{Musik-lexicon}. Berlin, 1929. 8904 @item Riemann, Hugo. @cite{Musik-lexicon}. Berlin, 1929.
8905 @end itemize 8905 @end itemize
8906 8906
8907 8907
8908 @include fdl.itexi 8908 @include fdl.itexi
8909 8909
8910 8910
8911 @bye 8911 @bye
LEFTRIGHT

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