lilypond-auto
[Top][All Lists]
Advanced

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

[Lilypond-auto] Issue 3669 in lilypond: vertical spacing messed up when


From: lilypond
Subject: [Lilypond-auto] Issue 3669 in lilypond: vertical spacing messed up when trying to access the grob stencil for a cross-staff glissando
Date: Tue, 19 Nov 2013 09:10:07 +0000

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

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

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