lilypond-user
[Top][All Lists]
Advanced

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

Re: Can't get chord symbols to print right


From: David Kastrup
Subject: Re: Can't get chord symbols to print right
Date: Wed, 10 Jul 2013 09:31:17 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux)

Frank Wuest <address@hidden> writes:

> Hi everyone,
>
> I just need to rearrange some sheet music, and this is the first time
> I need to incorporate chord symbols.
>
> I tried to go about according to the documentation, but can't quite
> get things to work. Th following code:
>
> \version "2.16.1"
> \header {
> title = whatever"
> }
> {
> \key des \major
> \clef bass
> \time 4/4
> \chords {es:m9 f:m7 ges:maj7 f:m7}
> {es4 r8 f8 ges4 r8 f8}
> }
>
>
> gives me a bar with chord symbols below it, and another bar with notes. 
>
>
> So, where's my mistake?

Things in { ... } are put in sequence.  You want to put chords and music
in parallel, which is done using << ... >>.  When in doubt, you need
copy every single character written in manuals: computers are pretty
stubborn about that kind of thing.

-- 
David Kastrup




reply via email to

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