LEFT | RIGHT |
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.20.0" | 10 @c \version "2.20.0" |
(...skipping 933 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
944 turning off rest merging temporarily. | 944 turning off rest merging temporarily. |
945 | 945 |
946 @node Automatic part combining | 946 @node Automatic part combining |
947 @unnumberedsubsubsec Automatic part combining | 947 @unnumberedsubsubsec Automatic part combining |
948 | 948 |
949 @cindex automatic part combining | 949 @cindex automatic part combining |
950 @cindex part combiner | 950 @cindex part combiner |
951 @cindex combining parts | 951 @cindex combining parts |
952 @cindex a due part | 952 @cindex a due part |
953 @cindex solo part | 953 @cindex solo part |
954 @funindex \partcombine | 954 @funindex \partCombine |
955 | 955 |
956 Automatic part combining is used to merge two separate parts of music | 956 Automatic part combining is used to merge two separate parts of music |
957 onto a single staff. This can be especially helpful when typesetting | 957 onto a single staff. This can be especially helpful when typesetting |
958 orchestral scores. A single @code{Voice} is printed while the two parts | 958 orchestral scores. A single @code{Voice} is printed while the two parts |
959 of music are the same, but in places where they differ, a second | 959 of music are the same, but in places where they differ, a second |
960 @code{Voice} is printed. Stem directions are set up & down accordingly | 960 @code{Voice} is printed. Stem directions are set up & down accordingly |
961 while Solo and @notation{a due} parts are also identified and marked | 961 while Solo and @notation{a due} parts are also identified and marked |
962 appropriately. | 962 appropriately. |
963 | 963 |
964 The syntax for automatic part combining is: | 964 The syntax for automatic part combining is: |
(...skipping 71 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1036 >> | 1036 >> |
1037 @end lilypond | 1037 @end lilypond |
1038 | 1038 |
1039 | 1039 |
1040 Both arguments to @code{\partCombine} will be interpreted as separate | 1040 Both arguments to @code{\partCombine} will be interpreted as separate |
1041 @code{Voice} contexts, so if the music is being specified in relative | 1041 @code{Voice} contexts, so if the music is being specified in relative |
1042 mode then @emph{both} parts must contain a @code{\relative} function, | 1042 mode then @emph{both} parts must contain a @code{\relative} function, |
1043 i.e., | 1043 i.e., |
1044 | 1044 |
1045 @example | 1045 @example |
1046 \partcombine | 1046 \partCombine |
1047 \relative @dots{} @var{musicexpr1} | 1047 \relative @dots{} @var{musicexpr1} |
1048 \relative @dots{} @var{musicexpr2} | 1048 \relative @dots{} @var{musicexpr2} |
1049 @end example | 1049 @end example |
1050 | 1050 |
1051 @noindent | 1051 @noindent |
1052 A @code{\relative} section that encloses a @code{\partCombine} has no | 1052 A @code{\relative} section that encloses a @code{\partCombine} has no |
1053 effect on the pitches of @code{@var{musicexpr1}} or | 1053 effect on the pitches of @code{@var{musicexpr1}} or |
1054 @code{@var{musicexpr2}}. | 1054 @code{@var{musicexpr2}}. |
1055 | 1055 |
1056 @funindex \partCombineChords | 1056 @funindex \partCombineChords |
(...skipping 241 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1298 >> | 1298 >> |
1299 } | 1299 } |
1300 @end lilypond | 1300 @end lilypond |
1301 | 1301 |
1302 @seealso | 1302 @seealso |
1303 Learning Manual: | 1303 Learning Manual: |
1304 @rlearning{Organizing pieces with variables}. | 1304 @rlearning{Organizing pieces with variables}. |
1305 | 1305 |
1306 Snippets: | 1306 Snippets: |
1307 @rlsr{Simultaneous notes}. | 1307 @rlsr{Simultaneous notes}. |
LEFT | RIGHT |