lilypond-auto
[Top][All Lists]
Advanced

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

[Lilypond-auto] Issue 3760 in lilypond: Slurs aren't correctly attached


From: lilypond
Subject: [Lilypond-auto] Issue 3760 in lilypond: Slurs aren't correctly attached to stemless notes
Date: Sat, 28 Dec 2013 11:35:16 +0000

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

New issue 3760 by address@hidden: 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

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