lilypond-user
[Top][All Lists]
Advanced

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

Re: Having trouble with chord symbols above notes


From: eluze
Subject: Re: Having trouble with chord symbols above notes
Date: Sun, 12 Aug 2012 04:18:39 -0700 (PDT)

BrAthanasius wrote
> 
> I would like the F to be above the first f\breve, B-flat above the second
> f\breve and the D-min above the D for the last note.  Here is the code
> below:
> 

please reduce your code to the part necessary to reproduce the problem!

to solve your problem you need to add correponding rests/spacers to the
\chords:

\language "english"
<<
  \chords { 
    s4 s s f \breve
    s4 s s bf \breve
    s4 s d:min
 }
  \relative c' {
    \set Score.timing = ##f
    c4 d \bar "|"
    s4
    f \breve g4 f4 \bar "|"
    s4
    f \breve e4 c4 d4 \bar "||"
  }
>>

hth
Eluze



--
View this message in context: 
http://lilypond.1069038.n5.nabble.com/Having-trouble-with-chord-symbols-above-notes-tp130480p130488.html
Sent from the User mailing list archive at Nabble.com.



reply via email to

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