lilypond-devel
[Top][All Lists]
Advanced

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

Re: ly:page-turn-breaking core dumps


From: Han-Wen Nienhuys
Subject: Re: ly:page-turn-breaking core dumps
Date: Fri, 28 Feb 2020 16:24:09 +0100

On Fri, Feb 28, 2020 at 4:17 PM Han-Wen Nienhuys <address@hidden> wrote:
>
> On Wed, Feb 26, 2020 at 10:02 AM Han-Wen Nienhuys <address@hidden> wrote:
> >
> > On Tue, Feb 25, 2020 at 11:56 PM Pierre-Luc Gauthier
> > <address@hidden> wrote:
> >
> > > Well, my system is more than a file. Anywho, I will provide a working
> > > bug… it sadly wont be minimal though.
> >
> > > > You can send it by private mail.
> > >
> > > I'll prepare and send asap.
> >
> > I had a short look, but I'll need more time, which I have on Friday.
> >
> > The problem happens on the first page of the bass part, where we have
> > to fit the titles with the music.
> >
> > Maybe you can experiment with removing some titles?
>
> I have reduced to a tiny example.
>
> https://sourceforge.net/p/testlilyissues/issues/5801/
>
>  However, I think there may be something wrong with your score: the
> bass plays continuously, so there will never be a pause that is
> suitable for turning. With the default, the part fits on 2 pages,
> though.

You can make the crash go away by removing the \bar "||" at the start
of the score

diff --git a/music/structure.ily b/music/structure.ily
index 2b16ca6..cc8decc 100644
--- a/music/structure.ily
+++ b/music/structure.ily
@@ -113,7 +113,6 @@ structure = {
   #(myMarkTextTime (markup "")
      #{\markup {\intro}#})
   %\mark \default
-  \bar "||"
   \showMesureNumber
   s1*5 |



>
>
> --
> Han-Wen Nienhuys - address@hidden - http://www.xs4all.nl/~hanwen



-- 
Han-Wen Nienhuys - address@hidden - http://www.xs4all.nl/~hanwen



reply via email to

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