lilypond-auto
[Top][All Lists]
Advanced

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

[Lilypond-auto] Issue 3246 in lilypond: stanza (number) and shortVocalNa


From: lilypond
Subject: [Lilypond-auto] Issue 3246 in lilypond: stanza (number) and shortVocalName can be badly placed
Date: Fri, 15 Mar 2013 11:23:33 +0000

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

New issue 3246 by address@hidden: 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

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