lilypond-user
[Top][All Lists]
Advanced

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

Re: Extended first syllable in polysyllabic word


From: Christopher R. Maden
Subject: Re: Extended first syllable in polysyllabic word
Date: Tue, 08 Oct 2013 19:44:06 -0500
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.0

On 10/08/2013 06:59 PM, Joel C. Salomon wrote:
> It would seem that they way I wrote it below, "Cath _ -- erine", 
> *should* work, but this gives an error:
> 
> programming error: hyphen not finished yet
> 
> Also, the hyphen between "Cath" and "erine" is not displayed.
> 
> What am I doing wrong?
> 
> \version "2.16.2" \score { << \relative c'' { c8 b a4 b c8 d | } 
> \addlyrics { Cath _ -- erine wheel rolls _ | }
>>> 
> }

I think you have it backward.

\version "2.16.2"
\score {
  <<
    \relative c'' {
      c8 b a4 b c8 d |
    }
    \addlyrics {
      Cath -- _ erine wheel rolls _ |
    }
  >>
}

~Chris
-- 
Chris Maden, text nerd  <URL: http://crism.maden.org/ >
“Peace has other governments that don’t go through the will of
 politicians.” — Mia Couto, “Rain, the Dreamsend” (tr. Austen Hyde)
GnuPG fingerprint: DB08 CF6C 2583 7F55 3BE9  A210 4A51 DBAC 5C5C 3D5E



reply via email to

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