lilypond-auto
[Top][All Lists]
Advanced

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

[Lilypond-auto] Issue 2837 in lilypond: SlurStubs take up space in surpr


From: lilypond
Subject: [Lilypond-auto] Issue 2837 in lilypond: SlurStubs take up space in surprising ways
Date: Sat, 15 Sep 2012 06:58:54 +0000

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

New issue 2837 by address@hidden: SlurStubs take up space in surprising ways
http://code.google.com/p/lilypond/issues/detail?id=2837

This is likely to get fixed depending on how issue 2810 is resolved, but just in case it confuses people in the meantime,
\version "2.17.2"
\new PianoStaff <<
  \new Staff = "up" {
    \tempo "Adagio" \slurUp
    c'8 ( \change Staff = "down" g ) r4 }
  \new Staff = "down" { \clef bass e2 } >>

The \tempo is not essential to experience the bug as a mis-spacing on the page, but allows the bug to be seen in the png output.

In order to show the SlurStub to understand the cause :
    \override SlurStub #'color = #green
    \override SlurStub #'transparent = ##f

Workaround :
    \override SlurStub #'vertical-skylines = #'()


Attachments:
        2834.png  10.6 KB




reply via email to

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