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: Martin Brodbeck
Subject: Re: Can't get chord symbols to print right
Date: Wed, 10 Jul 2013 09:48:20 +0200
User-agent: KMail/4.10.4 (Linux/3.9.9-301.fc19.x86_64; KDE/4.10.4; x86_64; ; )

Hi Frank,

> 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?

Perhaps this is what you want:

\version "2.16.1"

\header {
  title = "whatever"
}

<<
  \chords {es:m9 f:m7 ges:maj7 f:m7}
  {
    \key des \major
    \clef bass
    \time 4/4
    es4 r8 f8 ges4 r8 f8
  }
>>


Best regards
Martin



reply via email to

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