LEFT | RIGHT |
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 401 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
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. | 419 line. |
420 | 420 |
421 @lilypond[notime,verbatim,quote,fragment] | 421 @lilypond[notime,verbatim,quote,fragment] |
422 \override NoteHead.style = #'mensural | 422 \override NoteHead.style = #'vaticana.punctum |
423 \clef "vaticana-do1" | 423 \clef "vaticana-do1" |
424 c'1 | 424 c'1 |
425 @end lilypond | 425 @end lilypond |
426 | 426 |
427 @lilypond[notime,verbatim,quote,fragment] | 427 @lilypond[notime,verbatim,quote,fragment] |
428 \override NoteHead.style = #'mensural | 428 \override NoteHead.style = #'medicaea.punctum |
429 \clef "medicaea-do3" | 429 \clef "medicaea-do3" |
430 c'1 | 430 c'1 |
431 @end lilypond | 431 @end lilypond |
432 | 432 |
433 @lilypond[notime,verbatim,quote,fragment] | 433 @lilypond[notime,verbatim,quote,fragment] |
434 \override NoteHead.style = #'mensural | 434 \override NoteHead.style = #'hufnagel.punctum |
435 \clef "hufnagel-fa2" | 435 \clef "hufnagel-fa2" |
436 c'1 | 436 c'1 |
437 @end lilypond | 437 @end lilypond |
438 | 438 |
439 @lilypond[notime,verbatim,quote,fragment] | 439 @lilypond[notime,verbatim,quote,fragment] |
440 \override NoteHead.style = #'mensural | 440 \override NoteHead.style = #'neomensural |
441 \clef "neomensural-c4" | 441 \clef "neomensural-c4" |
442 c'1 | 442 c'1 |
443 @end lilypond | 443 @end lilypond |
444 | 444 |
445 | 445 |
446 It is possible to manually force a clef glyph to be typeset on an | 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 | 447 arbitrary line, as described in @ref{Clef}. For the complete range of |
448 possible clefs see @ref{Clef styles}. | 448 possible clefs see @ref{Clef styles}. |
449 | 449 |
450 @seealso | 450 @seealso |
(...skipping 2413 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2864 @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 |
2865 @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 |
2866 @c staff as an hint to performers. (Karl Hammer) | 2866 @c staff as an hint to performers. (Karl Hammer) |
2867 | 2867 |
2868 | 2868 |
2869 @c TBC | 2869 @c TBC |
2870 | 2870 |
2871 | 2871 |
2872 @c @seealso | 2872 @c @seealso |
2873 @c ... and reference to other sections ... | 2873 @c ... and reference to other sections ... |
LEFT | RIGHT |