bug-lilypond
[Top][All Lists]
Advanced

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

Parenthesis issue with cross staff beaming


From: Andrew Bernard
Subject: Parenthesis issue with cross staff beaming
Date: Sun, 1 Jan 2017 12:17:31 +1100

Hi All,

 

Here is an MWE showing an issue I encounter regularly with the
parenthesizing of accents. It only occurs when using cross staff beaming
which I use a lot.

 

The reported error is:

.

programming error: Improbable offset for stencil: inf staff space

Setting to zero.

continuing, cross fingers

.

 

The output is unsatisfactory and I am unable to use parentheses in this
situation, but I need them.

 

A bug?

 

Andrew

 

== snip

 

\version "2.19.53"

 

 

treble = {

  \clef treble

  \time 1/4

  \override Beam.positions = #'(-4 . -4)

  \tuplet 5/4 {

    \stemDown

    c''8.

    \change Staff = bass

    \stemUp

    c32 e cis'16-\parenthesize ^>

  } |

}

 

bass = {

  \clef bass

  \time 1/4

  s4

}

 

\score {

  \new PianoStaff

  <<

    \new Staff = "treble" \treble

    \new Staff = "bass" \bass

  >>

 

  \layout {

  }

}

 

== snip

 

 

 

 



reply via email to

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