Left: | ||
Right: |
OLD | NEW |
---|---|
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 202 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
213 sequences of notes on the same syllable. They are also used in | 213 sequences of notes on the same syllable. They are also used in |
214 mensural notation. | 214 mensural notation. |
215 | 215 |
216 Ligatures are entered by @emph{enclosing} them in @code{\[} and | 216 Ligatures are entered by @emph{enclosing} them in @code{\[} and |
217 @code{\]}. Some ligature styles may need additional input syntax | 217 @code{\]}. Some ligature styles may need additional input syntax |
218 specific for this particular type of ligature. By default, the | 218 specific for this particular type of ligature. By default, the |
219 @code{LigatureBracket} engraver just puts a square bracket | 219 @code{LigatureBracket} engraver just puts a square bracket |
220 above the ligature. | 220 above the ligature. |
221 | 221 |
222 @lilypond[quote,ragged-right,verbatim] | 222 @lilypond[quote,ragged-right,verbatim] |
223 \transpose c c' { | 223 \relative c'' { |
224 \[ g c a f d' \] | 224 \[ g c a f d' \] |
225 a g f | 225 a g f |
226 \[ e f a g \] | 226 \[ e f a g \] |
227 } | 227 } |
228 @end lilypond | 228 @end lilypond |
229 | 229 |
230 Two other ligature styles are available: the Vaticana for | 230 Two other ligature styles are available: the Vaticana for |
231 Gregorian chant, and the Mensural for mensural music (only white | 231 Gregorian chant, and the Mensural for mensural music (only white |
232 mensural ligatures are supported for mensural music, and with | 232 mensural ligatures are supported for mensural music, and with |
233 certain limitations). To use any of these styles, the default | 233 certain limitations). To use any of these styles, the default |
(...skipping 134 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
368 | 368 |
369 The predefined @code{MensuralVoice} and @code{MensuralStaff} | 369 The predefined @code{MensuralVoice} and @code{MensuralStaff} |
370 contexts can be used to engrave a piece in mensural style. These | 370 contexts can be used to engrave a piece in mensural style. These |
371 contexts initialize all relevant context properties and grob | 371 contexts initialize all relevant context properties and grob |
372 properties to proper values, so you can immediately go ahead | 372 properties to proper values, so you can immediately go ahead |
373 entering the chant, as the following excerpt demonstrates: | 373 entering the chant, as the following excerpt demonstrates: |
374 | 374 |
375 @lilypond[quote,ragged-right,verbatim] | 375 @lilypond[quote,ragged-right,verbatim] |
376 \score { | 376 \score { |
377 << | 377 << |
378 \new MensuralVoice = "discantus" \transpose c c' { | 378 \new MensuralVoice = "discantus" \relative c' { |
379 \override Score.BarNumber.transparent = ##t { | 379 \override Score.BarNumber.transparent = ##t { |
380 c'1\melisma bes a g\melismaEnd | 380 c'1\melisma bes a g\melismaEnd |
381 f\breve | 381 f\breve |
382 \[ f1\melisma a c'\breve d'\melismaEnd \] | 382 \[ f1\melisma a c\breve d\melismaEnd \] |
383 c'\longa | 383 c\longa |
384 c'\breve\melisma a1 g1\melismaEnd | 384 c\breve\melisma a1 g1\melismaEnd |
385 fis\longa^\signumcongruentiae | 385 fis\longa^\signumcongruentiae |
386 } | 386 } |
387 } | 387 } |
388 \new Lyrics \lyricsto "discantus" { | 388 \new Lyrics \lyricsto "discantus" { |
389 San -- ctus, San -- ctus, San -- ctus | 389 San -- ctus, San -- ctus, San -- ctus |
390 } | 390 } |
391 >> | 391 >> |
392 } | 392 } |
393 @end lilypond | 393 @end lilypond |
394 | 394 |
(...skipping 550 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
945 @c \override NoteHead.style = #'neomensural | 945 @c \override NoteHead.style = #'neomensural |
946 @c \override Staff.TimeSignature.style = #'neomensural | 946 @c \override Staff.TimeSignature.style = #'neomensural |
947 @c \clef "petrucci-g" | 947 @c \clef "petrucci-g" |
948 @c \[ c'\maxima g \] | 948 @c \[ c'\maxima g \] |
949 @c \[ d\longa c\breve f e d \] | 949 @c \[ d\longa c\breve f e d \] |
950 @c \[ c'\maxima d'\longa \] | 950 @c \[ c'\maxima d'\longa \] |
951 @c \[ e'1 a g\breve \] | 951 @c \[ e'1 a g\breve \] |
952 @c @end example | 952 @c @end example |
953 @lilypond[quote,ragged-right,verbatim] | 953 @lilypond[quote,ragged-right,verbatim] |
954 \score { | 954 \score { |
955 \transpose c c' { | 955 \relative c' { |
956 \set Score.timing = ##f | 956 \set Score.timing = ##f |
957 \set Score.defaultBarType = "-" | 957 \set Score.defaultBarType = "-" |
958 \override NoteHead.style = #'petrucci | 958 \override NoteHead.style = #'petrucci |
959 \override Staff.TimeSignature.style = #'mensural | 959 \override Staff.TimeSignature.style = #'mensural |
960 \clef "petrucci-g" | 960 \clef "petrucci-g" |
961 \[ c'\maxima g \] | 961 \[ c'\maxima g \] |
962 \[ d\longa | 962 \[ d\longa |
963 \override NoteHead.ligature-flexa = ##t | 963 \override NoteHead.ligature-flexa = ##t |
964 \once \override NoteHead.flexa-width = #3.2 | 964 \once \override NoteHead.flexa-width = #3.2 |
965 c\breve f e d \] | 965 c\breve f e d \] |
966 \[ c'\maxima d'\longa \] | 966 \[ c\maxima d\longa \] |
967 \[ e'1 a g\breve \] | 967 \[ e1 a g\breve \] |
968 } | 968 } |
969 \layout { | 969 \layout { |
970 \context { | 970 \context { |
971 \Voice | 971 \Voice |
972 \remove "Ligature_bracket_engraver" | 972 \remove "Ligature_bracket_engraver" |
973 \consists "Mensural_ligature_engraver" | 973 \consists "Mensural_ligature_engraver" |
974 } | 974 } |
975 } | 975 } |
976 } | 976 } |
977 @end lilypond | 977 @end lilypond |
978 | 978 |
979 Without replacing @code{Ligature_bracket_engraver} with | 979 Without replacing @code{Ligature_bracket_engraver} with |
980 @code{Mensural_ligature_engraver}, the same music transcribes | 980 @code{Mensural_ligature_engraver}, the same music transcribes |
981 to the following | 981 to the following |
982 | 982 |
983 @lilypond[quote,ragged-right] | 983 @lilypond[quote,ragged-right] |
984 \transpose c c' { | 984 \relative c' { |
985 \set Score.timing = ##f | 985 \set Score.timing = ##f |
986 \set Score.defaultBarType = "-" | 986 \set Score.defaultBarType = "-" |
987 \override NoteHead.style = #'petrucci | 987 \override NoteHead.style = #'petrucci |
988 \override Staff.TimeSignature.style = #'mensural | 988 \override Staff.TimeSignature.style = #'mensural |
989 \clef "petrucci-g" | 989 \clef "petrucci-g" |
990 \[ c'\maxima g \] | 990 \[ c'\maxima g \] |
991 \[ d\longa | 991 \[ d\longa |
992 \override NoteHead.ligature-flexa = ##t | 992 \override NoteHead.ligature-flexa = ##t |
993 \once \override NoteHead.flexa-width = #3.2 | 993 \once \override NoteHead.flexa-width = #3.2 |
994 c\breve f e d \] | 994 c\breve f e d \] |
995 \[ c'\maxima d'\longa \] | 995 \[ c\maxima d\longa \] |
996 \[ e'1 a g\breve \] | 996 \[ e1 a g\breve \] |
997 } | 997 } |
998 @end lilypond | 998 @end lilypond |
999 | 999 |
1000 @seealso | 1000 @seealso |
1001 Music Glossary: | 1001 Music Glossary: |
1002 @rglos{ligature}. | 1002 @rglos{ligature}. |
1003 | 1003 |
1004 Notation Reference: | 1004 Notation Reference: |
1005 @ref{Gregorian square neume ligatures}, | 1005 @ref{Gregorian square neume ligatures}, |
1006 @ref{Ligatures}. | 1006 @ref{Ligatures}. |
(...skipping 626 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
1633 @c a staff for demonstration purposes rather than something | 1633 @c a staff for demonstration purposes rather than something |
1634 @c special of Gregorian chant notation. --jr | 1634 @c special of Gregorian chant notation. --jr |
1635 | 1635 |
1636 | 1636 |
1637 @item | 1637 @item |
1638 @b{Punctum} | 1638 @b{Punctum} |
1639 @tab | 1639 @tab |
1640 @lilypond[staffsize=26,line-width=1.5\cm] | 1640 @lilypond[staffsize=26,line-width=1.5\cm] |
1641 \include "gregorian.ly" | 1641 \include "gregorian.ly" |
1642 \score { | 1642 \score { |
1643 \transpose c c' { | 1643 \relative c' { |
1644 % Punctum | 1644 % Punctum |
1645 \[ b \] | 1645 \[ b \] |
1646 } | 1646 } |
1647 \layout { \neumeDemoLayout }} | 1647 \layout { \neumeDemoLayout }} |
1648 @end lilypond | 1648 @end lilypond |
1649 @tab | 1649 @tab |
1650 @code{\[ b \]} | 1650 @code{\[ b \]} |
1651 | 1651 |
1652 @item | 1652 @item |
1653 @tab | 1653 @tab |
1654 @lilypond[staffsize=26,line-width=1.5\cm] | 1654 @lilypond[staffsize=26,line-width=1.5\cm] |
1655 \include "gregorian.ly" | 1655 \include "gregorian.ly" |
1656 \score { | 1656 \score { |
1657 \transpose c c' { | 1657 \relative c' { |
1658 % Punctum | 1658 % Punctum |
1659 \[ \cavum b \] | 1659 \[ \cavum b \] |
1660 } | 1660 } |
1661 \layout { \neumeDemoLayout }} | 1661 \layout { \neumeDemoLayout }} |
1662 @end lilypond | 1662 @end lilypond |
1663 @tab | 1663 @tab |
1664 @code{\[ \cavum b \]} | 1664 @code{\[ \cavum b \]} |
1665 | 1665 |
1666 @item | 1666 @item |
1667 @tab | 1667 @tab |
1668 @lilypond[staffsize=26,line-width=1.5\cm] | 1668 @lilypond[staffsize=26,line-width=1.5\cm] |
1669 \include "gregorian.ly" | 1669 \include "gregorian.ly" |
1670 \score { | 1670 \score { |
1671 \transpose c c' { | 1671 \relative c' { |
1672 % Punctum | 1672 % Punctum |
1673 \[ \linea b \] | 1673 \[ \linea b \] |
1674 } | 1674 } |
1675 \layout { \neumeDemoLayout }} | 1675 \layout { \neumeDemoLayout }} |
1676 @end lilypond | 1676 @end lilypond |
1677 @tab | 1677 @tab |
1678 @code{\[ \linea b \]} | 1678 @code{\[ \linea b \]} |
1679 | 1679 |
1680 @item | 1680 @item |
1681 @emph{Punctum Auctum Ascendens} | 1681 @emph{Punctum Auctum Ascendens} |
1682 @tab | 1682 @tab |
1683 @lilypond[staffsize=26,line-width=2.5\cm] | 1683 @lilypond[staffsize=26,line-width=2.5\cm] |
1684 \include "gregorian.ly" | 1684 \include "gregorian.ly" |
1685 \score { | 1685 \score { |
1686 \transpose c c' { | 1686 |
Trevor Daniels
2013/03/06 22:20:42
drop the blank line
| |
1687 \relative c' { | |
Trevor Daniels
2013/03/06 22:20:42
indent
| |
1687 % Punctum Auctum Ascendens | 1688 % Punctum Auctum Ascendens |
1688 \[ \auctum \ascendens b \] | 1689 \[ \auctum \ascendens b \] |
1689 } | 1690 } |
1690 \layout { \neumeDemoLayout }} | 1691 \layout { \neumeDemoLayout }} |
1691 @end lilypond | 1692 @end lilypond |
1692 @tab | 1693 @tab |
1693 @code{\[ \auctum \ascendens b \]} | 1694 @code{\[ \auctum \ascendens b \]} |
1694 | 1695 |
1695 @item | 1696 @item |
1696 @emph{Punctum Auctum Descendens} | 1697 @emph{Punctum Auctum Descendens} |
1697 @tab | 1698 @tab |
1698 @lilypond[staffsize=26,line-width=2.5\cm] | 1699 @lilypond[staffsize=26,line-width=2.5\cm] |
1699 \include "gregorian.ly" | 1700 \include "gregorian.ly" |
1700 \score { | 1701 \score { |
1701 \transpose c c' { | 1702 \relative c' { |
1702 % Punctum Auctum Descendens | 1703 % Punctum Auctum Descendens |
1703 \[ \auctum \descendens b \] | 1704 \[ \auctum \descendens b \] |
1704 } | 1705 } |
1705 \layout { \neumeDemoLayout }} | 1706 \layout { \neumeDemoLayout }} |
1706 @end lilypond | 1707 @end lilypond |
1707 @tab | 1708 @tab |
1708 @code{\[ \auctum \descendens b \]} | 1709 @code{\[ \auctum \descendens b \]} |
1709 | 1710 |
1710 @item | 1711 @item |
1711 @b{Punctum inclinatum} | 1712 @b{Punctum inclinatum} |
1712 @tab | 1713 @tab |
1713 @lilypond[staffsize=26,line-width=1.5\cm] | 1714 @lilypond[staffsize=26,line-width=1.5\cm] |
1714 \include "gregorian.ly" | 1715 \include "gregorian.ly" |
1715 \score { | 1716 \score { |
1716 \transpose c c' { | 1717 \relative c' { |
1717 % Punctum Inclinatum | 1718 % Punctum Inclinatum |
1718 \[ \inclinatum b \] | 1719 \[ \inclinatum b \] |
1719 } | 1720 } |
1720 \layout { \neumeDemoLayout }} | 1721 \layout { \neumeDemoLayout }} |
1721 @end lilypond | 1722 @end lilypond |
1722 @tab | 1723 @tab |
1723 @code{\[ \inclinatum b \]} | 1724 @code{\[ \inclinatum b \]} |
1724 | 1725 |
1725 @item | 1726 @item |
1726 @emph{Punctum Inclinatum Auctum} | 1727 @emph{Punctum Inclinatum Auctum} |
1727 @tab | 1728 @tab |
1728 @lilypond[staffsize=26,line-width=2.5\cm] | 1729 @lilypond[staffsize=26,line-width=2.5\cm] |
1729 \include "gregorian.ly" | 1730 \include "gregorian.ly" |
1730 \score { | 1731 \score { |
1731 \transpose c c' { | 1732 \relative c' { |
1732 % Punctum Inclinatum Auctum | 1733 % Punctum Inclinatum Auctum |
1733 \[ \inclinatum \auctum b \] | 1734 \[ \inclinatum \auctum b \] |
1734 } | 1735 } |
1735 \layout { \neumeDemoLayout }} | 1736 \layout { \neumeDemoLayout }} |
1736 @end lilypond | 1737 @end lilypond |
1737 @tab | 1738 @tab |
1738 @code{\[ \inclinatum \auctum b \]} | 1739 @code{\[ \inclinatum \auctum b \]} |
1739 | 1740 |
1740 @item | 1741 @item |
1741 @emph{Punctum Inclinatum Parvum} | 1742 @emph{Punctum Inclinatum Parvum} |
1742 @tab | 1743 @tab |
1743 @lilypond[staffsize=26,line-width=1.0\cm] | 1744 @lilypond[staffsize=26,line-width=1.0\cm] |
1744 \include "gregorian.ly" | 1745 \include "gregorian.ly" |
1745 \score { | 1746 \score { |
1746 \transpose c c' { | 1747 \relative c' { |
1747 % Punctum Inclinatum Parvum | 1748 % Punctum Inclinatum Parvum |
1748 \[ \inclinatum \deminutum b \] | 1749 \[ \inclinatum \deminutum b \] |
1749 } | 1750 } |
1750 \layout { \neumeDemoLayout }} | 1751 \layout { \neumeDemoLayout }} |
1751 @end lilypond | 1752 @end lilypond |
1752 @tab | 1753 @tab |
1753 @code{\[ \inclinatum \deminutum b \]} | 1754 @code{\[ \inclinatum \deminutum b \]} |
1754 | 1755 |
1755 @item | 1756 @item |
1756 @b{Virga} | 1757 @b{Virga} |
1757 @tab | 1758 @tab |
1758 @lilypond[staffsize=26,line-width=1.0\cm] | 1759 @lilypond[staffsize=26,line-width=1.0\cm] |
1759 \include "gregorian.ly" | 1760 \include "gregorian.ly" |
1760 \score { | 1761 \score { |
1761 \transpose c c' { | 1762 \relative c' { |
1762 % Virga | 1763 % Virga |
1763 \[ \virga b \] | 1764 \[ \virga b \] |
1764 } | 1765 } |
1765 \layout { \neumeDemoLayout }} | 1766 \layout { \neumeDemoLayout }} |
1766 @end lilypond | 1767 @end lilypond |
1767 @tab | 1768 @tab |
1768 | 1769 |
1769 @end multitable | 1770 @end multitable |
1770 | 1771 |
1771 @noindent | 1772 @noindent |
1772 @b{Two-note ligatures} | 1773 @b{Two-note ligatures} |
1773 | 1774 |
1774 @multitable @columnfractions .4 .2 .4 | 1775 @multitable @columnfractions .4 .2 .4 |
1775 | 1776 |
1776 @item | 1777 @item |
1777 @b{Clivis vel Flexa} | 1778 @b{Clivis vel Flexa} |
1778 @tab | 1779 @tab |
1779 @lilypond[staffsize=26,line-width=1.0\cm] | 1780 @lilypond[staffsize=26,line-width=1.0\cm] |
1780 \include "gregorian.ly" | 1781 \include "gregorian.ly" |
1781 \score { | 1782 \score { |
1782 \transpose c c' { | 1783 \relative c' { |
1783 % Clivis vel Flexa | 1784 % Clivis vel Flexa |
1784 \[ b \flexa g \] | 1785 \[ b \flexa g \] |
1785 } | 1786 } |
1786 \layout { \neumeDemoLayout }} | 1787 \layout { \neumeDemoLayout }} |
1787 @end lilypond | 1788 @end lilypond |
1788 @tab | 1789 @tab |
1789 @code{\[ b \flexa g \]} | 1790 @code{\[ b \flexa g \]} |
1790 | 1791 |
1791 | 1792 |
1792 @item | 1793 @item |
1793 @emph{Clivis Aucta Descendens} | 1794 @emph{Clivis Aucta Descendens} |
1794 @tab | 1795 @tab |
1795 @lilypond[staffsize=26,line-width=2.0\cm] | 1796 @lilypond[staffsize=26,line-width=2.0\cm] |
1796 \include "gregorian.ly" | 1797 \include "gregorian.ly" |
1797 \score { | 1798 \score { |
1798 \transpose c c' { | 1799 \relative c' { |
1799 % Clivis Aucta Descendens | 1800 % Clivis Aucta Descendens |
1800 \[ b \flexa \auctum \descendens g \] | 1801 \[ b \flexa \auctum \descendens g \] |
1801 } | 1802 } |
1802 \layout { \neumeDemoLayout }} | 1803 \layout { \neumeDemoLayout }} |
1803 @end lilypond | 1804 @end lilypond |
1804 @tab | 1805 @tab |
1805 @code{\[ b \flexa \auctum \descendens g \]} | 1806 @code{\[ b \flexa \auctum \descendens g \]} |
1806 | 1807 |
1807 @item | 1808 @item |
1808 @emph{Clivis Aucta Ascendens} | 1809 @emph{Clivis Aucta Ascendens} |
1809 @tab | 1810 @tab |
1810 @lilypond[staffsize=26,line-width=2.0\cm] | 1811 @lilypond[staffsize=26,line-width=2.0\cm] |
1811 \include "gregorian.ly" | 1812 \include "gregorian.ly" |
1812 \score { | 1813 \score { |
1813 \transpose c c' { | 1814 \relative c' { |
1814 % Clivis Aucta Ascendens | 1815 % Clivis Aucta Ascendens |
1815 \[ b \flexa \auctum \ascendens g \] | 1816 \[ b \flexa \auctum \ascendens g \] |
1816 } | 1817 } |
1817 \layout { \neumeDemoLayout }} | 1818 \layout { \neumeDemoLayout }} |
1818 @end lilypond | 1819 @end lilypond |
1819 @tab | 1820 @tab |
1820 @code{\[ b \flexa \auctum \ascendens g \]} | 1821 @code{\[ b \flexa \auctum \ascendens g \]} |
1821 | 1822 |
1822 @item | 1823 @item |
1823 @emph{Cephalicus} | 1824 @emph{Cephalicus} |
1824 @tab | 1825 @tab |
1825 @lilypond[staffsize=26,line-width=2.0\cm] | 1826 @lilypond[staffsize=26,line-width=2.0\cm] |
1826 \include "gregorian.ly" | 1827 \include "gregorian.ly" |
1827 \score { | 1828 \score { |
1828 \transpose c c' { | 1829 \relative c' { |
1829 % Cephalicus | 1830 % Cephalicus |
1830 \[ b \flexa \deminutum g \] | 1831 \[ b \flexa \deminutum g \] |
1831 } | 1832 } |
1832 \layout { \neumeDemoLayout }} | 1833 \layout { \neumeDemoLayout }} |
1833 @end lilypond | 1834 @end lilypond |
1834 @tab | 1835 @tab |
1835 @code{\[ b \flexa \deminutum g \]} | 1836 @code{\[ b \flexa \deminutum g \]} |
1836 | 1837 |
1837 @item | 1838 @item |
1838 @b{Podatus/Pes} | 1839 @b{Podatus/Pes} |
1839 @tab | 1840 @tab |
1840 @lilypond[staffsize=26,line-width=1.0\cm] | 1841 @lilypond[staffsize=26,line-width=1.0\cm] |
1841 \include "gregorian.ly" | 1842 \include "gregorian.ly" |
1842 \score { | 1843 \score { |
1843 \transpose c c' { | 1844 \relative c' { |
1844 % Podatus vel Pes | 1845 % Podatus vel Pes |
1845 \[ g \pes b \] | 1846 \[ g \pes b \] |
1846 } | 1847 } |
1847 \layout { \neumeDemoLayout }} | 1848 \layout { \neumeDemoLayout }} |
1848 @end lilypond | 1849 @end lilypond |
1849 @tab | 1850 @tab |
1850 @code{\[ g \pes b \]} | 1851 @code{\[ g \pes b \]} |
1851 | 1852 |
1852 @item | 1853 @item |
1853 @emph{Pes Auctus Descendens} | 1854 @emph{Pes Auctus Descendens} |
1854 @tab | 1855 @tab |
1855 @lilypond[staffsize=26,line-width=1.0\cm] | 1856 @lilypond[staffsize=26,line-width=1.0\cm] |
1856 \include "gregorian.ly" | 1857 \include "gregorian.ly" |
1857 \score { | 1858 \score { |
1858 \transpose c c' { | 1859 \relative c' { |
1859 % Pes Auctus Descendens | 1860 % Pes Auctus Descendens |
1860 \[ g \pes \auctum \descendens b \] | 1861 \[ g \pes \auctum \descendens b \] |
1861 } | 1862 } |
1862 \layout { \neumeDemoLayout }} | 1863 \layout { \neumeDemoLayout }} |
1863 @end lilypond | 1864 @end lilypond |
1864 @tab | 1865 @tab |
1865 @code{\[ g \pes \auctum \descendens b \]} | 1866 @code{\[ g \pes \auctum \descendens b \]} |
1866 | 1867 |
1867 @item | 1868 @item |
1868 @emph{Pes Auctus Ascendens} | 1869 @emph{Pes Auctus Ascendens} |
1869 @tab | 1870 @tab |
1870 @lilypond[staffsize=26,line-width=1.0\cm] | 1871 @lilypond[staffsize=26,line-width=1.0\cm] |
1871 \include "gregorian.ly" | 1872 \include "gregorian.ly" |
1872 \score { | 1873 \score { |
1873 \transpose c c' { | 1874 \relative c' { |
1874 % Pes Auctus Ascendens | 1875 % Pes Auctus Ascendens |
1875 \[ g \pes \auctum \ascendens b \] | 1876 \[ g \pes \auctum \ascendens b \] |
1876 } | 1877 } |
1877 \layout { \neumeDemoLayout }} | 1878 \layout { \neumeDemoLayout }} |
1878 @end lilypond | 1879 @end lilypond |
1879 @tab | 1880 @tab |
1880 @code{\[ g \pes \auctum \ascendens b \]} | 1881 @code{\[ g \pes \auctum \ascendens b \]} |
1881 | 1882 |
1882 @item | 1883 @item |
1883 @emph{Epiphonus} | 1884 @emph{Epiphonus} |
1884 @tab | 1885 @tab |
1885 @lilypond[staffsize=26,line-width=1.0\cm] | 1886 @lilypond[staffsize=26,line-width=1.0\cm] |
1886 \include "gregorian.ly" | 1887 \include "gregorian.ly" |
1887 \score { | 1888 \score { |
1888 \transpose c c' { | 1889 \relative c' { |
1889 % Epiphonus | 1890 % Epiphonus |
1890 \[ g \pes \deminutum b \] | 1891 \[ g \pes \deminutum b \] |
1891 } | 1892 } |
1892 \layout { \neumeDemoLayout }} | 1893 \layout { \neumeDemoLayout }} |
1893 @end lilypond | 1894 @end lilypond |
1894 @tab | 1895 @tab |
1895 @code{\[ g \pes \deminutum b \]} | 1896 @code{\[ g \pes \deminutum b \]} |
1896 | 1897 |
1897 @item | 1898 @item |
1898 @emph{Pes Initio Debilis} | 1899 @emph{Pes Initio Debilis} |
1899 @tab | 1900 @tab |
1900 @lilypond[staffsize=26,line-width=1.0\cm] | 1901 @lilypond[staffsize=26,line-width=1.0\cm] |
1901 \include "gregorian.ly" | 1902 \include "gregorian.ly" |
1902 \score { | 1903 \score { |
1903 \transpose c c' { | 1904 \relative c' { |
1904 % Pes Initio Debilis | 1905 % Pes Initio Debilis |
1905 \[ \deminutum g \pes b \] | 1906 \[ \deminutum g \pes b \] |
1906 } | 1907 } |
1907 \layout { \neumeDemoLayout }} | 1908 \layout { \neumeDemoLayout }} |
1908 @end lilypond | 1909 @end lilypond |
1909 @tab | 1910 @tab |
1910 @code{\[ \deminutum g \pes b \]} | 1911 @code{\[ \deminutum g \pes b \]} |
1911 | 1912 |
1912 @item | 1913 @item |
1913 @emph{Pes Auctus Descendens Initio Debilis} | 1914 @emph{Pes Auctus Descendens Initio Debilis} |
1914 @tab | 1915 @tab |
1915 @lilypond[staffsize=26,line-width=1.0\cm] | 1916 @lilypond[staffsize=26,line-width=1.0\cm] |
1916 \include "gregorian.ly" | 1917 \include "gregorian.ly" |
1917 \score { | 1918 \score { |
1918 \transpose c c' { | 1919 \relative c' { |
1919 % Pes Auctus Descendens Initio Debilis | 1920 % Pes Auctus Descendens Initio Debilis |
1920 \[ \deminutum g \pes \auctum \descendens b \] | 1921 \[ \deminutum g \pes \auctum \descendens b \] |
1921 } | 1922 } |
1922 \layout { \neumeDemoLayout }} | 1923 \layout { \neumeDemoLayout }} |
1923 @end lilypond | 1924 @end lilypond |
1924 @tab | 1925 @tab |
1925 @code{\[ \deminutum g \pes \auctum \descendens b \]} | 1926 @code{\[ \deminutum g \pes \auctum \descendens b \]} |
1926 | 1927 |
1927 @end multitable | 1928 @end multitable |
1928 | 1929 |
1929 @noindent | 1930 @noindent |
1930 @b{Multi-note ligatures} | 1931 @b{Multi-note ligatures} |
1931 | 1932 |
1932 @multitable @columnfractions .4 .2 .4 | 1933 @multitable @columnfractions .4 .2 .4 |
1933 | 1934 |
1934 @item | 1935 @item |
1935 @b{Torculus} | 1936 @b{Torculus} |
1936 @tab | 1937 @tab |
1937 @lilypond[staffsize=26,line-width=1.0\cm] | 1938 @lilypond[staffsize=26,line-width=1.0\cm] |
1938 \include "gregorian.ly" | 1939 \include "gregorian.ly" |
1939 \score { | 1940 \score { |
1940 \transpose c c' { | 1941 \relative c' { |
1941 % Torculus | 1942 % Torculus |
1942 \[ a \pes b \flexa g \] | 1943 \[ a \pes b \flexa g \] |
1943 } | 1944 } |
1944 \layout { \neumeDemoLayout }} | 1945 \layout { \neumeDemoLayout }} |
1945 @end lilypond | 1946 @end lilypond |
1946 @tab | 1947 @tab |
1947 @code{\[ a \pes b \flexa g \]} | 1948 @code{\[ a \pes b \flexa g \]} |
1948 | 1949 |
1949 @item | 1950 @item |
1950 @emph{Torculus Auctus Descendens} | 1951 @emph{Torculus Auctus Descendens} |
1951 @tab | 1952 @tab |
1952 @lilypond[staffsize=26,line-width=1.0\cm] | 1953 @lilypond[staffsize=26,line-width=1.0\cm] |
1953 \include "gregorian.ly" | 1954 \include "gregorian.ly" |
1954 \score { | 1955 \score { |
1955 \transpose c c' { | 1956 \relative c' { |
1956 % Torculus Auctus Descendens | 1957 % Torculus Auctus Descendens |
1957 \[ a \pes b \flexa \auctum \descendens g \] | 1958 \[ a \pes b \flexa \auctum \descendens g \] |
1958 } | 1959 } |
1959 \layout { \neumeDemoLayout }} | 1960 \layout { \neumeDemoLayout }} |
1960 @end lilypond | 1961 @end lilypond |
1961 @tab | 1962 @tab |
1962 @code{\[ a \pes b \flexa \auctum \descendens g \]} | 1963 @code{\[ a \pes b \flexa \auctum \descendens g \]} |
1963 | 1964 |
1964 @item | 1965 @item |
1965 @emph{Torculus Deminutus} | 1966 @emph{Torculus Deminutus} |
1966 @tab | 1967 @tab |
1967 @lilypond[staffsize=26,line-width=1.0\cm] | 1968 @lilypond[staffsize=26,line-width=1.0\cm] |
1968 \include "gregorian.ly" | 1969 \include "gregorian.ly" |
1969 \score { | 1970 \score { |
1970 \transpose c c' { | 1971 \relative c' { |
1971 % Torculus Deminutus | 1972 % Torculus Deminutus |
1972 \[ a \pes b \flexa \deminutum g \] | 1973 \[ a \pes b \flexa \deminutum g \] |
1973 } | 1974 } |
1974 \layout { \neumeDemoLayout }} | 1975 \layout { \neumeDemoLayout }} |
1975 @end lilypond | 1976 @end lilypond |
1976 @tab | 1977 @tab |
1977 @code{\[ a \pes b \flexa \deminutum g \]} | 1978 @code{\[ a \pes b \flexa \deminutum g \]} |
1978 | 1979 |
1979 @item | 1980 @item |
1980 @emph{Torculus Initio Debilis} | 1981 @emph{Torculus Initio Debilis} |
1981 @tab | 1982 @tab |
1982 @lilypond[staffsize=26,line-width=1.0\cm] | 1983 @lilypond[staffsize=26,line-width=1.0\cm] |
1983 \include "gregorian.ly" | 1984 \include "gregorian.ly" |
1984 \score { | 1985 \score { |
1985 \transpose c c' { | 1986 \relative c' { |
1986 % Torculus Initio Debilis | 1987 % Torculus Initio Debilis |
1987 \[ \deminutum a \pes b \flexa g \] | 1988 \[ \deminutum a \pes b \flexa g \] |
1988 } | 1989 } |
1989 \layout { \neumeDemoLayout }} | 1990 \layout { \neumeDemoLayout }} |
1990 @end lilypond | 1991 @end lilypond |
1991 @tab | 1992 @tab |
1992 @code{\[ \deminutum a \pes b \flexa g \]} | 1993 @code{\[ \deminutum a \pes b \flexa g \]} |
1993 | 1994 |
1994 @item | 1995 @item |
1995 @emph{Torculus Auctus Descendens Initio Debilis} | 1996 @emph{Torculus Auctus Descendens Initio Debilis} |
1996 @tab | 1997 @tab |
1997 @lilypond[staffsize=26,line-width=1.0\cm] | 1998 @lilypond[staffsize=26,line-width=1.0\cm] |
1998 \include "gregorian.ly" | 1999 \include "gregorian.ly" |
1999 \score { | 2000 \score { |
2000 \transpose c c' { | 2001 \relative c' { |
2001 % Torculus Auctus Descendens Initio Debilis | 2002 % Torculus Auctus Descendens Initio Debilis |
2002 \[ \deminutum a \pes b \flexa \auctum \descendens g \] | 2003 \[ \deminutum a \pes b \flexa \auctum \descendens g \] |
2003 } | 2004 } |
2004 \layout { \neumeDemoLayout }} | 2005 \layout { \neumeDemoLayout }} |
2005 @end lilypond | 2006 @end lilypond |
2006 @tab | 2007 @tab |
2007 @code{\[ \deminutum a \pes b \flexa \auctum \descendens g \]} | 2008 @code{\[ \deminutum a \pes b \flexa \auctum \descendens g \]} |
2008 | 2009 |
2009 @item | 2010 @item |
2010 @emph{Torculus Deminutus Initio Debilis} | 2011 @emph{Torculus Deminutus Initio Debilis} |
2011 @tab | 2012 @tab |
2012 @lilypond[staffsize=26,line-width=1.0\cm] | 2013 @lilypond[staffsize=26,line-width=1.0\cm] |
2013 \include "gregorian.ly" | 2014 \include "gregorian.ly" |
2014 \score { | 2015 \score { |
2015 \transpose c c' { | 2016 \relative c' { |
2016 % Torculus Deminutus Initio Debilis | 2017 % Torculus Deminutus Initio Debilis |
2017 \[ \deminutum a \pes b \flexa \deminutum g \] | 2018 \[ \deminutum a \pes b \flexa \deminutum g \] |
2018 } | 2019 } |
2019 \layout { \neumeDemoLayout }} | 2020 \layout { \neumeDemoLayout }} |
2020 @end lilypond | 2021 @end lilypond |
2021 @tab | 2022 @tab |
2022 @code{\[ \deminutum a \pes b \flexa \deminutum g \]} | 2023 @code{\[ \deminutum a \pes b \flexa \deminutum g \]} |
2023 | 2024 |
2024 @item | 2025 @item |
2025 @b{Porrectus} | 2026 @b{Porrectus} |
2026 @tab | 2027 @tab |
2027 @lilypond[staffsize=26,line-width=1.0\cm] | 2028 @lilypond[staffsize=26,line-width=1.0\cm] |
2028 \include "gregorian.ly" | 2029 \include "gregorian.ly" |
2029 \score { | 2030 \score { |
2030 \transpose c c' { | 2031 \relative c' { |
2031 % Porrectus | 2032 % Porrectus |
2032 \[ a \flexa g \pes b \] | 2033 \[ a \flexa g \pes b \] |
2033 } | 2034 } |
2034 \layout { \neumeDemoLayout }} | 2035 \layout { \neumeDemoLayout }} |
2035 @end lilypond | 2036 @end lilypond |
2036 @tab | 2037 @tab |
2037 @code{\[ a \flexa g \pes b \]} | 2038 @code{\[ a \flexa g \pes b \]} |
2038 | 2039 |
2039 @item | 2040 @item |
2040 @emph{Porrectus Auctus Descendens} | 2041 @emph{Porrectus Auctus Descendens} |
2041 @tab | 2042 @tab |
2042 @lilypond[staffsize=26,line-width=1.0\cm] | 2043 @lilypond[staffsize=26,line-width=1.0\cm] |
2043 \include "gregorian.ly" | 2044 \include "gregorian.ly" |
2044 \score { | 2045 \score { |
2045 \transpose c c' { | 2046 \relative c' { |
2046 % Porrectus Auctus Descendens | 2047 % Porrectus Auctus Descendens |
2047 \[ a \flexa g \pes \auctum \descendens b \] | 2048 \[ a \flexa g \pes \auctum \descendens b \] |
2048 } | 2049 } |
2049 \layout { \neumeDemoLayout }} | 2050 \layout { \neumeDemoLayout }} |
2050 @end lilypond | 2051 @end lilypond |
2051 @tab | 2052 @tab |
2052 @code{\[ a \flexa g \pes \auctum \descendens b \]} | 2053 @code{\[ a \flexa g \pes \auctum \descendens b \]} |
2053 | 2054 |
2054 @item | 2055 @item |
2055 @emph{Porrectus Deminutus} | 2056 @emph{Porrectus Deminutus} |
2056 @tab | 2057 @tab |
2057 @lilypond[staffsize=26,line-width=1.0\cm] | 2058 @lilypond[staffsize=26,line-width=1.0\cm] |
2058 \include "gregorian.ly" | 2059 \include "gregorian.ly" |
2059 \score { | 2060 \score { |
2060 \transpose c c' { | 2061 \relative c' { |
2061 % Porrectus Deminutus | 2062 % Porrectus Deminutus |
2062 \[ a \flexa g \pes \deminutum b \] | 2063 \[ a \flexa g \pes \deminutum b \] |
2063 } | 2064 } |
2064 \layout { \neumeDemoLayout }} | 2065 \layout { \neumeDemoLayout }} |
2065 @end lilypond | 2066 @end lilypond |
2066 @tab | 2067 @tab |
2067 @code{\[ a \flexa g \pes \deminutum b \]} | 2068 @code{\[ a \flexa g \pes \deminutum b \]} |
2068 | 2069 |
2069 @item | 2070 @item |
2070 @b{Climacus} | 2071 @b{Climacus} |
2071 @tab | 2072 @tab |
2072 @lilypond[staffsize=26,line-width=1.0\cm] | 2073 @lilypond[staffsize=26,line-width=1.0\cm] |
2073 \include "gregorian.ly" | 2074 \include "gregorian.ly" |
2074 \score { | 2075 \score { |
2075 \transpose c c' { | 2076 \relative c' { |
2076 % Climacus | 2077 % Climacus |
2077 \[ \virga b \inclinatum a \inclinatum g \] | 2078 \[ \virga b \inclinatum a \inclinatum g \] |
2078 } | 2079 } |
2079 \layout { \neumeDemoLayout }} | 2080 \layout { \neumeDemoLayout }} |
2080 @end lilypond | 2081 @end lilypond |
2081 @tab | 2082 @tab |
2082 @code{\[ \virga b \inclinatum a \inclinatum g \]} | 2083 @code{\[ \virga b \inclinatum a \inclinatum g \]} |
2083 | 2084 |
2084 @item | 2085 @item |
2085 @emph{Climacus Auctus} | 2086 @emph{Climacus Auctus} |
2086 @tab | 2087 @tab |
2087 @lilypond[staffsize=26,line-width=1.0\cm] | 2088 @lilypond[staffsize=26,line-width=1.0\cm] |
2088 \include "gregorian.ly" | 2089 \include "gregorian.ly" |
2089 \score { | 2090 \score { |
2090 \transpose c c' { | 2091 \relative c' { |
2091 % Climacus Auctus | 2092 % Climacus Auctus |
2092 \[ \virga b \inclinatum a \inclinatum \auctum g \] | 2093 \[ \virga b \inclinatum a \inclinatum \auctum g \] |
2093 } | 2094 } |
2094 \layout { \neumeDemoLayout }} | 2095 \layout { \neumeDemoLayout }} |
2095 @end lilypond | 2096 @end lilypond |
2096 @tab | 2097 @tab |
2097 @code{\[ \virga b \inclinatum a \inclinatum \auctum g \]} | 2098 @code{\[ \virga b \inclinatum a \inclinatum \auctum g \]} |
2098 | 2099 |
2099 @item | 2100 @item |
2100 @emph{Climacus Deminutus} | 2101 @emph{Climacus Deminutus} |
2101 @tab | 2102 @tab |
2102 @lilypond[staffsize=26,line-width=1.0\cm] | 2103 @lilypond[staffsize=26,line-width=1.0\cm] |
2103 \include "gregorian.ly" | 2104 \include "gregorian.ly" |
2104 \score { | 2105 \score { |
2105 \transpose c c' { | 2106 \relative c' { |
2106 % Climacus Deminutus | 2107 % Climacus Deminutus |
2107 \[ \virga b \inclinatum a \inclinatum \deminutum g \] | 2108 \[ \virga b \inclinatum a \inclinatum \deminutum g \] |
2108 } | 2109 } |
2109 \layout { \neumeDemoLayout }} | 2110 \layout { \neumeDemoLayout }} |
2110 @end lilypond | 2111 @end lilypond |
2111 @tab | 2112 @tab |
2112 @code{\[ \virga b \inclinatum a \inclinatum \deminutum g \]} | 2113 @code{\[ \virga b \inclinatum a \inclinatum \deminutum g \]} |
2113 | 2114 |
2114 @item | 2115 @item |
2115 @b{Scandicus} | 2116 @b{Scandicus} |
2116 @tab | 2117 @tab |
2117 @lilypond[staffsize=26,line-width=1.0\cm] | 2118 @lilypond[staffsize=26,line-width=1.0\cm] |
2118 \include "gregorian.ly" | 2119 \include "gregorian.ly" |
2119 \score { | 2120 \score { |
2120 \transpose c c' { | 2121 \relative c' { |
2121 % Scandicus | 2122 % Scandicus |
2122 \[ g \pes a \virga b \] | 2123 \[ g \pes a \virga b \] |
2123 } | 2124 } |
2124 \layout { \neumeDemoLayout }} | 2125 \layout { \neumeDemoLayout }} |
2125 @end lilypond | 2126 @end lilypond |
2126 @tab | 2127 @tab |
2127 @code{\[ g \pes a \virga b \]} | 2128 @code{\[ g \pes a \virga b \]} |
2128 | 2129 |
2129 @item | 2130 @item |
2130 @emph{Scandicus Auctus Descendens} | 2131 @emph{Scandicus Auctus Descendens} |
2131 @tab | 2132 @tab |
2132 @lilypond[staffsize=26,line-width=1.0\cm] | 2133 @lilypond[staffsize=26,line-width=1.0\cm] |
2133 \include "gregorian.ly" | 2134 \include "gregorian.ly" |
2134 \score { | 2135 \score { |
2135 \transpose c c' { | 2136 \relative c' { |
2136 % Scandicus Auctus Descendens | 2137 % Scandicus Auctus Descendens |
2137 \[ g \pes a \pes \auctum \descendens b \] | 2138 \[ g \pes a \pes \auctum \descendens b \] |
2138 } | 2139 } |
2139 \layout { \neumeDemoLayout }} | 2140 \layout { \neumeDemoLayout }} |
2140 @end lilypond | 2141 @end lilypond |
2141 @tab | 2142 @tab |
2142 @code{\[ g \pes a \pes \auctum \descendens b \]} | 2143 @code{\[ g \pes a \pes \auctum \descendens b \]} |
2143 | 2144 |
2144 @item | 2145 @item |
2145 @emph{Scandicus Deminutus} | 2146 @emph{Scandicus Deminutus} |
2146 @tab | 2147 @tab |
2147 @lilypond[staffsize=26,line-width=1.0\cm] | 2148 @lilypond[staffsize=26,line-width=1.0\cm] |
2148 \include "gregorian.ly" | 2149 \include "gregorian.ly" |
2149 \score { | 2150 \score { |
2150 \transpose c c' { | 2151 \relative c' { |
2151 % Scandicus Deminutus | 2152 % Scandicus Deminutus |
2152 \[ g \pes a \pes \deminutum b \] | 2153 \[ g \pes a \pes \deminutum b \] |
2153 } | 2154 } |
2154 \layout { \neumeDemoLayout }} | 2155 \layout { \neumeDemoLayout }} |
2155 @end lilypond | 2156 @end lilypond |
2156 @tab | 2157 @tab |
2157 @code{\[ g \pes a \pes \deminutum b \]} | 2158 @code{\[ g \pes a \pes \deminutum b \]} |
2158 | 2159 |
2159 @end multitable | 2160 @end multitable |
2160 | 2161 |
2161 @noindent | 2162 @noindent |
2162 @b{Special Signs} | 2163 @b{Special Signs} |
2163 | 2164 |
2164 @multitable @columnfractions .4 .2 .4 | 2165 @multitable @columnfractions .4 .2 .4 |
2165 | 2166 |
2166 @item | 2167 @item |
2167 @b{Quilisma} | 2168 @b{Quilisma} |
2168 @tab | 2169 @tab |
2169 @lilypond[staffsize=26,line-width=1.0\cm] | 2170 @lilypond[staffsize=26,line-width=1.0\cm] |
2170 \include "gregorian.ly" | 2171 \include "gregorian.ly" |
2171 \score { | 2172 \score { |
2172 \transpose c c' { | 2173 \relative c' { |
2173 % Quilisma | 2174 % Quilisma |
2174 \[ g \pes \quilisma a \pes b \] | 2175 \[ g \pes \quilisma a \pes b \] |
2175 } | 2176 } |
2176 \layout { \neumeDemoLayout }} | 2177 \layout { \neumeDemoLayout }} |
2177 @end lilypond | 2178 @end lilypond |
2178 @tab | 2179 @tab |
2179 @code{\[ g \pes \quilisma a \pes b \]} | 2180 @code{\[ g \pes \quilisma a \pes b \]} |
2180 | 2181 |
2181 @item | 2182 @item |
2182 @emph{Quilisma Pes Auctus Descendens} | 2183 @emph{Quilisma Pes Auctus Descendens} |
2183 @tab | 2184 @tab |
2184 @lilypond[staffsize=26,line-width=1.0\cm] | 2185 @lilypond[staffsize=26,line-width=1.0\cm] |
2185 \include "gregorian.ly" | 2186 \include "gregorian.ly" |
2186 \score { | 2187 \score { |
2187 \transpose c c' { | 2188 \relative c' { |
2188 % Quilisma Pes Auctus Descendens | 2189 % Quilisma Pes Auctus Descendens |
2189 \[ g \quilisma a \pes \auctum \descendens b \] | 2190 \[ g \quilisma a \pes \auctum \descendens b \] |
2190 } | 2191 } |
2191 \layout { \neumeDemoLayout }} | 2192 \layout { \neumeDemoLayout }} |
2192 @end lilypond | 2193 @end lilypond |
2193 @tab | 2194 @tab |
2194 @code{\[ \quilisma g \pes \auctum \descendens b \]} | 2195 @code{\[ \quilisma g \pes \auctum \descendens b \]} |
2195 | 2196 |
2196 @item | 2197 @item |
2197 @b{Oriscus} | 2198 @b{Oriscus} |
2198 @tab | 2199 @tab |
2199 @lilypond[staffsize=26,line-width=1.0\cm] | 2200 @lilypond[staffsize=26,line-width=1.0\cm] |
2200 \include "gregorian.ly" | 2201 \include "gregorian.ly" |
2201 \score { | 2202 \score { |
2202 \transpose c c' { | 2203 \relative c' { |
2203 % Oriscus | 2204 % Oriscus |
2204 \[ \oriscus b \] | 2205 \[ \oriscus b \] |
2205 } | 2206 } |
2206 \layout { \neumeDemoLayout }} | 2207 \layout { \neumeDemoLayout }} |
2207 @end lilypond | 2208 @end lilypond |
2208 @tab | 2209 @tab |
2209 @code{\[ \oriscus b \]} | 2210 @code{\[ \oriscus b \]} |
2210 | 2211 |
2211 @item | 2212 @item |
2212 @emph{Pes Quassus} | 2213 @emph{Pes Quassus} |
2213 @tab | 2214 @tab |
2214 @lilypond[staffsize=26,line-width=1.0\cm] | 2215 @lilypond[staffsize=26,line-width=1.0\cm] |
2215 \include "gregorian.ly" | 2216 \include "gregorian.ly" |
2216 \score { | 2217 \score { |
2217 \transpose c c' { | 2218 \relative c' { |
2218 % Pes Quassus | 2219 % Pes Quassus |
2219 \[ \oriscus g \pes \virga b \] | 2220 \[ \oriscus g \pes \virga b \] |
2220 } | 2221 } |
2221 \layout { \neumeDemoLayout }} | 2222 \layout { \neumeDemoLayout }} |
2222 @end lilypond | 2223 @end lilypond |
2223 @tab | 2224 @tab |
2224 @code{\[ \oriscus g \pes \virga b \]} | 2225 @code{\[ \oriscus g \pes \virga b \]} |
2225 | 2226 |
2226 @item | 2227 @item |
2227 @emph{Pes Quassus Auctus Descendens} | 2228 @emph{Pes Quassus Auctus Descendens} |
2228 @tab | 2229 @tab |
2229 @lilypond[staffsize=26,line-width=1.0\cm] | 2230 @lilypond[staffsize=26,line-width=1.0\cm] |
2230 \include "gregorian.ly" | 2231 \include "gregorian.ly" |
2231 \score { | 2232 \score { |
2232 \transpose c c' { | 2233 \relative c' { |
2233 % Pes Quassus Auctus Descendens | 2234 % Pes Quassus Auctus Descendens |
2234 \[ \oriscus g \pes \auctum \descendens b \] | 2235 \[ \oriscus g \pes \auctum \descendens b \] |
2235 } | 2236 } |
2236 \layout { \neumeDemoLayout }} | 2237 \layout { \neumeDemoLayout }} |
2237 @end lilypond | 2238 @end lilypond |
2238 @tab | 2239 @tab |
2239 @code{\[ \oriscus g \pes \auctum \descendens b \]} | 2240 @code{\[ \oriscus g \pes \auctum \descendens b \]} |
2240 | 2241 |
2241 @item | 2242 @item |
2242 @b{Salicus} | 2243 @b{Salicus} |
2243 @tab | 2244 @tab |
2244 @lilypond[staffsize=26,line-width=1.0\cm] | 2245 @lilypond[staffsize=26,line-width=1.0\cm] |
2245 \include "gregorian.ly" | 2246 \include "gregorian.ly" |
2246 \score { | 2247 \score { |
2247 \transpose c c' { | 2248 \relative c' { |
2248 % Salicus | 2249 % Salicus |
2249 \[ g \oriscus a \pes \virga b \] | 2250 \[ g \oriscus a \pes \virga b \] |
2250 } | 2251 } |
2251 \layout { \neumeDemoLayout }} | 2252 \layout { \neumeDemoLayout }} |
2252 @end lilypond | 2253 @end lilypond |
2253 @tab | 2254 @tab |
2254 @code{\[ g \oriscus a \pes \virga b \]} | 2255 @code{\[ g \oriscus a \pes \virga b \]} |
2255 | 2256 |
2256 @item | 2257 @item |
2257 @emph{Salicus Auctus Descendens} | 2258 @emph{Salicus Auctus Descendens} |
2258 @tab | 2259 @tab |
2259 @lilypond[staffsize=26,line-width=1.0\cm] | 2260 @lilypond[staffsize=26,line-width=1.0\cm] |
2260 \include "gregorian.ly" | 2261 \include "gregorian.ly" |
2261 \score { | 2262 \score { |
2262 \transpose c c' { | 2263 \relative c' { |
2263 % Salicus Auctus Descendens | 2264 % Salicus Auctus Descendens |
2264 \[ g \oriscus a \pes \auctum \descendens b \] | 2265 \[ g \oriscus a \pes \auctum \descendens b \] |
2265 } | 2266 } |
2266 \layout { \neumeDemoLayout }} | 2267 \layout { \neumeDemoLayout }} |
2267 @end lilypond | 2268 @end lilypond |
2268 @tab | 2269 @tab |
2269 @code{\[ g \oriscus a \pes \auctum \descendens b \]} | 2270 @code{\[ g \oriscus a \pes \auctum \descendens b \]} |
2270 | 2271 |
2271 @item | 2272 @item |
2272 @b{(Apo)stropha} | 2273 @b{(Apo)stropha} |
2273 @tab | 2274 @tab |
2274 @lilypond[staffsize=26,line-width=1.0\cm] | 2275 @lilypond[staffsize=26,line-width=1.0\cm] |
2275 \include "gregorian.ly" | 2276 \include "gregorian.ly" |
2276 \score { | 2277 \score { |
2277 \transpose c c' { | 2278 \relative c' { |
2278 % Stropha | 2279 % Stropha |
2279 \[ \stropha b \] | 2280 \[ \stropha b \] |
2280 } | 2281 } |
2281 \layout { \neumeDemoLayout }} | 2282 \layout { \neumeDemoLayout }} |
2282 @end lilypond | 2283 @end lilypond |
2283 @tab | 2284 @tab |
2284 @code{\[ \stropha b \]} | 2285 @code{\[ \stropha b \]} |
2285 | 2286 |
2286 @item | 2287 @item |
2287 @emph{Stropha Aucta} | 2288 @emph{Stropha Aucta} |
2288 @tab | 2289 @tab |
2289 @lilypond[staffsize=26,line-width=1.0\cm] | 2290 @lilypond[staffsize=26,line-width=1.0\cm] |
2290 \include "gregorian.ly" | 2291 \include "gregorian.ly" |
2291 \score { | 2292 \score { |
2292 \transpose c c' { | 2293 \relative c' { |
2293 % Stropha Aucta | 2294 % Stropha Aucta |
2294 \[ \stropha \auctum b \] | 2295 \[ \stropha \auctum b \] |
2295 } | 2296 } |
2296 \layout { \neumeDemoLayout }} | 2297 \layout { \neumeDemoLayout }} |
2297 @end lilypond | 2298 @end lilypond |
2298 @tab | 2299 @tab |
2299 @code{\[ \stropha \auctum b \]} | 2300 @code{\[ \stropha \auctum b \]} |
2300 | 2301 |
2301 @item | 2302 @item |
2302 @b{Bistropha} | 2303 @b{Bistropha} |
2303 @tab | 2304 @tab |
2304 @lilypond[staffsize=26,line-width=1.0\cm] | 2305 @lilypond[staffsize=26,line-width=1.0\cm] |
2305 \include "gregorian.ly" | 2306 \include "gregorian.ly" |
2306 \score { | 2307 \score { |
2307 \transpose c c' { | 2308 \relative c' { |
2308 % Bistropha | 2309 % Bistropha |
2309 \[ \stropha b \stropha b \] | 2310 \[ \stropha b \stropha b \] |
2310 } | 2311 } |
2311 \layout { \neumeDemoLayout }} | 2312 \layout { \neumeDemoLayout }} |
2312 @end lilypond | 2313 @end lilypond |
2313 @tab | 2314 @tab |
2314 @code{\[ \stropha b \stropha b \]} | 2315 @code{\[ \stropha b \stropha b \]} |
2315 | 2316 |
2316 @item | 2317 @item |
2317 @b{Tristropha} | 2318 @b{Tristropha} |
2318 @tab | 2319 @tab |
2319 @lilypond[staffsize=26,line-width=1.0\cm] | 2320 @lilypond[staffsize=26,line-width=1.0\cm] |
2320 \include "gregorian.ly" | 2321 \include "gregorian.ly" |
2321 \score { | 2322 \score { |
2322 \transpose c c' { | 2323 \relative c' { |
2323 % Tristropha | 2324 % Tristropha |
2324 \[ \stropha b \stropha b \stropha b \] | 2325 \[ \stropha b \stropha b \stropha b \] |
2325 } | 2326 } |
2326 \layout { \neumeDemoLayout }} | 2327 \layout { \neumeDemoLayout }} |
2327 @end lilypond | 2328 @end lilypond |
2328 @tab | 2329 @tab |
2329 @code{\[ \stropha b \stropha b \stropha b \]} | 2330 @code{\[ \stropha b \stropha b \stropha b \]} |
2330 | 2331 |
2331 @item | 2332 @item |
2332 @emph{Trigonus} | 2333 @emph{Trigonus} |
2333 @tab | 2334 @tab |
2334 @lilypond[staffsize=26,line-width=1.0\cm] | 2335 @lilypond[staffsize=26,line-width=1.0\cm] |
2335 \include "gregorian.ly" | 2336 \include "gregorian.ly" |
2336 \score { | 2337 \score { |
2337 \transpose c c' { | 2338 \relative c' { |
2338 % Trigonus | 2339 % Trigonus |
2339 \[ \stropha b \stropha b \stropha a \] | 2340 \[ \stropha b \stropha b \stropha a \] |
2340 } | 2341 } |
2341 \layout { \neumeDemoLayout } | 2342 \layout { \neumeDemoLayout } |
2342 } | 2343 } |
2343 @end lilypond | 2344 @end lilypond |
2344 @tab | 2345 @tab |
2345 @code{\[ \stropha b \stropha b \stropha a \]} | 2346 @code{\[ \stropha b \stropha b \stropha a \]} |
2346 | 2347 |
2347 @end multitable | 2348 @end multitable |
(...skipping 79 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
2427 | 2428 |
2428 As with Mensural and Gregorian notation, the predefined | 2429 As with Mensural and Gregorian notation, the predefined |
2429 @code{KievanVoice} and @code{KievanStaff} contexts can be used | 2430 @code{KievanVoice} and @code{KievanStaff} contexts can be used |
2430 to engrave a piece in square notation. These contexts initialize | 2431 to engrave a piece in square notation. These contexts initialize |
2431 all relevant context properties and grob properties to proper | 2432 all relevant context properties and grob properties to proper |
2432 values, so you can immediately go ahead entering the chant: | 2433 values, so you can immediately go ahead entering the chant: |
2433 | 2434 |
2434 @lilypond[quote,ragged-right,verbatim] | 2435 @lilypond[quote,ragged-right,verbatim] |
2435 \score { | 2436 \score { |
2436 << | 2437 << |
2437 \new KievanVoice = "melody" \transpose c c' { | 2438 \new KievanVoice = "melody" \relative c' { |
2438 \cadenzaOn | 2439 \cadenzaOn |
2439 » c4 c c c c2 b,\longa | 2440 » c4 c c c c2 b\longa |
Trevor Daniels
2013/03/06 22:20:42
no tab, please
| |
2440 \bar "k" | 2441 \bar "k" |
2441 } | 2442 } |
2442 \new Lyrics \lyricsto "melody" { | 2443 \new Lyrics \lyricsto "melody" { |
2443 Го -- спо -- ди по -- ми -- луй. | 2444 Го -- спо -- ди по -- ми -- луй. |
2444 } | 2445 } |
2445 >> | 2446 >> |
2446 } | 2447 } |
2447 @end lilypond | 2448 @end lilypond |
2448 | 2449 |
2449 @seealso | 2450 @seealso |
(...skipping 147 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
2597 @end example | 2598 @end example |
2598 | 2599 |
2599 The spacing between the notes within a Kievan ligature can be controlled | 2600 The spacing between the notes within a Kievan ligature can be controlled |
2600 by setting the @code{padding} property of the @code{KievanLigature}. | 2601 by setting the @code{padding} property of the @code{KievanLigature}. |
2601 | 2602 |
2602 The following example demonstrates the use of Kievan ligatures: | 2603 The following example demonstrates the use of Kievan ligatures: |
2603 | 2604 |
2604 @lilypond[quote,ragged-right,verbatim] | 2605 @lilypond[quote,ragged-right,verbatim] |
2605 \score { | 2606 \score { |
2606 << | 2607 << |
2607 \new KievanVoice = "melody" \transpose c c' { | 2608 \new KievanVoice = "melody" \relative c' { |
2608 \cadenzaOn | 2609 \cadenzaOn |
2609 e2 \[ e4( d4 ) \] \[ c4( d e d ) \] e1 \bar "k" | 2610 e2 \[ e4( d4 ) \] \[ c4( d e d ) \] e1 \bar "k" |
2610 } | 2611 } |
2611 \new Lyrics \lyricsto "melody" { | 2612 \new Lyrics \lyricsto "melody" { |
2612 Га -- врі -- и -- лу | 2613 Га -- врі -- и -- лу |
2613 } | 2614 } |
2614 >> | 2615 >> |
2615 } | 2616 } |
2616 @end lilypond | 2617 @end lilypond |
2617 | 2618 |
(...skipping 285 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
2903 @c remember correctly, be interpreted more like a8.. a32 (in the french | 2904 @c remember correctly, be interpreted more like a8.. a32 (in the french |
2904 @c style). The editor might want to show that rythmic figure above the | 2905 @c style). The editor might want to show that rythmic figure above the |
2905 @c staff as an hint to performers. (Karl Hammer) | 2906 @c staff as an hint to performers. (Karl Hammer) |
2906 | 2907 |
2907 | 2908 |
2908 @c TBC | 2909 @c TBC |
2909 | 2910 |
2910 | 2911 |
2911 @c @seealso | 2912 @c @seealso |
2912 @c ... and reference to other sections ... | 2913 @c ... and reference to other sections ... |
OLD | NEW |