Re: How to place a custom copyright tagline at the bottom of the first page only?

2025-04-26 Thread Werner LEMBERG
> However, I noticed a new issue when embedding the score using > \lilypondfile inside a LaTeX document (as part of a book I’m > compiling). In this setup, both the copyright and tagline fields > completely disappear, even though they are correctly rendered when > compiling the s

Re: How to place a custom copyright tagline at the bottom of the first page only?

2025-04-26 Thread Peter X
using oddFooterMarkup with a conditional on \on-first-page, and that worked as well. Much appreciated. However, I noticed a new issue when embedding the score using \lilypondfile inside a LaTeX document (as part of a book I’m compiling). In this setup, both the copyright and tagline fields completely

Re: How to place a custom copyright tagline at the bottom of the first page only?

2025-04-26 Thread Павел
tling-init.ly(on linux, it is in/usr/share/lilypond/2.24.4/ly). В Сб, 26 апр 2025 в 14:39:02 -07:00:00, David Poon написал: I believe using 'copyright' instead of 'tagline' in the header works as desired by default: print only on the first page (whereas 'tagline' is la

Re: How to place a custom copyright tagline at the bottom of the first page only?

2025-04-26 Thread David Poon
I believe using 'copyright' instead of 'tagline' in the header works as desired by default: print only on the first page (whereas 'tagline' is last page only). -David On Sat, 26 Apr 2025 at 14:23, wrote: > Peter, > > > > Look at the last

RE: How to place a custom copyright tagline at the bottom of the first page only?

2025-04-26 Thread carsonmark
-User Mailing List Subject: How to place a custom copyright tagline at the bottom of the first page only? Dear LilyPond community, I’m working on an arrangement that requires a copyright notice (tagline) to appear at the bottom of the first page only. The text should not appear at the end of

How to place a custom copyright tagline at the bottom of the first page only?

2025-04-26 Thread Peter X
Dear LilyPond community, I’m working on an arrangement that requires a copyright notice (tagline) to appear at the bottom of the first page only. The text should not appear at the end of the score, nor should it appear on every page. I’ve created a minimal example using \tagline in the \header

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' } > } >

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

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 { > taglin

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 tag

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

2023-09-12 Thread William Rehwinkel via LilyPond user discussion
Dear Knute, Searching `lilypond "tagline"` on google I found https://lilypond.org/doc/v2.23/Documentation/notation/creating-titles-headers-and-footers where it is stated "The default LilyPond footer text can be changed by adding a tagline in the top-level \header block.&quo

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

2023-09-12 Thread Knute Snortum
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. Here is a MWE to illustrate this: \version "2.25.7" % \header { tagline = ##f } % <--

Re: How does one get rid of a tagline?

2019-12-24 Thread Peter Toye
No, but I thought it was in the bookpart where I don’t want the tagline. However, I found that when editing the header I moved the included music file outside the bookpart (too many %{'s), so LP thought it was a separate score. Now I've moved it to the right place it's fine.

Re: How does one get rid of a tagline?

2019-12-24 Thread DJF
On Dec 24, 2019, at 10:53 AM, Peter Toye wrote: > > I want an absolutely clean end to a score, but whatever I try I still get a > tagline advertising LilyPond. I've tried setting tagline to ##f and "" and > neither works. > When I’ve had this happen, I inadvert

Re: How does one get rid of a tagline?

2019-12-24 Thread Hwaen Ch'uqi
Greetings Peter, Are you placing `tagline = ##f' in the uppermost \paper block? Hwaen Ch'uqi On 12/24/19, Peter Toye wrote: > I want an absolutely clean end to a score, but whatever I try I still get a > tagline advertising LilyPond. I've tried setting tagline to ##f

How does one get rid of a tagline?

2019-12-24 Thread Peter Toye
I want an absolutely clean end to a score, but whatever I try I still get a tagline advertising LilyPond. I've tried setting tagline to ##f and "" and neither works. Don't worry, it's for piano 4-hands so LilyPond gets its advertising on the Primo page. Reg

Re: "Hide" the tagline

2017-02-27 Thread Klaus Blum
Hi Simon, Simon Albrecht-2 wrote > You could just as well have written > make-tagline-color-markup = #make-transparent-markup > or maybe even (I’m not sure if that does work for markup commands yet) > tagline-color = \markup\transparent \etc I'm not that familiar with scheme,

Re: "Hide" the tagline

2017-02-27 Thread Simon Albrecht
Am 27.02.2017 um 18:55 schrieb Klaus Blum: Urs Liska wrote I'm looking for a way to "externally" hide the tagline, i.e. by either making it transparent or colouring it white. Coloring white leaves invisible but useless stuff at the bottom. So maybe better: % -

Re: "Hide" the tagline

2017-02-27 Thread Klaus Blum
Urs Liska wrote > I'm looking for a way to "externally" hide the tagline, i.e. by either > making it transparent or colouring it white. Coloring white leaves invisible but useless stuff at the bottom. So maybe better: % -- color.ily

Re: "Hide" the tagline

2017-02-27 Thread Klaus Blum
Hi Urs, Urs Liska wrote > Additionally it's > equivalent to \omit and not to \hide (so it may change the layout if > someone creates a tagline with some vertical extent. I once read that you are used to work with include files. How about that: Put only the color definition i

Re: "Hide" the tagline

2017-02-27 Thread Thomas Morley
2017-02-27 14:04 GMT+01:00 Urs Liska : > > > Am 27.02.2017 um 13:26 schrieb David Kastrup: >> Urs Liska writes: >> >>> Am 27.02.2017 um 13:08 schrieb Simon Albrecht: >>>> Am 27.02.2017 um 12:42 schrieb Urs Liska: >>>>> Hi all, >>&

Re: "Hide" the tagline

2017-02-27 Thread Urs Liska
Am 27.02.2017 um 13:26 schrieb David Kastrup: > Urs Liska writes: > >> Am 27.02.2017 um 13:08 schrieb Simon Albrecht: >>> Am 27.02.2017 um 12:42 schrieb Urs Liska: >>>> Hi all, >>>> >>>> I'm looking for a way to "externa

Re: "Hide" the tagline

2017-02-27 Thread David Kastrup
Urs Liska writes: > Am 27.02.2017 um 13:08 schrieb Simon Albrecht: >> Am 27.02.2017 um 12:42 schrieb Urs Liska: >>> Hi all, >>> >>> I'm looking for a way to "externally" hide the tagline, i.e. by either >>> making it transparent or co

Re: "Hide" the tagline

2017-02-27 Thread Simon Albrecht
Am 27.02.2017 um 13:13 schrieb Urs Liska: Am 27.02.2017 um 13:08 schrieb Simon Albrecht: Am 27.02.2017 um 12:42 schrieb Urs Liska: Hi all, I'm looking for a way to "externally" hide the tagline, i.e. by either making it transparent or colouring it white. The "problem"

Re: "Hide" the tagline

2017-02-27 Thread Urs Liska
Am 27.02.2017 um 13:08 schrieb Simon Albrecht: > Am 27.02.2017 um 12:42 schrieb Urs Liska: >> Hi all, >> >> I'm looking for a way to "externally" hide the tagline, i.e. by either >> making it transparent or colouring it white. >> >> The

Re: "Hide" the tagline

2017-02-27 Thread Simon Albrecht
Am 27.02.2017 um 12:42 schrieb Urs Liska: Hi all, I'm looking for a way to "externally" hide the tagline, i.e. by either making it transparent or colouring it white. The "problem" is that I don't want to do it in the tagline markup definition itself but by inj

"Hide" the tagline

2017-02-27 Thread Urs Liska
Hi all, I'm looking for a way to "externally" hide the tagline, i.e. by either making it transparent or colouring it white. The "problem" is that I don't want to do it in the tagline markup definition itself but by injecting some code when invoking LilyPond. The i

Re: FooterMarkup, tagline, copyright

2011-09-28 Thread Nick Payne
On 27/09/11 23:00, Thomas Scharkowski wrote: Maybe I have overlooked or misunderstood something: I expected the following code to produce three pages, with "copyright" on the first page, "footer" on the second, and "tagline" on the third. Removing "odd

Re: FooterMarkup, tagline, copyright

2011-09-27 Thread Jan-Peter Voigt
Hello Thomas, if odd/evenFooterMarkup are set, copyright and tagline won't show up anymore, because they are displayed by the default (then overridden) footerMarkup. If you want to display something else but also copy right and tagline, you should build a markup that takes copyrigh

FooterMarkup, tagline, copyright

2011-09-27 Thread Thomas Scharkowski
Maybe I have overlooked or misunderstood something: I expected the following code to produce three pages, with "copyright" on the first page, "footer" on the second, and "tagline" on the third. Removing "oddFooterMarkup" leads to the expected

musicxml2ly: proposals concerning tagline, conversion info, -element and midi-output

2011-09-17 Thread Patrick Schmidt
Hey all, I'd like to change (and add) some minor things in musicxml2ly, but before I make a patch I wanted to make sure that no-one objects: 1) tagline: musicxml2ly currently uses the contents of the -element for the LilyPond-tagline. So the tagline at the end of a piece engraved by Lil

Re: Removing the tagline from the command-line

2010-12-05 Thread Valentin Villenave
On Sun, Dec 5, 2010 at 5:48 PM, Phil Holmes wrote: > That was exactly my problem.  I was hopeful about: > %#(ly:set-option 'header:tagline #f) > but it didn't work. :-( As far as I can see, no standalone Scheme expression can set this property because no matter how, it will need access to the par

Re: Removing the tagline from the command-line

2010-12-05 Thread Phil Holmes
- Original Message - From: "Federico Bruni" To: "Phil Holmes" Cc: "LilyPond User Group" Sent: Sunday, December 05, 2010 3:20 PM Subject: Re: Removing the tagline from the command-line Il giorno dom, 05/12/2010 alle 13.38 +, Phil Holmes ha scritto:

Re: Removing the tagline from the command-line

2010-12-05 Thread Federico Bruni
Il giorno dom, 05/12/2010 alle 13.38 +, Phil Holmes ha scritto: > I'm told that the tagline can be turned off using some scheme, and that this > can then be invoked from the command line. I want to be able to do this for > my regression comparison tool, but have been unable

Re: Removing the tagline from the command-line

2010-12-05 Thread Phil Holmes
Thanks. Now implemented in the regression checker, so no need to skip the bottom of the page. -- Phil Holmes - Original Message - From: Reinhold Kainhofer To: lilypond-user@gnu.org Sent: Sunday, December 05, 2010 1:51 PM Subject: Re: Removing the tagline from the command

Re: Removing the tagline from the command-line

2010-12-05 Thread Valentin Villenave
On Sun, Dec 5, 2010 at 2:51 PM, Reinhold Kainhofer wrote: > lilypond -dinclude-settings=no-tagline.ily accidental-ancient.ly Wouldn't it be interesting if include-settings was also able to take a plain LilyPond string (enclosed with double quotes) as an argument? If you agree, I'll open a tracker

Re: Removing the tagline from the command-line

2010-12-05 Thread Reinhold Kainhofer
Am Sonntag, 5. Dezember 2010, um 14:38:09 schrieb Phil Holmes: > I'm told that the tagline can be turned off using some scheme, and that > this can then be invoked from the command line. I want to be able to do > this for my regression comparison tool, but have been unable to work

Removing the tagline from the command-line

2010-12-05 Thread Phil Holmes
I'm told that the tagline can be turned off using some scheme, and that this can then be invoked from the command line. I want to be able to do this for my regression comparison tool, but have been unable to work it out. Can someone give me the recipe, please? -- Phil H

Re: 2.13.35 tagline links

2010-10-09 Thread Graham Percival
On Sat, Oct 09, 2010 at 11:43:10AM +0200, James Bailey wrote: > Is there a reason that the link in the footer goes to the old website, > http://lilypond.org/web/ and not the new website, http://lilypond.org/ ? The reason is that nobody noticed that until now. Bug Squad: please add this as a Crit

2.13.35 tagline links

2010-10-09 Thread James Bailey
Is there a reason that the link in the footer goes to the old website, http://lilypond.org/web/ and not the new website, http://lilypond.org/ ? ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user

Re: page-number overwrites tagline

2010-03-21 Thread Nick Payne
\fromproperty #'page:page-number-string } } } I was happy to get the page-number centered at the bottom. But unfortunately it overwrites the tagline, which should (at least I would like that) appear at the last page above the page-number. So my standard-tagline \header { tagline = \markup

page-number overwrites tagline

2010-03-21 Thread Werner
er centered at the bottom. But unfortunately it overwrites the tagline, which should (at least I would like that) appear at the last page above the page-number. So my standard-tagline \header { tagline = \markup \fontsize #-2 "Notensatz mit dem freien Programm LilyPond (ww

Re: Page number in footer but tagline on last page?

2010-01-11 Thread Nick Payne
Thanks. Exactly what I wanted. Nick On 12/01/10 06:44, Alexander Kobel wrote: Nick Payne wrote: Is it possible, if I've chosen to have page numbers at the foot of the page, to replace the page number with a tagline at the foot of the last page? This just prints page number and no

Re: Page number in footer but tagline on last page?

2010-01-11 Thread Alexander Kobel
Nick Payne wrote: Is it possible, if I've chosen to have page numbers at the foot of the page, to replace the page number with a tagline at the foot of the last page? This just prints page number and not the tagline on the last page: Hi, Nick, try this: %% cf. ly/titling-init.ly #(d

Page number in footer but tagline on last page?

2010-01-11 Thread Nick Payne
Is it possible, if I've chosen to have page numbers at the foot of the page, to replace the page number with a tagline at the foot of the last page? This just prints page number and not the tagline on the last page: %%% \version "2.13.10" date = #(str

Re: Tagline in all pages

2009-01-29 Thread M Watts
Ezequiel Sierra wrote: How can i place the tagline and copyright in all pages? Mostly taken from LSR snippet 366 by John Mandereau: - \version "2.12.1" \paper { oddFooterMarkup = \markup { \with-url #"http://lilypond.org/web/"; \fill-line

Re: Tagline in all pages

2009-01-29 Thread Kieren MacMillan
Hi Ezequiel, How can i place the tagline and copyright in all pages? Define a footer. (See the documentation for how to do that.) Kieren. ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user

Tagline in all pages

2009-01-29 Thread Ezequiel Sierra
How can i place the tagline and copyright in all pages? Ezequiel Sierra ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user

Re: How to make the copyright notice appear with the tagline

2008-04-06 Thread Romel Anthony S. Bismonte
Thanks to all that responded! The short of it was that I did need to upgrade and reposition the \header block in order to make the titles appear. Perhaps by the copyright being outside and before the \score block the program knows what it is "just in time" when I needed it. The long of it was i

Re: How to make the copyright notice appear with the tagline

2008-04-06 Thread Francisco Vila
2008/4/6, Gilles THIBAULT <[EMAIL PROTECTED]>: > > > > If in your last example you write the \header block outside and before > > of the \score block, you obtain what you wanted. > > > It's true. > So it means that we cannot use oddFooterMarkup for a book with several > scores to have, for exampl

Re: How to make the copyright notice appear with the tagline

2008-04-06 Thread Gilles THIBAULT
If in your last example you write the \header block outside and before of the \score block, you obtain what you wanted. It's true. So it means that we cannot use oddFooterMarkup for a book with several scores to have, for example the "piece" name in the bottom of a page.

Re: How to make the copyright notice appear with the tagline

2008-04-05 Thread Francisco Vila
2008/4/5, Romel Anthony S. Bismonte <[EMAIL PROTECTED]>: > Thanks for the upgrade suggestion. I have upgraded to 2.11.43, but the > tagline and copyright notice still do not appear on the bottom of the first > page. Perhaps the header needs to be in a different place now tha

Re: How to make the copyright notice appear with the tagline

2008-04-05 Thread Arvid Grøtting
"Romel Anthony S. Bismonte" <[EMAIL PROTECTED]> writes: > Thanks for the upgrade suggestion. I have upgraded to 2.11.43, but > the tagline and copyright notice still do not appear on the bottom > of the first page. Perhaps the header needs to be in a different >

Re:How to make the copyright notice appear with the tagline

2008-04-05 Thread Romel Anthony S. Bismonte
Thanks for the upgrade suggestion. I have upgraded to 2.11.43, but the tagline and copyright notice still do not appear on the bottom of the first page. Perhaps the header needs to be in a different place now that I'm in 2.11? Francisco, I noticed in your snippet that the \header blo

Re: How to make the copyright notice appear with the tagline

2008-04-04 Thread Francisco Vila
ht="This is the copyright" tagline="This is the tagline"} { c'1 } -- Francisco Vila. Badajoz (Spain) http://www.paconet.org ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user

How to make the copyright notice appear with the tagline

2008-04-04 Thread Romel Anthony S. Bismonte
Hi again, all, I know that the copyright notice will appear in the footer of the first page, and the LilyPond tagline will appear in the footer of the last page. But what about if the piece were only one page long? I decided to customize oddFooterMarkup in my ly file: \version "2.

Re: tagline

2006-01-26 Thread David Raleigh Arnold
On Wednesday 25 January 2006 04:29 pm, Gilles wrote: > Hi. > > > > > For the moment I'd like to know, if (and how) I can create more than one tagline The copyright notice must be on the title page or the first page of music. Others might not count. daveA -- Fre

Re: tagline

2006-01-25 Thread Gilles
Hi. > > For the moment I'd like to know, if (and how) I can create more than one > tagline tagline = \markup { \column { \hcenter "The first line" \hcenter "The second line" } } See also: http://lilypond.org/doc/v2.6/Docum

tagline

2006-01-25 Thread florianw (sent by Nabble.com)
Hi there, I am a complete newbee in working with LilyPond, so most probably I am going to get on your nervs more often in the future ;-) For the moment I'd like to know, if (and how) I can create more than one tagline or if it is possible to use the copyright command as a second tagli

RE: How to Get Line Breaks in the Tagline

2005-05-25 Thread Fairchild
Ted - Appendix C of the Users' Guide says "\" is the escape character and \n will cause a new line. If you can make this work, please post the clue. Here's a way that does work for me in v 2.4.3: tagline = \markup \column < "First lin

How to Get Line Breaks in the Tagline

2005-05-25 Thread Ted Stanion
Is there a way to get a line break to appear in the tagline? I saw an archived message which implied that putting a \break in the string would do this, but it did not seem to work. I am using LilyPond version 2.4.6 under Cygwin. I've attached an example source file showing what I've t

Re: polish letters in tagline, title, composer of header

2004-11-15 Thread Mats Bengtsson
ncoding simply translates into a \usepackage[latin2]{inputenc} directive in the LaTeX wrapper file created by lilypond. Note that all this has changed completely in LilyPond version 2.4. /Mats Albert Einstein wrote: How can I put polish letters in tagline of header: \header { title = "afd&qu

polish letters in tagline, title, composer of header

2004-11-12 Thread Albert Einstein
How can I put polish letters in tagline of header: \header { title = "afd" composer = "afd" tagline = "asf" } If I must attach babel package give me an example, OK? ___ lilypond-user mailing list [EMAIL PROTECTED] http://

tagline and copyright headers in a one-page piece

2002-08-20 Thread Graham Percival
Is there any way to display both a \header{tagline} and \header{copyright} when the music is only one page? Currently LilyPond treats a one-page piece as being just the last page (so it displays the tagline but not copyright). I tried looking at share/lilypond/tex/source/titledefs.tex , but I