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 <[email protected]> wrote:

> 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:
>
>
>
>
> --
> David Kastrup
>
>


-- 
Paul Bédaride
_______________________________________________
lilypond-user mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to