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

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

Issue 324420043: NR: Update Clef styles Appendix (Closed)
Left Patch Set: Fix some TexInfo syntax problems Created 6 years, 6 months ago
Right Patch Set: Added some @lilypond examples in to ancient.itely Created 6 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 | « no previous file | Documentation/notation/notation-appendices.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 @c -*- coding: utf-8; mode: texinfo; -*- 1 @c -*- coding: utf-8; mode: texinfo; -*-
2 @c vim: foldmethod=marker 2 @c vim: foldmethod=marker
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 398 matching lines...) Expand 10 before | Expand all | Expand 10 after
409 @cindex Clef, kievan 409 @cindex Clef, kievan
410 @cindex Petrucci clef 410 @cindex Petrucci clef
411 @cindex Mensural clef 411 @cindex Mensural clef
412 @cindex Blackmensural clef 412 @cindex Blackmensural clef
413 @cindex Kievan clef 413 @cindex Kievan clef
414 414
415 Mensural clefs are supported using the @code{\clef} command. Some of 415 Mensural clefs are supported using the @code{\clef} command. Some of
416 the clefs use the same glyph, but differ only with respect to the line 416 the clefs use the same glyph, but differ only with respect to the line
417 they are printed on. In such cases, a trailing number in the name is 417 they are printed on. In such cases, a trailing number in the name is
418 used to enumerate these clefs, numbered from the lowest to the highest 418 used to enumerate these clefs, numbered from the lowest to the highest
419 line. It is possible to manually force a clef glyph to be typeset on an 419 line.
420 arbitrary line, as described in @ref{Clef}. 420
421 421 @lilypond[notime,verbatim,quote,fragment]
422 For the full range of possible clefs see @ref{Clef styles}. 422 \override NoteHead.style = #'mensural
423 \clef "vaticana-do1"
424 c'1
425 @end lilypond
426
427 @lilypond[notime,verbatim,quote,fragment]
428 \override NoteHead.style = #'mensural
429 \clef "medicaea-do3"
430 c'1
431 @end lilypond
432
433 @lilypond[notime,verbatim,quote,fragment]
434 \override NoteHead.style = #'mensural
435 \clef "hufnagel-fa2"
436 c'1
437 @end lilypond
438
439 @lilypond[notime,verbatim,quote,fragment]
440 \override NoteHead.style = #'mensural
441 \clef "neomensural-c4"
442 c'1
443 @end lilypond
444
445
446 It is possible to manually force a clef glyph to be typeset on an
447 arbitrary line, as described in @ref{Clef}. For the complete range of
448 possible clefs see @ref{Clef styles}.
423 449
424 @seealso 450 @seealso
425 Music Glossary: 451 Music Glossary:
426 @rglos{mensural notation}, 452 @rglos{mensural notation},
427 @rglos{clef}. 453 @rglos{clef}.
428 454
429 Notation Reference: 455 Notation Reference:
430 @ref{Gregorian clefs}, 456 @ref{Gregorian clefs},
431 @ref{Clef}. 457 @ref{Clef}.
432 458
(...skipping 2405 matching lines...) Expand 10 before | Expand all | Expand 10 after
2838 @c remember correctly, be interpreted more like a8.. a32 (in the french 2864 @c remember correctly, be interpreted more like a8.. a32 (in the french
2839 @c style). The editor might want to show that rythmic figure above the 2865 @c style). The editor might want to show that rythmic figure above the
2840 @c staff as an hint to performers. (Karl Hammer) 2866 @c staff as an hint to performers. (Karl Hammer)
2841 2867
2842 2868
2843 @c TBC 2869 @c TBC
2844 2870
2845 2871
2846 @c @seealso 2872 @c @seealso
2847 @c ... and reference to other sections ... 2873 @c ... and reference to other sections ...
LEFTRIGHT

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