Re: tagline = ##f does not work in score header block

2023-09-13 Thread Knute Snortum
On Wed, Sep 13, 2023 at 12:34 AM Jean Abou Samra  wrote:

> Suppose tagline "worked" in \score blocks. What would this code print?
>
> \version "2.24.2"
>
> \score {
>   \header {
> tagline = "Tagline 1"
>   }
>   { c' }
> }
>
> \score {
>   \header {
> tagline = "Tagline 2"
>   }
>   { d' }
> }
>
> \score {
>   \header {
> tagline = "Tagline 3"
>   }
>   { e' }
> }
>
>
>
> A tagline is not specific to a score, it's put on the last page of
> an entire bookpart, so the behavior is expected (and logical).
>

When you explain it, it seems obvious now.  Thanks.


--
Knute Snortum


Re: tagline = ##f does not work in score header block

2023-09-13 Thread Jean Abou Samra

> Well, I could imagine that the last 'tagline' entry wins.


It is at least not more consistent than the existing behavior, which
is also documented. Ergo, I see no bug here.

Best,
Jean




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


Re: tagline = ##f does not work in score header block

2023-09-13 Thread Werner LEMBERG


> Another observation: tagline is not in either the command index or
> the index in the Notation Manual.  The documentation I could find on
> tagline was pretty sparse (unless I missed something).

I've added index entries in

  https://gitlab.com/lilypond/lilypond/-/merge_requests/2104


Werner



Re: tagline = ##f does not work in score header block

2023-09-13 Thread Werner LEMBERG

> Suppose tagline "worked" in \score blocks. What would this code print?
>
> \version "2.24.2"
>
> \score {
>   \header {
> tagline = "Tagline 1"
>   }
>   { c' }
> }
>
> \score {
>   \header {
> tagline = "Tagline 2"
>   }
>   { d' }
> }
>
> \score {
>   \header {
> tagline = "Tagline 3"
>   }
>   { e' }
> }

Well, I could imagine that the last 'tagline' entry wins.


Werner


Re: install on MacBook Air

2023-09-13 Thread Jean Abou Samra
Hi,

There is no mixup in the downloads. A macOS system *is* a Unix system. Maybe you
are confusing "Unix" and "Linux", as many people do. Unix is a family of
operating systems, which includes Linux-based systems as well as macOS.

Have you read the installation tutorial from the
documentation? 
https://lilypond.org/doc/v2.24/Documentation/learning/graphical-setup-under-macos

Regards,
Jean



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


Re: tagline = ##f does not work in score header block

2023-09-13 Thread Jean Abou Samra
Le mardi 12 septembre 2023 à 15:38 -0700, Knute Snortum a écrit :
> Hi everyone.
> 
> I have a few observations that I'd like to share.  Nothin too urgent.
> 
> If you put tagline = ##f in a header block, it will work everywhere except in 
> the score block. 


Suppose tagline "worked" in \score blocks. What would this code print?

\version "2.24.2"

\score {
  \header {
tagline = "Tagline 1"
  }
  { c' }
}

\score {
  \header {
tagline = "Tagline 2"
  }
  { d' }
}

\score {
  \header {
tagline = "Tagline 3"
  }
  { e' }
}



A tagline is not specific to a score, it's put on the last page of
an entire bookpart, so the behavior is expected (and logical).



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