lilypond-user
[Top][All Lists]
Advanced

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

Re: How to double in octaves


From: Jan Nieuwenhuizen
Subject: Re: How to double in octaves
Date: 26 May 2003 09:55:13 +0200
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3

Daniel Ashton <address@hidden> writes:

> Well, um, I'm not sure.  Here is a scan showing where I got my "bad"
> ideas.  http://daniel.ashtonfam.org/Dix-Bass.gif

Ah, but this is a combined part.  You'll want to use the partcombiner:

tubaI=\notes\relative c' {
      as4 g8 as bes4 as ~ as2. ~ as8 g
}

tubaII=\notes\relative c {
      as4 g8 as bes4 as ~ as2. ~ as8 g
}

\score{
    \context Staff <
        \clef bass
        \notes \key as \major
        \context Voice=one \partcombine Voice
                \context Thread=one \tubaI
                \context Thread=two \tubaII
    >
}

Jan.

-- 
Jan Nieuwenhuizen <address@hidden> | GNU LilyPond - The music typesetter
http://www.xs4all.nl/~jantien       | http://www.lilypond.org





reply via email to

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