Re: Where did the \header number go?

2023-08-20 Thread Rik Kabel


On 8/20/2023 11:35 AM, Jean Abou Samra wrote:

Le dimanche 20 août 2023 à 10:54 -0400, Rik Kabel a écrit :


Hello list,

I have a few pieces that have been engraved for my choir with 2.18.10 
that include catalog numbers entered as




\header {
  ...
  number = \markup { \fontsize #4 \sans \ellipse 11B }
  ...
}

The number variable seems to be gone with current versions, and I can 
find no mention of the change.


Has another feature taken its place?




I could not see any effect of adding number = "foo" to a \header block 
in 2.18.0, and I did not find any trace of this in the source code of 
that version either?


Maybe you redefined a title using one of the xxxTitleMarkup variables, 
and you used \fromproperty #'header:number there?


Or maybe you're just confusing this with the 'opus' variable?


Sorry for the noise.

The number was set in a bookTitleMarkup block in the paper definition.

--
RIk


Re: Where did the \header number go?

2023-08-20 Thread David Kastrup
Jean Abou Samra  writes:

> Le dimanche 20 août 2023 à 10:54 -0400, Rik Kabel a écrit :
>>  
>> Hello list,
>>  
>> I have a few pieces that have been engraved for my choir with 2.18.10 that
>> include catalog numbers entered as
>>  
>> >  
>> > \header {
>> >   ...
>> >   number = \markup { \fontsize #4 \sans \ellipse 11B }
>> >   ...
>> > }
>> >  
>>  
>> The number variable seems to be gone with current versions, and I can find no
>> mention of the change.
>>  
>> Has another feature taken its place?
>>  
>
>
> I could not see any effect of adding number = "foo" to a \header block
> in 2.18.0, and I did not find any trace of this in the source code of
> that version either?

git log -S header:number

turns up empty, and that is the usual way to access such a variable.  So
it is unlikely that this ever had been a part of LilyPond.

> Maybe you redefined a title using one of the xxxTitleMarkup variables, and you
> used \fromproperty #'header:number there?
>
> Or maybe you're just confusing this with the 'opus' variable?

I guess the latter.

-- 
David Kastrup



Re: Where did the \header number go?

2023-08-20 Thread Jean Abou Samra
Le dimanche 20 août 2023 à 10:54 -0400, Rik Kabel a écrit :
>  
> Hello list,
>  
> I have a few pieces that have been engraved for my choir with 2.18.10 that
> include catalog numbers entered as
>  
> >  
> > \header {
> >   ...
> >   number = \markup { \fontsize #4 \sans \ellipse 11B }
> >   ...
> > }
> >  
>  
> The number variable seems to be gone with current versions, and I can find no
> mention of the change.
>  
> Has another feature taken its place?
>  


I could not see any effect of adding number = "foo" to a \header block in
2.18.0, and I did not find any trace of this in the source code of that version
either?

Maybe you redefined a title using one of the xxxTitleMarkup variables, and you
used \fromproperty #'header:number there?

Or maybe you're just confusing this with the 'opus' variable?



signature.asc
Description: This is a digitally signed message part


Where did the \header number go?

2023-08-20 Thread Rik Kabel

Hello list,

I have a few pieces that have been engraved for my choir with 2.18.10 
that include catalog numbers entered as


   \header {
  ...
  number = \markup { \fontsize #4 \sans \ellipse 11B }
  ...
   }

The number variable seems to be gone with current versions, and I can 
find no mention of the change.


Has another feature taken its place?

--
Rik