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'

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

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 =

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? 

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