Issue 246: collision stanza number and system start
http://code.google.com/p/lilypond/issues/detail?id=246

New issue report by gpermus:
% Proper behaviour would probably be to shift the start of the
% notes and lyrics 
% to the right, and space the starting matter (clef,
% timesig, keysig) accordingly.


\version "2.11.12"
\layout { ragged-right = ##t }

verseOne = \lyricmode {
  \set stanza = "44444. "
  Ma -- ry Su -- san
}

\score {
  \new ChoirStaff <<
    \new Staff = upper {
      \new Voice = "voiceOne"
      a'4 b'4 c'4 d'4
    }
    \new Lyrics \lyricsto voiceOne \verseOne
    \new Staff = lower {
    }
  >>
}

Attachments:
        foo.preview.png  3.4 KB 


Issue attributes:
        Status: Accepted
        Owner: gpermus
        Labels: Type-Enhancement Priority-Low

-- 
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings


_______________________________________________
bug-lilypond mailing list
bug-lilypond@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-lilypond

Reply via email to