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

New issue 3669 by [email protected]: vertical spacing messed up when trying to access the grob stencil for a cross-staff glissando
http://code.google.com/p/lilypond/issues/detail?id=3669

reported by Piaras Hoban and confirmed by David Nalesnik in http://lilypond.1069038.n5.nabble.com/Cross-staff-Glissando-Stencil-Error-td154059.html :

the code

#(define (stencil-test grob)
    (let* (
        (stencil (ly:grob-property grob 'stencil))
        )
    grob
    )
)
\score {
  \new PianoStaff <<
    \new Staff = "right"  {
      \once \override Glissando.after-line-breaking = #stencil-test
      c''2. \glissando
      \change Staff = "left"
      c,4 |
    }
    \new Staff = "left" {\clef bass s1}
  >>
}
\markup ooops

results in


Attachments:
        test3.png  3.3 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