lilypond-auto
[Top][All Lists]
Advanced

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

[Lilypond-auto] Issue 3099 in lilypond: Cue Stem Alignment of Merged Not


From: lilypond
Subject: [Lilypond-auto] Issue 3099 in lilypond: Cue Stem Alignment of Merged Noteheads
Date: Thu, 10 Jan 2013 13:36:08 +0000

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

New issue 3099 by address@hidden: Cue Stem Alignment of Merged Noteheads
http://code.google.com/p/lilypond/issues/detail?id=3099

Jay Anderson reported here:

http://lists.gnu.org/archive/html/bug-lilypond/2013-01/msg00091.html

as follows:

\version "2.16.0"

mus = \relative c'
{
  c8 d e f g a b c
}

\score
{
  \new Staff
  <<
    \new CueVoice
    {
      \voiceOne
      % Workaround:
      %\override Stem #'X-offset = #1.22
      \mus
    }
    \new Voice
    {
      \voiceTwo
      \mus
    }
  >>
}

The cue stems look like they're coming out of the middle of the shared
notehead. It's easy to manually push the stems over (in practice this needs
to be done on a note-by-note basis), but it'd be nice if this happened
automatically.

Thanks.

Attachments:
        bug.ly  889 bytes
        bug.preview.png  3.1 KB




reply via email to

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