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

_______________________________________________
lilypond-user mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to