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

Delta Between Two Patch Sets: Documentation/notation/pitches.itely

Issue 311430043: add choral and choral-cautionary accidental style (Closed)
Left Patch Set: Created 7 years, 3 months ago
Right Patch Set: update documentation for choral accidental style 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:
Left: Side by side diff | Download
Right: Side by side diff | Download
« no previous file with change/comment | « Documentation/changes.tely ('k') | ly/engraver-init.ly » ('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 @c -*- coding: utf-8; mode: texinfo; -*- 1 @c -*- coding: utf-8; mode: texinfo; -*-
2 @ignore 2 @ignore
3 Translation of GIT committish: FILL-IN-HEAD-COMMITTISH 3 Translation of GIT committish: FILL-IN-HEAD-COMMITTISH
4 4
5 When revising a translation, copy the HEAD committish of the 5 When revising a translation, copy the HEAD committish of the
6 version that you are working on. For details, see the Contributors' 6 version that you are working on. For details, see the Contributors'
7 Guide, node Updating translation committishes.. 7 Guide, node Updating translation committishes..
8 @end ignore 8 @end ignore
9 9
10 @c \version "2.19.53" 10 @c \version "2.19.53"
(...skipping 2189 matching lines...) Expand 10 before | Expand all | Expand 10 after
2200 @item choral 2200 @item choral
2201 2201
2202 @cindex accidental style, choral 2202 @cindex accidental style, choral
2203 @cindex accidentals, choral 2203 @cindex accidentals, choral
2204 @cindex choral accidental style 2204 @cindex choral accidental style
2205 @cindex choral accidentals 2205 @cindex choral accidentals
2206 2206
2207 @funindex choral 2207 @funindex choral
2208 2208
2209 This rule is a combination of the @code{modern-voice} and the @code{piano} 2209 This rule is a combination of the @code{modern-voice} and the @code{piano}
2210 style. It is intended for editions that are used both by singers that only 2210 style. It shows all accidentals required for singers that only follow their
thomasmorley651 2016/12/14 22:13:11 The wording feels not very elegant. Though, I'm a
2211 follow their own voice, as well as others that read an entire 2211 own voice, as well as additional accidentals for readers that follow all
2212 @code{ChoirStaff} simultaneously. 2212 voices of an entire @code{ChoirStaff} simultaneously.
2213 2213
2214 This accidental style applies to the current @code{ChoirStaff} by default. 2214 This accidental style applies to the current @code{ChoirStaff} by default.
2215 2215
2216 @lilypond[quote] 2216 @lilypond[quote]
2217 musicA = { 2217 musicA = {
2218 << 2218 <<
2219 \relative { 2219 \relative {
2220 cis''8 fis, bes4 <a cis>8 f bis4 | 2220 cis''8 fis, bes4 <a cis>8 f bis4 |
2221 cis2. <c, g'>4 | 2221 cis2. <c, g'>4 |
2222 } 2222 }
(...skipping 1148 matching lines...) Expand 10 before | Expand all | Expand 10 after
3371 @endpredefined 3371 @endpredefined
3372 3372
3373 @seealso 3373 @seealso
3374 Snippets: 3374 Snippets:
3375 @rlsr{Pitches}. 3375 @rlsr{Pitches}.
3376 3376
3377 Internals Reference: 3377 Internals Reference:
3378 @rinternals{Pitch_squash_engraver}, 3378 @rinternals{Pitch_squash_engraver},
3379 @rinternals{Voice}, 3379 @rinternals{Voice},
3380 @rinternals{RhythmicStaff}. 3380 @rinternals{RhythmicStaff}.
LEFTRIGHT

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