lilypond-user
[Top][All Lists]
Advanced

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

Re: How to engrave a simple three-voice song in a single staff


From: ArnoldTheresius
Subject: Re: How to engrave a simple three-voice song in a single staff
Date: Fri, 10 Aug 2018 06:39:16 -0700 (MST)

Jakob Schöttl wrote
> Hello everyone,
> 
> I'd like to have a simple three-voice traditional song in a single staff.
> 
> - same notes should be merged to one note
> - the upper two voice should be merged to chords
> ...

I would try to join the first two voices into one voice, displaying in style
'voiceOne',
and the third voice is going to be displayed in style 'voiceTwo'.

e.g.:
MyFirstVoice  = \relative { \partial 4 g'4 c1 }
MySecondVoice = \relative { \partial 4 g'4 g1 }
MyThirdVoice  = \relative { \partial 4 g'4 e1 }

\new Staff <<
  \new Voice { \voiceOne 
    \set Staff.aDueText = #""
    \partcombine \MyFirstVoice \MySecondVoice
  }
  \new Voice { \voiceTwo
    \MyThirdVoice
  } >>

ArnoldTheresius





--
Sent from: http://lilypond.1069038.n5.nabble.com/User-f3.html



reply via email to

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