X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=Documentation%2Fnotation%2Fsimultaneous.itely;h=c9810d62c305f127fb1255ba48188372b4f518a6;hb=4244c3a9fbf1f3ff2e20e665f92516d35b61de53;hp=d9c7fb42d44056798d5ab8ca970a8809d2e8be90;hpb=93be41a1622bc33a01719d1d75af3dca40d75354;p=lilypond.git diff --git a/Documentation/notation/simultaneous.itely b/Documentation/notation/simultaneous.itely index d9c7fb42d4..c9810d62c3 100644 --- a/Documentation/notation/simultaneous.itely +++ b/Documentation/notation/simultaneous.itely @@ -559,6 +559,28 @@ upstems, and the even-numbered voices are given downstems: >> @end lilypond +@funindex \voices +When a different voice entry order is desired, the command +@code{\voices} may be convenient: + +@lilypond[quote,verbatim] +\new Staff \voices 1,3,5,6,4,2 << + \time 2/4 + { f''2 } % 1: highest + \\ + { d''2 } % 3: second-highest + \\ + { b'2 } % 5: third-highest + \\ + { g'2 } % 6: third-lowest + \\ + { e'2 } % 4: second-lowest + \\ + { c'2 } % 2: lowest +>> +@end lilypond + + @warning{Lyrics and spanners (such as slurs, ties, hairpins, etc.) cannot be created @q{across} voices.}