bug-lilypond
[Top][All Lists]
Advanced

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

Segfault for balloonGrobText on OttavaBracket


From: Noeck
Subject: Segfault for balloonGrobText on OttavaBracket
Date: Tue, 11 Apr 2017 23:01:10 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.8.0

Hi,

the following code produces a segmentation violation (if that's the same
as "Speicherzugriffsfehler") using 2.18.2 or 2.19.50. The combination of
\ottava and \balloonGrobText is required to cause the failure.

\version "2.19.50"
\new Staff \with { \consists "Balloon_engraver" }
\new Voice  {
  \balloonGrobText #'OttavaBracket #'(1 . 1) "A"
  \ottava #1 a4
}

The code probably worked with some 2.16.x version as I have the
corresponding pdf output. convert-ly does not change it.

Best,
Joram



reply via email to

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