lilypond-user
[Top][All Lists]
Advanced

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

Cross staff stems with modern flags


From: Andrew Bernard
Subject: Cross staff stems with modern flags
Date: Sat, 01 Jun 2013 01:10:06 +1000
User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.8; rv:17.0) Gecko/20130509 Thunderbird/17.0.6

Greetings List,

If I have modern straight flags turned on and attempt to use cross-staff stemmed chords, the flags show up on the bottom stems. What am I doing wrong? Using ordinary default flags, the problem is not visible.
\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
    }
  }
}
Andrew



reply via email to

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