frets and lyrics

2014-05-27 Thread paul bedaride
Hello, I want to associate lyrics to fretboards or chordnames like this: ### GGM7 Em Am DD7 C ┍┯┯┑ ┍┯┯┑ ┍┯┯┑ ┍┯┯┑ ┍┯┯┑ ┍┯┯┑ ┍┯┯┑ ├1┼2 ├123 ├┼┼1 1┼┼┤ 123┤ 123┤ ├┼┼┤ ├┼3┤ ├┼┼┤ ├┼2┤ ├┼┼┤ ├┼┼┤ ├┼┼4 ├┼┼3 ├┼┼┤ ├┼┼┤ ├3┼┤ ├┼┼┤ ├┼┼┤ ├┼┼┤ ├┼┼┤ └┴┴┘

Re: frets and lyrics

2014-05-27 Thread Johan Vromans
paul bedaride paul.bedar...@gmail.com writes: Hello, I want to associate lyrics to fretboards or chordnames like this: ### GGM7 Em Am DD7 C ┍┯┯┑ ┍┯┯┑ ┍┯┯┑ ┍┯┯┑ ┍┯┯┑ ┍┯┯┑ ┍┯┯┑ ├1┼2 ├123 ├┼┼1 1┼┼┤ 123┤ 123┤ ├┼┼┤ ├┼3┤ ├┼┼┤ ├┼2┤ ├┼┼┤

Re: frets and lyrics

2014-05-27 Thread Pierre Perol-Schneider
Hi Paul, LilyPond is a music engraving program. It will not help you to easily do what you're looking for even if I'm sure it is possible (I have no time right now to propose some snippet but I'll try this evening). Anyway, maybe you could be interested in : http://www.patacrep.com/fr/ Bonne

Re: frets and lyrics

2014-05-27 Thread David Kastrup
} 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

Re: frets and lyrics

2014-05-27 Thread paul bedaride
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 =

Re: frets and lyrics

2014-05-27 Thread David Kastrup
David Kastrup d...@gnu.org writes: Now it is a valid question why \lyricsto ... _requires_ an actual Voice context to work with while associatedVoice (which even has Voice rather than Context in its name) doesn't. Yes, this makes precious little sense. But it does work. Actually, no it

Re: frets and lyrics

2014-05-27 Thread Simon Albrecht
Am 27.05.2014 15:40, schrieb paul bedaride: I would be something like this (but this doesn't work) \version 2.16.2 \include predefined-ukulele-fretboards.ly http://predefined-ukulele-fretboards.ly theChords = \chordmode { g g g g g } verseI = \lyricmode { \set stanza = #1. This is the