lilypond-user
[Top][All Lists]
Advanced

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

Re: Chords problem


From: Gilles Sadowski
Subject: Re: Chords problem
Date: Wed, 7 May 2008 00:08:17 +0200
User-agent: Mutt/1.5.17+20080114 (2008-01-14)

Hello.

> I want to insert a few (not all) chord names in a sheet.
> 
> I trid the following:
> 
> \relative c {
>  ..
>  <<   \chords { cis:m1 }  
>  { cis,1 } >>
>   ..
> }
> 
> but then the Chord name is below the melody. 

Not so here; this code

%-----
\version "2.10.10"


theMusic = \relative c {
  \time 4/4 |
  << \chords {cis:m1} {cis,1} >>
}

\score {
    \theMusic
    \layout {}
}
%-----

will indeed print the chord name above the staff.
So the behviour you see must come from another part of your file.

Best,
Gilles




reply via email to

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