On 2024-09-23 16:28, David Kastrup wrote:
Mats Bengtsson <[email protected]> writes:or using the \voices command: \version "2.25.19" \new Staff \fixed c'' { \voices 2,4 << { e8( f~2.) } \\ { e8( f d2.) } >> }LilyPond's normal order for stem-down voices top to bottom would rather be \voices 4,2
Yes, but
\new Staff \fixed c'' { << {} \\ { e8( f~2.) } \\ {} \\ { e8( f d2.) } >> }
is still equivalent to
\new Staff \fixed c'' { \voices 4,2 << { e8( f~2.) } \\ { e8( f d2.) } >> }
and at least in this particular example (which probably isn't an example
where you would want all stems down anyway), the result is slightly less
ugly using \voices 2,4 than \voices 4,2:
\version "2.25.19"\new Staff \fixed c'' { \mark "Empty 1, 3 voices" << {} \\ { e8( f~2.) } \\ {} \\ { e8( f d2.) } >> }
\new Staff \fixed c'' { \mark "\voices 2,4" \voices 2,4 << { e8( f~2.) } \\ { e8( f d2.) } >> }
\new Staff \fixed c'' { \mark "\voices 4,2" \voices 4,2 << { e8( f~2.) } \\ { e8( f d2.) } >> }
/Mats
voices.pdf
Description: Adobe PDF document
