bug-lilypond
[Top][All Lists]
Advanced

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

Re: Bracketized key signature: \key c \major causes a core dump


From: Simon Albrecht
Subject: Re: Bracketized key signature: \key c \major causes a core dump
Date: Fri, 2 Sep 2016 09:57:13 +0200

Thanks Rutger, this has been raised as issue 4963 <https://sourceforge.net/p/testlilyissues/issues/4963/>.

Best, Simon


On 02.09.2016 08:41, Rutger Hofman wrote:
Good morning list,

I use the snippet http://lsr.di.unimi.it/LSR/Snippet?id=647 to get a key signature in brackets. This works fine for \key other than c \major, but if I specify c \major I get a core dump:

Preprocessing graphical objects...lilypond: /home/gub/NewGub/gub/target/linux-64/src/lilypond-git.sv.gnu.org--lilypond.git-release-unstable/lily/skyline.cc:94: Building::Building(Real, Real, Real, Real): Assertion `start_height == end_height' failed.
Aborted (core dumped)

Rutger Hofman
Amsterdam

\version "2.19.35"

{
    % http://lsr.di.unimi.it/LSR/Snippet?id=647
\override Staff.KeySignature.stencil = #(lambda (grob) (bracketify-stencil (ly:key-signature-interface::print grob) Y 0.1 0.2 0.1))
    \key c \major
    c''
}

_______________________________________________
bug-lilypond mailing list
address@hidden
https://lists.gnu.org/mailman/listinfo/bug-lilypond




reply via email to

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