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

New issue 3760 by [email protected]: Slurs aren't correctly attached to stemless notes
http://code.google.com/p/lilypond/issues/detail?id=3760

\version "2.19.0"

\markup "Slurs aren't correctly attached to stemless notes in any of these snippets:"

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

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

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

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

\markup "this workaround shows how the output should look like:"

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

Attachments:
        hidden_stems_slurs.png  41.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