diff options
author | David Kastrup <dak@gnu.org> | 2015-09-16 16:39:48 +0200 |
---|---|---|
committer | David Kastrup <dak@gnu.org> | 2015-10-05 12:28:53 +0200 |
commit | 3ec271a5093ea9d3150d3dae7c9f7220df03d12f (patch) | |
tree | fc982c93ddbc94eddf1dff74849e3a0aa43f10a0 /Documentation/notation | |
parent | 87e00c1058062d3878ab14abce8cb1dd1ee6a9b4 (diff) |
Run scripts/auxiliar/update-with-convert-ly.sh
Diffstat (limited to 'Documentation/notation')
-rw-r--r-- | Documentation/notation/simultaneous.itely | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/Documentation/notation/simultaneous.itely b/Documentation/notation/simultaneous.itely index 8caaaff7e1..d843c29fc3 100644 --- a/Documentation/notation/simultaneous.itely +++ b/Documentation/notation/simultaneous.itely @@ -7,7 +7,7 @@ Guide, node Updating translation committishes.. @end ignore -@c \version "2.19.21" +@c \version "2.19.29" @node Simultaneous notes @@ -1033,28 +1033,28 @@ music expression. @itemize @item -@code{\partcombineApart} and @code{\partcombineApartOnce} keep the +@code{\partcombineApart} and @code{\once \partcombineApart} keep the notes as two separate voices, even if they can be combined into a chord or unison. @item -@code{\partcombineChords} and @code{\partcombineChordsOnce} combine the +@code{\partcombineChords} and @code{\once \partcombineChords} combine the notes into a chord. @item -@code{\partcombineUnisono} and @code{\partcombineUnisonoOnce} combine +@code{\partcombineUnisono} and @code{\once \partcombineUnisono} combine both voices as @qq{unison}. @item -@code{\partcombineSoloI} and @code{\partcombineSoloIOnce} print only +@code{\partcombineSoloI} and @code{\once \partcombineSoloI} print only voice one, and mark it as a @qq{Solo}. @item -@code{\partcombineSoloII} or @code{\partcombineSoloIIOnce} print only +@code{\partcombineSoloII} or @code{\once \partcombineSoloII} print only voice two and mark it as a @qq{Solo}. @item -@code{\partcombineAutomatic} and @code{\partcombineAutomaticOnce} end +@code{\partcombineAutomatic} and @code{\once \partcombineAutomatic} end the functions of the commands above, and revert back to the standard @code{\partcombine} functionality. @end itemize @@ -1065,7 +1065,7 @@ instrumentOne = \relative c' { \partcombineAutomatic e2^"auto" e | \partcombineChords e'2^"chord" e | \partcombineAutomatic c2^"auto" c | - \partcombineApart c2^"apart" \partcombineChordsOnce e^"chord once" | + \partcombineApart c2^"apart" \once \partcombineChords e^"chord once" | c2 c | } instrumentTwo = \relative { |