lilypond-user
[Top][All Lists]
Advanced

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

Re: frets and lyrics


From: paul bedaride
Subject: Re: frets and lyrics
Date: Tue, 27 May 2014 15:40:59 +0200

I would be something like this (but this doesn't work)

\version "2.16.2"
\include "predefined-ukulele-fretboards.ly"

theChords = \chordmode {
g g g g g
}

verseI = \lyricmode {
  \set stanza = #"1."
  This is the first verse
}

\score {
<<
    \context ChordNames { \theChords }
    \context FretBoards = "testVoice" {
      \set Staff.    stringTunings = #ukulele-tuning
      \theChords
    }
    \new Lyrics = "lyricsI" {
      \lyricsto "testVoice" \verseI
    }
>>
\layout { }
}


On Tue, May 27, 2014 at 3:26 PM, David Kastrup <address@hidden> wrote:
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:




--
David Kastrup




--
Paul Bédaride

reply via email to

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