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: Karlin High
Subject: Re: Simple solution for combining an odd number of parts
Date: Wed, 23 May 2018 23:25:25 -0500
User-agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.8.0

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.
<http://lilypond.org/tiny-examples.html>

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:
<http://www.lilybin.com/>
--
Karlin High
Missouri, USA



reply via email to

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