[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: programming error with \markup \vspace used in \header
From: |
Thomas Morley |
Subject: |
Re: programming error with \markup \vspace used in \header |
Date: |
Wed, 5 Feb 2014 22:10:17 +0100 |
2014-02-04 Ralph Palmer <address@hidden>:
> On Thu, Jan 30, 2014 at 5:31 AM, Thomas Morley <address@hidden>
> wrote:
>>
>> Hi,
>>
>> the following code returns:
>> programming error: Improbable offset for stencil: -inf staff space
>> Setting to zero.
>> although the printed output seems to be correct.
>>
>> \version "2.19.1"
>>
>> \header { title = \markup \vspace #10 }
>>
>> \markup "xy"
>>
>>
>> I noticed the error with 2.17.97, 2.18.0 and 2.19.1
>> 2.16.2 returned no error.
>> A stand alone \markup \vspace #10 throws no error.
>>
>
> Greetings, Harm -
>
> Could you please give us a compilable minimal example?
>
> Thanks,
>
> Ralph
Hi Ralph,
I don't understand.
I told the compilable minimal example already
%% begin example
\version "2.19.1"
\header { title = \markup \vspace #10 }
\markup "xy"
%% end example
Cheers,
Harm