Hi,
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. How can I achieve, that the chord
is above the melody line. I thought about an extra chord part with
Hi,
the manual shows me sth. like this:
\repeat unfold 4 {
s2. \noBreak s2. \noBreak
s2. \noBreak s2. \noBreak
s2. \noBreak s2. \break }
This is ok, but I do not want to use polyphony (beams, rest postition...), so
how can I combine the skips with other notes?
I