Status: Accepted
Owner: ----
Labels: Type-Ugly
New issue 3390 by [email protected]: 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