lilypond-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Simple solution for combining an odd number of parts


From: crimsonsunrise
Subject: Re: Simple solution for combining an odd number of parts
Date: Thu, 24 May 2018 04:48:40 -0400

My case involves different rests that can and will clash on multiple voices, two voices sharing melodic lines with the same notes on different rhythms and empty rests introduce bar check errors and so on. Which is why I'm not providing examples.


-------- Mensagem Original --------
Ativo 24 de mai de 2018 01:25, Karlin High < address@hidden> escreveu:

On 5/23/2018 10:29 PM, address@hidden wrote:
> Is there an easier way of dealing with this issue apart from waiting for
> 2.19?

Tiny examples get better help.


Just to start the process:

% BEGIN LILYPOND CODE
\version "2.19.80"

trOne = { c'4 e' g' r }
trTwo = { c'4 e' r c'' }
trThree = { c'4 r g' c'' }

\score {
\new Staff <<
\new Voice { \voiceOne \trOne }
\new Voice { \voiceTwo \trTwo }
\new Voice { \voiceThree \trThree }
>>

\layout { }
}
% END LILYPOND CODE

Easy way to try a 2.19 version, runs in browser:

--
Karlin High
Missouri, USA

reply via email to

[Prev in Thread] Current Thread [Next in Thread]