lilypond-user
[Top][All Lists]
Advanced

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

Re: missing stem


From: Kieren MacMillan
Subject: Re: missing stem
Date: Sun, 22 Nov 2015 19:13:39 -0500

Hi Bogi,

> in all of them I miss the stem on the first g’2:

Perhaps you mean

%%%%  SNIPPET BEGINS
\version "2.18.0"

theMusic = {
  <<
    { \voiceOne c''1 ~ | c''2 }
    \new Voice { \voiceTwo g'2 a' | g'2 }
  >> \oneVoice <a' c''>4 q |
  <g' c''>1
  \bar "|."
}

\score {
  \new Staff \theMusic
}
%%%%  SNIPPET BEGINS

Note how I use the \voiceOne, \voiceTwo, and \oneVoice commands to take 
advantage of Lilypond’s built-in polyphony mechanisms.

Hope this helps!
Kieren.
________________________________

Kieren MacMillan, composer
‣ website: www.kierenmacmillan.info
‣ email: address@hidden




reply via email to

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