lilypond-user
[Top][All Lists]
Advanced

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

Re: Sorry ... text under melismata


From: Kieren MacMillan
Subject: Re: Sorry ... text under melismata
Date: Sun, 19 Oct 2014 16:09:10 -0400

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:  address@hidden




reply via email to

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