Gilles Sadowski wrote:
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
You missed the ".." in the exam
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
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,
it seems that the current Lilypond version (2.5.28) yet don't handles
properly the ties in chords with small intervals between notes. e.g, in:
4 ~
there's a heavy tie collision. The output I get for this example is shown
at:
http://personales.ya.com/v_s_d/tied_chords.png
this subje