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.

_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to