lilypond-user
[Top][All Lists]
Advanced

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

Re: Engraving 2½ vocal parts


From: Michael Gerdau
Subject: Re: Engraving 2½ vocal parts
Date: Mon, 24 Dec 2018 10:39:56 +0100 (CET)

Hi Christopher,

> Staff 7. shows the output I’d like... but it required rewriting a line 
> using <chords>.  Given that all the lines are already defined as 
> variables, and have discrete voices in the MIDI output, I’d really like 
> to avoid that approach...
> 
> Suggestions?

You can create Staff 7. like this:

\new Staff \with {
  instrumentName = "8."
}
<<
  \clef "treble_8"
  \key c \minor
  \time 3/4
  \partial 4
  <<
    { \new Voice \voiceOne \descant }
    { \new Voice \voiceTwo \melody }
    { \new Voice \voiceTwo \altMelody }
  >>
>>

Merry Christmas to all of you,
Michael
-- 
Michael Gerdau email: address@hidden
GPG-keys available on request or at public keyserver



reply via email to

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