Status: Accepted
Owner: ----
Labels: Type-Ugly

New issue 3246 by [email protected]: stanza (number) and shortVocalName can be badly placed
http://code.google.com/p/lilypond/issues/detail?id=3246

with the following code

\version "2.17.14"
\paper { line-width = #30 indent=0 ragged-right=##f}
melody = \relative \repeat unfold 3 { c1 \break }
verseone = \lyricmode {
  \set stanza = \markup \with-color #cyan "1."
  \set shortVocalName = #"short 1"
  _ one one
}
versetwo = \lyricmode {
  \set stanza = "2."
  \set shortVocalName = \markup \with-color #red "short 2"
  two
  \markup \with-color #green
  twooooooo _
}
\score {
  <<
    \new Staff \melody
    \addlyrics \verseone
    \addlyrics \versetwo

  >>
}

you get (s. appended image)

1 - in the first system, the stanza (number) of verseone is printed but shifted vertically because it fits between the clef and the first note and there is no lyric text on this line (imo the stanza number should be ommitted here like the shortVocalName of versetwo in the 3rd system - that seems to be the correct way)

2 - the shortVocalName ("short 2") of versetwo collides with the barnumber of the 3rd system

3 - for some reason the text of versetwo is not centered on the note

Attachments:
        testx.png  5.8 KB

--
You received this message because this project is configured to send all issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings

Reply via email to