lilypond-user
[Top][All Lists]
Advanced

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

Re: frets and lyrics


From: David Kastrup
Subject: Re: frets and lyrics
Date: Tue, 27 May 2014 15:26:33 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.4.50 (gnu/linux)

paul bedaride <address@hidden> 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

reply via email to

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