bug-lilypond
[Top][All Lists]
Advanced

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

Issue 246 in project lilypond


From: codesite-noreply
Subject: Issue 246 in project lilypond
Date: Thu, 18 Jan 2007 15:55:48 -0800

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




reply via email to

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