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 first verse
}

\score {
<<
    \context ChordNames { \theChords }
    \context FretBoards = "testVoice" {
      \set Staff.    stringTunings = #ukulele-tuning
      \theChords
    }
    \new Lyrics = "lyricsI" {
      \lyricsto "testVoice" \verseI
    }
>>
\layout { }
}
You might also use manual syllable durations as in http://lilypond.org/doc/v2.18/Documentation/notation/common-notation-for-vocal-music#manual-syllable-durations. Thus you're independent of either associatedVoice or lyricsto. No reason there to advise against lilypond -- it works very well without any actual notes in the output :-)

Best, Simon
_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to