lilypond-user
[Top][All Lists]
Advanced

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

Re: beginner problems


From: Robert T Wyatt
Subject: Re: beginner problems
Date: Thu, 05 May 2005 07:34:17 -0500
User-agent: Mozilla Thunderbird 1.0 (Macintosh/20041206)

Graham,

Thanks! I tried this and it works also! (More than one way to do it!)

--Robert

Graham Percival wrote:

On 4-May-05, at 9:57 PM, Robert T Wyatt wrote:

I'm using 2.4.5 on MacOS 10.3.9. Why is there a second staff?


You used << and >> , that means "do these things at the same time".  In
particular, "f major" and "\relative {a bunch of note}".
Note that the staff with your notes is in C major.

I'm a bit surprised that you don't have four staffs, but I guess that \time
and \chords don't create their own staff.  See below for what I think
you want.

 Why does my bar check on my chords fail?


Notes without any duration are assumed to be a quarter note, so your "d:m"
is the same as "d4:m".

<<
\chords { d:m | }
{
  \key f \major \time 4/4
  \relative { d'8. a16~ a8 f16 d16~ d16 d16 f16 a16 d16 c16 b16 a16 | }
}
 >>

Cheers,
- Graham





reply via email to

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