lilypond-user
[Top][All Lists]
Advanced

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

Re: stems up?


From: Kieren MacMillan
Subject: Re: stems up?
Date: Sat, 3 Jan 2009 17:04:40 -0500

Hello Ivo,

What am I doing wrong?

You need to create a new Voice context to handle it — the modified snippet is attached.

HTH!
Kieren.

\version "2.12.1"

theMusic =
{
  << { \voiceOne e''2. } \new Voice { \voiceTwo a'2~a'8[ b'] } >>
<< { \voiceOne e''2.\fermata } \new Voice { \voiceTwo b'2. \fermata } >>
}

\score
{
        \new Staff \theMusic
}



reply via email to

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