lilypond-auto
[Top][All Lists]
Advanced

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

[Lilypond-auto] Issue 3390 in lilypond: Ugly output with cross-staff ste


From: lilypond
Subject: [Lilypond-auto] Issue 3390 in lilypond: Ugly output with cross-staff stems and non-standard flag styles
Date: Sat, 01 Jun 2013 14:15:39 +0000

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

New issue 3390 by address@hidden: Ugly output with cross-staff stems and non-standard flag styles
http://code.google.com/p/lilypond/issues/detail?id=3390

The following code:

\version "2.17.18"

upper = \relative c'' {
  \clef treble
  \voiceOne
  a8 d e f
  \oneVoice
  c d e f
}

lower = \relative c {
  \clef bass
  \voiceOne
  \autoBeamOff
  \crossStaff { e8 d e f }
  \autoBeamOn
  \oneVoice
  g8 f g4
}

\score {
  \new StaffGroup <<
    \new Staff { \upper }
    \new Staff { \lower }
  >>

  \layout {
    \context {
      \Score
      \override Flag #'stencil = #modern-straight-flag
    }
    \context {
      \StaffGroup
      \consists #Span_stem_engraver
    }
  }
}

Produces the attached output. It can be worked around with overides and reverts of the stencil, or setting the stencil to ##f but this is not best. Should be fixable by adding \override Flag.stencil = ##f to the definition of crossStaff, I'd guess.

Attachments:
        CrossStaffOrig.preview.png  4.6 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]