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

_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to