lilypond-user
[Top][All Lists]
Advanced

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

Re: mid-melisma lyrics


From: Trevor Daniels
Subject: Re: mid-melisma lyrics
Date: Fri, 18 Aug 2017 23:05:07 +0100

Sorry, that was a bit garbled and premature.  Try this:

> Kieren, you wrote Friday, August 18, 2017 7:01 PM
> 
> Hi Kieren
> 
>> The snippet, below, is a mockup of what I'd like to accomplish without 
>> resorting to markup hacks.
>> I've tried a few things (\melismaOff, etc.), but the only successful ones 
>> are even hackier than the markup hack (involving hidden notes, etc.)
>> 
>> Any suggestions/solutions appreciated!
> 
> I think I might treat the "m" as a separate lyric event, i.e. as a separate 
> syllable, like this:

\score {
  <<
    \new Staff
    \new Voice {
      c''~ 
      \once \set melismaBusyProperties = #'()
      4~ 2 }
    \addlyrics { \lyricmode { roo -- m __ } }
  >>
}

> As a singer, I'd know immediately what was intended.
> 
> Trevor
> 
> 
> ---
> This email has been checked for viruses by AVG.
> http://www.avg.com
> _______________________________________________
> lilypond-user mailing list
> address@hidden
> https://lists.gnu.org/mailman/listinfo/lilypond-user

reply via email to

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