lilypond-user
[Top][All Lists]
Advanced

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

Re: Melisma breaking converting from 2.18 to 2.19


From: Kieren MacMillan
Subject: Re: Melisma breaking converting from 2.18 to 2.19
Date: Tue, 27 Aug 2019 08:32:30 -0400

Hey all,

This bit me way back when. Here’s the fix (note the \new Voice):

\version "2.19.83"

global = {
 s1
 \bar "|."
}

sop = \relative {
 c'4( d) e f
}

soptext = \lyricmode {
 Me -- lis -- ma
}

\new Staff \new Voice << \global \sop >> \addlyrics \soptext

\new Staff \new Voice << \global \sop \addlyrics \soptext >>

Hope that helps!
Kieren.
________________________________

Kieren MacMillan, composer (he/him)
‣ website: www.kierenmacmillan.info
‣ email: address@hidden




reply via email to

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