lilypond-user
[Top][All Lists]
Advanced

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

lyrics: keep unterminated hyphen on dal segno?


From: Corinna Maass
Subject: lyrics: keep unterminated hyphen on dal segno?
Date: Sun, 5 Feb 2012 21:52:54 -0500
User-agent: KMail/1.13.6 (Linux/2.6.38-8-generic; KDE/4.7.2; x86_64; ; )

Hi,
I am typesetting a vocal piece with a dal segno al fine part, where the typeset 
music ends in the middle of a coloratura syllable before looping back to the 
first segno.
This means the lyrics line ends with a dangling hyphen, which lilypond removes 
automatically.
Is there a workaround to restore the hyphen?

Thanks,
Corinna

Example:

\version "2.14.2"
voice = \relative c'' {
  \key c \major
  \time 4/4
 r2 r4 g \mark \markup { \musicglyph #"scripts.segno" }  g8 g g g g4 g g2 g4 g 
g2\fermata 
 r4 g g2 g4 g g g r4 g,32\melisma a b c d e f g\melismaEnd \mark \markup { 
\musicglyph #"scripts.segno" }
}

verse = \lyricmode {
  Un -- ter -- mi -- na -- ted hy -- phens should be re -- moved; 
  Ex -- cept for dal seg -- nos! Un --
}

\score {
  \new Staff  { \voice }
  \addlyrics { \verse }
  \layout { }
  
}



reply via email to

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