On Mon 14 Feb 2011, 13:04 Francisco Vila wrote:
> > just an empty markuplines before the music,
> >
> > \markuplines { }
> > { c' }
> >
> >
> > I don't know where the chinese character came from. Did I pasted by
> > mistake?
>
> No, I didn't:
> http://lists.gnu.org/archive/html/bug-lilypond/2011
2011/2/14 Francisco Vila :
> 2011/2/14 Dmytro O. Redchuk :
>> On Mon 14 Feb 2011, 12:47 Francisco Vila wrote:
>>> 2011/2/14 Dmytro O. Redchuk :
>>> >> This crashes 2.13.49 when { } is empty
>>> >>
>>> >> \markuplines{ �}
>>> >> { c' }
>>> > It doesn't crash in 2.13.50 for me.
>>>
>>> I have compile
2011/2/14 Dmytro O. Redchuk :
> On Mon 14 Feb 2011, 12:47 Francisco Vila wrote:
>> 2011/2/14 Dmytro O. Redchuk :
>> >> This crashes 2.13.49 when { } is empty
>> >>
>> >> \markuplines{ �}
>> >> { c' }
>> > It doesn't crash in 2.13.50 for me.
>>
>> I have compiled 2.13.51 and it says segmentation fau
On Mon 14 Feb 2011, 12:47 Francisco Vila wrote:
> 2011/2/14 Dmytro O. Redchuk :
> >> This crashes 2.13.49 when { } is empty
> >>
> >> \markuplines{ 爙
> >> { c' }
> > It doesn't crash in 2.13.50 for me.
>
> I have compiled 2.13.51 and it says segmentation fault with this code.
Which code, please?
2011/2/14 Dmytro O. Redchuk :
>> This crashes 2.13.49 when { } is empty
>>
>> \markuplines{ �}
>> { c' }
> It doesn't crash in 2.13.50 for me.
I have compiled 2.13.51 and it says segmentation fault with this code.
--
Francisco Vila. Badajoz (Spain)
www.paconet.org , www.csmbadajoz.com
_
On Mon 14 Feb 2011, 09:35 Francisco Vila wrote:
> 2011/2/13 Beat Stoecklin :
> > The following Code produces a Crash on my Win XP
> >
> > BTW: \markuplines should be storable in a Variable.
>
> It is, but not in 2.12
>
> This crashes 2.13.49 when { } is empty
>
> \markuplines{ }
> { c' }
It doe
2011/2/13 Beat Stoecklin :
> The following Code produces a Crash on my Win XP
>
> BTW: \markuplines should be storable in a Variable.
It is, but not in 2.12
This crashes 2.13.49 when { } is empty
\markuplines{ }
{ c' }
--
Francisco Vila. Badajoz (Spain)
www.paconet.org , www.csmbadajoz.com
_
The following Code produces a Crash on my Win XP
BTW: \markuplines should be storable in a Variable.
\version "2.12.3"
Varname =
\markuplines{ }
\book{
\bookpart{
\Varname
\score {
c'4
}
}
}