Hi,

while typesetting notes without stems I encountered (actually Janek W.
spotted and drew my attention to) a weird behavior of slurs avoiding stems
that are (hopefully) correctly removed.

Attached is a set of minimal examples with stems removed in various ways.
Only the one where I manually changed stem direction looks as I would
expect and the one with removed Stem_engraver looks especially bad.
Is there a bug?

Jakub
\version "2.17.24"

\header{
  title = "Stemless notes & slurs"
}

\markup{I expect all the other examples to produce output like this one produces. Am I wrong?}
\score {
  \relative c'' {
    \override Stem #'transparent = ##t
    \override Stem #'Y-extent = ##f
    
    \stemDown
    a4( d)
  }
}

\score {
  \relative c'' {
    \override Stem #'transparent = ##t
    \override Stem #'Y-extent = #'(0 . 0)
    
    a4( d)
  }
}

\score {
  \relative c'' {
    \override Stem #'transparent = ##t
    \override Stem #'Y-extent = ##f
    
    a4( d)
  }
}

\score {
  \relative c'' {
    \override Stem #'stencil = ##f
    
    a4( d)
  }
}

\score {
  \relative c'' {
    a4( d)
  }
  \layout {
    \context {
      \Voice
      \remove "Stem_engraver"
    }
  }
}

Attachment: hidden_stems_slurs.pdf
Description: Adobe PDF document

_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to