Valentin Villenave in
<[EMAIL PROTECTED]> :

> % 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:[EMAIL PROTECTED]



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

Reply via email to