lilypond-auto
[Top][All Lists]
Advanced

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

Re: [Lilypond-auto] Issue 2567 in lilypond: \balloonGrobText does not wo


From: lilypond
Subject: Re: [Lilypond-auto] Issue 2567 in lilypond: \balloonGrobText does not work properly with slurs
Date: Tue, 15 Oct 2013 21:03:26 +0000

Updates:
        Labels: -Type-Ugly Type-Crash

Comment #3 on issue 2567 by address@hidden: \balloonGrobText does not work properly with slurs
http://code.google.com/p/lilypond/issues/detail?id=2567

I changed the label to type-crash because with 2.17.25 up to 2.17.28 the initial code returns a segfault.

Here are some more examples for Stem and Beam:

%% tested with all major- and some devel-versions from
\version "2.12.3"
%% up to
\version "2.17.28"

%% Only for better viewing:
\layout {
  \context {
    \Voice
    \override Beam #'color = #red
    \override Beam #'layer = #5
  }
}

%%%% balloonGrobText for Stem under Beam

%%%% Same for automatic/manual Beams
\new Voice  \with { \consists "Balloon_engraver" }
  \relative c'' {
    %% 2.12.3, 2.14.2: ok
    %% 2.16.2, 2.17.28: text and balloon is printed, no real Beam
    %% Note the very small displaced Beam
    \balloonGrobText #'Stem #'(3 . 3) \markup { "Stem" }
    a8 a a a
  }

%%%% balloonGrobText for Beam

%%%% Automatic Beams
%% 2.12.3, 2.14.2, 2.16.2, 2.17.28: Beam is printed, no text or balloon
\new Voice  \with { \consists "Balloon_engraver" }
  \relative c'' {
    \balloonGrobText #'Beam #'(3 . 3) \markup { "Beam" }
    a8 a a a
  }

%%%% Manual Beams
%% 2.12.3: ok
%% 2.14.2, 2.16.2: text and balloon is printed, no real Beam
%% 2.17.25/26/27/28: Segfault
\new Voice  \with { \consists "Balloon_engraver" }
  \relative c'' {
    \balloonGrobText #'Beam #'(3 . 3) \markup { "Beam" }
    a8[ a a a]
  }


Attachments:
        balloon-bug-2-12-3.png  9.6 KB
        balloon-bug-2-14-2.png  9.2 KB
        balloon-bug-2-16-2.png  9.2 KB
        balloon-bug-2-17-28.png  5.8 KB

--
You received this message because this project is configured to send all issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings



reply via email to

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