lilypond-user
[Top][All Lists]
Advanced

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

Re: Two bars - 3 voices.


From: Peter Terpstra
Subject: Re: Two bars - 3 voices.
Date: Wed, 18 Jul 2007 17:02:27 +0200
User-agent: KNode/0.10.5

Valentin Villenave in
<address@hidden> :


> % Created on Tue Jul 17 11:40:46 CEST 2007

I used this one and get confused again.

~~ start snippit
staffClassicalGuitar = \new Staff  {
        \time 4/4
        \set Staff.instrumentName="Guitar 1"
        \set Staff.midiInstrument="acoustic guitar (nylon)"
        \transposition c,
        \key a \major
        \clef treble
        \relative c' {
 % Type notes here; if you need three voices, here's the template:
<<  < a cis e > < cis e a' > < d' gis > b |
 \\    cis d e fis |
 \\    fis  gis a b |
       >>
        \bar "|."
        }

}
staffClassicalGuitarII = \new Staff  {
        \set Staff.instrumentName="Guitar 2"
        \set Staff.midiInstrument="acoustic guitar (nylon)"
        \transposition c,
        \key a \major
        \clef treble
        \relative c' {
% Type notes here
<<    cis d e a
\\    cis d e fis
\\    fis gis a a
>>
        \bar "|."
        }

}
~~ end snippit

Now it works completely different!
All the notes show up as one big chord!
if i try to give a duration number, errors appear.
It looks like i can get only one beat.
Very confusing.

P.



-- 
mailto:address@hidden





reply via email to

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