paul bedaride <[email protected]> writes:
> Hello,
> I want to associate lyrics to fretboards or chordnames like this:
>
> ###########################################
> G GM7 Em Am D D7 C
> ┍┯┯┑ ┍┯┯┑ ┍┯┯┑ ┍┯┯┑ ┍┯┯┑ ┍┯┯┑ ┍┯┯┑
> ├1┼2 ├123 ├┼┼1 1┼┼┤ 123┤ 123┤ ├┼┼┤
> ├┼3┤ ├┼┼┤ ├┼2┤ ├┼┼┤ ├┼┼┤ ├┼┼4 ├┼┼3
> ├┼┼┤ ├┼┼┤ ├3┼┤ ├┼┼┤ ├┼┼┤ ├┼┼┤ ├┼┼┤
> └┴┴┘ └┴┴┘ └┴┴┘ └┴┴┘ └┴┴┘ └┴┴┘ └┴┴┘
Nice ASCII tab. Which instrument/tuning?
> G GM7
> Quand il me prend dans ses bras
> Em
> Il me parle tout bas,
> Am D
> Je vois la vie en ro-se.
> D D7
> Il me dit des mots d'amour,
> D
> Des mots de tous les jours,
> G D
> Et ca me fait quelque cho-se.
> ###########################################
>
> but apparently I do it wrong because it tells me that it is not possible
> to associate lyrics to FretBoard for instance.
Please, don't make such claims without including the code corresponding
to it. It just annoys people and they have no chance of pointing out
your mistake.
Here is one example:
\include "predefined-guitar-fretboards.ly"
\layout {
ragged-right = ##t
indent = 0
}
chordline = \chordmode { g s s s s s g:m7 s s s s e:m }
<<
\new ChordNames \chordline
\new FretBoards = frets \chordline
\new Lyrics \with { associatedVoice = "frets" }
\lyricmode {
Quand il me prend dans ses bras \break
Il me parle tout bas,
}
>>
--
David Kastrup
_______________________________________________
lilypond-user mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/lilypond-user