lilypond-user
[Top][All Lists]
Advanced

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

Spacing with \new Lyrics and a full measure rest.


From: Hwaen Ch'uqi
Subject: Spacing with \new Lyrics and a full measure rest.
Date: Tue, 1 Mar 2016 05:04:25 -0500

Greetings All,

This is an example from a vocal score for a musical. What is the best
wway of insuring that the barline and subsequent measure respects the
length of the spoken text rather than the full bar rest?

\version "2.18.2"

\score {
  <<
    \new Voice = "Darcy" \relative c' {
      \key es \major \time 3/2 \clef treble
      <<
        {
          R1.^\fermataMarkup %170
        }
        \new Lyrics \with {
          \override LyricText.font-shape = #'italic
          \override LyricText.self-alignment-X = #LEFT
        }
        {
          \lyricmode {
            \markup {
              \column {
                \line {
                  \fontsize #1 \upright \smallCaps Esther: "Oh. It's just what 
I've
always wanted!"
                }
              }
            }8*12
          }
        }
      >>
      \override NoteHead.style = #'cross
      bes'8^\markup \fontsize #1 \smallCaps Chorus r r4 r1\bar "|." %171

    }
    \new Lyrics \lyricsto "Darcy" {
      \override LyricHyphen.minimum-distance = #1.0
      \set lyricMelismaAlignment = #CENTER
      jah!
    }
  >>
}

Attachment: Snippet.pdf
Description: Adobe PDF document


reply via email to

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