Hi 

> I want to transcribe, for the amateur choir where I sing, this:
> <http://lilypond.1069038.n5.nabble.com/file/n167695/Kar_01.jpg> 
> What I get is this one
> <http://lilypond.1069038.n5.nabble.com/file/n167695/Kar_02.jpg> 

Try this:

\version "2.19.15"
\language "english"

melismaOff = \set ignoreMelismata = ##t
melismaOn = \unset ignoreMelismata

theNotes = {
  \key d \major
  \time 6/8
  \clef treble
  d'2.\fermata ~   |
  <d' fs'>2.\fermata _~   |
  <d' fs' a'>2.\fermata   |
}

theZZZs = \lyricmode {
  \melismaOff
  Zzzz
  Zzzz
  Zzzz
  \melismaOn
}

\score {
  <<
    \new Staff \new Voice \theNotes
    \addlyrics \theZZZs
  >>
}

Hope this helps!
Kieren.
_______________________

Kieren MacMillan, composer
www:  <http://www.kierenmacmillan.info>
email:  i...@kierenmacmillan.info


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

Reply via email to