bug-lilypond
[Top][All Lists]
Advanced

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

Misplaced clef at invisible barline


From: Simon Albrecht
Subject: Misplaced clef at invisible barline
Date: Thu, 19 Sep 2013 00:23:55 +0200
User-agent: Mozilla/5.0 (Windows NT 5.1; rv:14.0) Gecko/20120713 Thunderbird/14.0

Hello Lilypond community,

in a recent project I encountered the following bug:
If a clef change occurs at an invisible barline, then in certain cases the clef will be printed far away from its actual position. Minimal example:

\version "2.17.24"

\paper {

line-width = #80

indent = #0

}

\score {

\new PianoStaff = "Manual"

<<

\new Staff = "right" \relative { a''1 }

\new Staff = "left" \relative { \clef bass

f16 a d, e f g a b \clef tenor \bar "" cis a b cis d f e d }

>>

\layout { }

}


The bug only occurs with the whole note on the other staff. The output is attached.

Best regards,

Simon Albrecht

Attachment: clef misplaced.png
Description: PNG image


reply via email to

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