lilypond-user
[Top][All Lists]
Advanced

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

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


From: Jakob Schöttl
Subject: How to engrave a simple three-voice song in a single staff
Date: Thu, 9 Aug 2018 23:34:35 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.9.1

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

This is how it should look like:

\new Staff \relative c'' <<
  \new Voice { \voiceOne   \partial 4 g4  <c g> }
  \new Voice { \voiceTwo   \partial 4 g4  e }
>>



This is how I would like to write the music: in three separate voices.

\new Staff \relative c'' <<
  \new Voice { \voiceOne   \partial 4 g4  c }
  \new Voice { \voiceThree \partial 4 g4  g }
  \new Voice { \voiceTwo   \partial 4 g4  e }
>>



Is it possible to get the above result while writing each voice indepentently?

Best Regards, Jakob

PS: \version "2.19.82"


reply via email to

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