lilypond-user
[Top][All Lists]
Advanced

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

Re: partcombine problem


From: Trevor Daniels
Subject: Re: partcombine problem
Date: Sun, 23 Mar 2008 23:18:05 -0000

Hi Peter

Forget \partcombine. Chapter 3.2 in the Learning Manual might help. You just need to put the two voices in parallel, like this:

\version "2.11.41"
\score{
\context Staff  <<
 \context Voice=tune {
   \voiceOne
   \relative c' {s4. s8 b8. d16 }
 }
 \context Voice=accomp {
   \voiceTwo
   \relative c'{ s4.   a8 <b g>8. d16 }
 }

}

Trevor D

----- Original Message ----- From: "Peter Chubb" <address@hidden>
To: <address@hidden>
Sent: Sunday, March 23, 2008 10:43 PM
Subject: partcombine problem



Hi,
I want to use partcombine to merge in the tune for a song with
its piano accompaniment.  But it's not working the way I expect.

Here's a snippet:

---
\version "2.11.41"
\score{
\context Staff
    \partcombine
\context Voice=tune \relative c' {s4. s8 b8. d16 }
\context Voice=accomp \relative c'{ s4.   a8 <b g>8. d16 }
}
---

I see the warning message, `too many clashing notecolumns', and the
augmentation dot on the b is repeated --- as if the \partcombine did
nothing.  In other places in the music (not in this snippet), the
beams are repeated, so a beam of quavers look like semiquavers.

I want the tune in a separate named voice so I can use \lyricsto.
I could put it on a separate stave, but that would make the music
spread over two pages.


Any ideas?

--
Dr Peter Chubb http://www.gelato.unsw.edu.au peterc AT gelato.unsw.edu.au http://www.ertos.nicta.com.au ERTOS within National ICT Australia


_______________________________________________
lilypond-user mailing list
address@hidden
http://lists.gnu.org/mailman/listinfo/lilypond-user






reply via email to

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