Re: Can headers and footers access the current \fromproperty #'header:piece

2019-08-09 Thread Pierre-Luc Gauthier
7 août 2019 à 13:51, Timothy Lanfear a > >> écrit : > >>> On 07/08/2019 15:29, Pierre-Luc Gauthier wrote: > >>>> Hello there, > >>>> > >>>> I trying to add the *current* piece in the header and/or footer of, > >>>> s

Re: Can headers and footers access the current \fromproperty #'header:piece

2019-08-07 Thread Timothy Lanfear
*current* piece in the header and/or footer of, say, every page in a score. As mentioned here : http://lilypond.org/doc/v2.19/Documentation/notation/creating-titles-headers-and-footers#default-layout-of-headers-and-footers "These markup variables can only access text fields from top-level \

Re: Can headers and footers access the current \fromproperty #'header:piece

2019-08-07 Thread Timothy Lanfear
rit : On 07/08/2019 15:29, Pierre-Luc Gauthier wrote: Hello there, I trying to add the *current* piece in the header and/or footer of, say, every page in a score. As mentioned here : http://lilypond.org/doc/v2.19/Documentation/notation/creating-titles-headers-and-footers#default-layout-of-head

Re: Can headers and footers access the current \fromproperty #'header:piece

2019-08-07 Thread Timothy Lanfear
On 07/08/2019 15:29, Pierre-Luc Gauthier wrote: Hello there, I trying to add the *current* piece in the header and/or footer of, say, every page in a score. As mentioned here : http://lilypond.org/doc/v2.19/Documentation/notation/creating-titles-headers-and-footers#default-layout-of-headers

Can headers and footers access the current \fromproperty #'header:piece

2019-08-07 Thread Pierre-Luc Gauthier
Hello there, I trying to add the *current* piece in the header and/or footer of, say, every page in a score. As mentioned here : http://lilypond.org/doc/v2.19/Documentation/notation/creating-titles-headers-and-footers#default-layout-of-headers-and-footers "These markup variables can

Re: headers and footers

2017-06-28 Thread Guy Stalnaker
:-/ And options for formatting that time string: http://strftime.org/ %x = mm/dd/, e.g., 6/28/2017 On 6/28/2017 6:40 PM, Karlin High wrote: % BEGIN LILYPOND CODE \version "2.19.62" tagdate = #(strftime "%m-%d-%Y" (localtime (current-time))) \header { tagline = \markup { $(string-appe

Re: headers and footers

2017-06-28 Thread Guy Stalnaker
An options for formatting that time string: On 6/28/2017 6:40 PM, Karlin High wrote: % BEGIN LILYPOND CODE \version "2.19.62" tagdate = #(strftime "%m-%d-%Y" (localtime (current-time))) \header { tagline = \markup { $(string-append "Made with LilyPond " (lilypond-version) " on ") \tagdate

Re: headers and footers

2017-06-28 Thread Karlin High
On 6/28/2017 11:13 AM, William Zeitler wrote: > > * On all pages, in the lower right: "Revision: today's-MM/DD/YY" What I use: % BEGIN LILYPOND CODE \version "2.19.62" tagdate = #(strftime "%m-%d-%Y" (localtime (current-time))) \header { tagline = \markup { $(string-append "Made with LilyPon

Re: headers and footers

2017-06-28 Thread Jacques Menu Muzhic
Hello William, For your second point, you can start with the following « oddFooterMarkup » and adapt it to your needs. JM \version "2.19.40" #(define (fileName) (let* ((args (program-arguments)) (args-len (length args))) (list-ref args (- args-len 1 #(define fileSize

headers and footers

2017-06-28 Thread William Zeitler
I'm still new to Lilypond. I have RTFMed the documentation, but where to begin to do the following eludes me: * After the first page, I want a header like "MyTitle - Page X of Y" * On all pages, in the lower right: "Revision: today's-MM/DD/YY" How would I do that? Many thanks, oh wise ones!

Re: Increase size of headers/footers but not music

2017-06-27 Thread caagr98
On 06/27/2017 09:48 PM, Simon Albrecht wrote: > You have to redefine bookTitleMarkup and/or scoreTitleMarkup in a > stylesheet that you use only for the full score, and enclose the > entire \markup expression in \markup \larger \larger {} or the like. I tried that, but as you pointed out, it does

Re: Increase size of headers/footers but not music

2017-06-27 Thread Simon Albrecht
On 27.06.2017 20:19, caag...@gmail.com wrote: In this piece I'm writing, the headers look perfect on each individual part (A4), but they look ridiculously small in the full score (which is on an A2). Is it possible to automatically scale them without affecting the music, and without affecting t

Increase size of headers/footers but not music

2017-06-27 Thread caagr98
In this piece I'm writing, the headers look perfect on each individual part (A4), but they look ridiculously small in the full score (which is on an A2). Is it possible to automatically scale them without affecting the music, and without affecting the headers on the parts? (Aside from giving a

different margins for headers/footers than systems/score

2017-05-24 Thread Kieren MacMillan
Hello all, In the snippet below, I’m trying to have a “fancy header”, where the inside edge (barline) of the score is aligned with the inside edge of the header, but the outside edge (barline) of the score is aligned to a line in the header *outside of which the page number appears*. I’ve tried

Re: Continuing issues with variable \markup issues in footers

2014-02-19 Thread Eluze
ty of variations! please also keep your answers in the topic! Eluze -- View this message in context: http://lilypond.1069038.n5.nabble.com/Continuing-issues-with-variable-markup-issues-in-footers-tp159549p159554.html Sent from the User mailing list archive at Nabble.com. ___

Continuing issues with variable \markup issues in footers

2014-02-19 Thread Joshua Nichols
So, after taking the advice of the forum, I supplanted the following snippet: oddFooterMarkup = \markup \fill-line { \fontsize #2 \on-the-fly #not-first-page \fromproperty #'page:page-number-string \on-the-fly #first-page \fromproperty #'header:copyright } and compiled. What I'm getting is a

Re: How to get a book twice with different page-footers?

2013-04-11 Thread Ian Hulin
Hi Harm, Many thanks for the work-round, I'd found this problem too a while ago, but am only just catching up with this list. Cheers, :-) Ian On 22/03/13 21:27, Thomas Morley wrote: > Hi Jan-Peter, > > thanks for your reply. > > 2013/3/22 Jan-Peter Voigt : >> Hello Harm, >> >> I don't have a s

Re: Custom footers

2013-03-24 Thread Thomas Morley
pproach I come up with the code below. The book will be processed two times (ofcourse this will nearly double compilation-time). The first run will be deleted. Some more comments and TODOs in the code. \version "2.16.2" %\version "2.12.3" %% Needed to get the all definitions f

Re: How to get a book twice with different page-footers?

2013-03-23 Thread David Kastrup
Thomas Morley writes: > Hi, > > I'm trying to parse a book twice with different footers. > The function below > (thanks to Jan-Peter and Urs > http://lilypond.1069038.n5.nabble.com/Compile-twice-with-different-includes-td140953.html > ) > below works quite nice so lo

Re: How to get a book twice with different page-footers?

2013-03-22 Thread Thomas Morley
Hi Jan-Peter, thanks for your reply. 2013/3/22 Jan-Peter Voigt : > Hello Harm, > > I don't have a solution, but I found, that not-first-page is not defined in > the global space. You can't access it with $(display not-first-page). Yep. That's the problem. > If you (re-)define a procedure #(defi

Re: How to get a book twice with different page-footers?

2013-03-22 Thread Jan-Peter Voigt
Hello Harm, I don't have a solution, but I found, that not-first-page is not defined in the global space. You can't access it with $(display not-first-page). If you (re-)define a procedure #(define (not-first-page layout props arg) (interpret-markup layout props arg)) the example compiles. So p

How to get a book twice with different page-footers?

2013-03-21 Thread Thomas Morley
Hi, I'm trying to parse a book twice with different footers. The function below (thanks to Jan-Peter and Urs http://lilypond.1069038.n5.nabble.com/Compile-twice-with-different-includes-td140953.html ) below works quite nice so long as very simple footers are used. As soon as I try something

Re: Custom footers

2013-03-20 Thread Thomas Morley
stroke" } \vspace #4 \fill-line { \fontsize #1 \center-column { "edited" "by" "me" }

Re: Custom footers

2013-03-20 Thread Marc Hohl
Am 20.03.2013 19:19, schrieb Jérôme Plût: Decimo tertio Kalendas Apriles MMXIII scripsit Thomas Morley : in the code below you'll see increasing page-numbers throughout the book as usual. Ooh, now that I have had the time to read your code, I see what you did, and I like it. The \on-the-fly si

Re: Custom footers

2013-03-20 Thread Jérôme Plût
Decimo tertio Kalendas Apriles MMXIII scripsit Thomas Morley : > in the code below you'll see increasing page-numbers throughout the > book as usual. Ooh, now that I have had the time to read your code, I see what you did, and I like it. The \on-the-fly side-effect is devious (and un-Scheme-like,

Re: Custom footers

2013-03-19 Thread Thomas Morley
2013/3/20 Thomas Morley : > Nevertheless here's the code: > > \version "2.16.2" Hi again, forgot you asked for "2.12.3" Will see tomorrow if it's possible to downgrade. Though, please consider upgrading. Current stable is "2.16.2" Cheers, Harm __

Re: Custom footers

2013-03-19 Thread Thomas Morley
) \draw-hline } \vspace #4 \fill-line { \fontsize #1 \center-column { "edited" "by" "me" } } } } \bookpart {

Re: Custom footers

2013-03-19 Thread Jérôme Plût
Decimo quinto Kalendas Apriles MMXIII scripsit james : > they come from the header. That's what I figured from the documentation about footer markup. But this does not answer my question: is there a way to put in there, for example, a counter that gets incremented at each page and reset at each bo

Re: Custom footers

2013-03-18 Thread james
On Mar 18, 2013, at 8:40 PM, Jérôme Plût wrote: > Postridie Idus Martias MMXIII scripsit Thomas Morley : >> Where do you store the values you want have printed? >> How is the structure of your file(s). >> Which is your version? >> etc >> >> Please post a compilable example. > > I have access to

Re: Custom footers

2013-03-18 Thread Jérôme Plût
Postridie Idus Martias MMXIII scripsit Thomas Morley : > Where do you store the values you want have printed? > How is the structure of your file(s). > Which is your version? > etc > > Please post a compilable example. I have access to lilypond 2.12.3 (Debian stable). I of course already looked

Re: Custom footers

2013-03-17 Thread james
On Mar 15, 2013, at 5:24 PM, Jérôme Plût wrote: > I don't understand how to define custom footers. Is there a hook in > odd/evenpagefooter where I can plug a Scheme function, or are they > limited to the very poor language of \fromproperty and \on-the-fly? > > What I want

Re: Custom footers

2013-03-15 Thread Thomas Morley
2013/3/15 Jérôme Plût : Hi Jérôme, it's not clear to me what you want to achieve. > I don't understand how to define custom footers. Is there a hook in > odd/evenpagefooter where I can plug a Scheme function, or are they > limited to the very poor language of \fromprope

Custom footers

2013-03-15 Thread Jérôme Plût
I don't understand how to define custom footers. Is there a hook in odd/evenpagefooter where I can plug a Scheme function, or are they limited to the very poor language of \fromproperty and \on-the-fly? What I want to do in my case: I have a big PDF file containing all parts for a big pie

Re: Footers on all pages?

2012-10-10 Thread Phil Holmes
ber 10, 2012 4:04 PM Subject: Re: Footers on all pages? Hi Phil, Actually, I did. And it points me to "3.2.2 Custom headers footers and titles" which shows me all kinds of predifined strings for all kinds of headers, but there is no real footer string definition except for the Copyr

Re: Footers on all pages?

2012-10-10 Thread Wim van Dommelen
Hi Phil, Actually, I did. And it points me to "3.2.2 Custom headers footers and titles" which shows me all kinds of predifined strings for all kinds of headers, but there is no real footer string definition except for the Copyright and the Tagline. Nothing for all pages in

Re: Footers on all pages?

2012-10-10 Thread Phil Holmes
Could I suggest a search for the word "footer" in the Notation Reference should give the information you require? -- Phil Holmes - Original Message - From: Wim van Dommelen To: Lilypond User List Sent: Wednesday, October 10, 2012 3:29 PM Subject: Footers on

Footers on all pages?

2012-10-10 Thread Wim van Dommelen
We have a "copyright" footer on page 1 and a "tagline" on the last page. Is it possible to have also footers on all pages in between? All having the same text would do for me. Regards, Wim. ___ lilypond-user mailing list l

Re: Footers outside the type area

2012-02-07 Thread Alexander Kobel
On 2012-02-07 16:04, -Eluze wrote: Hannes Kuhnert-2 wrote: [...] Especially the notes should fill the same area on every page, regardless if there is a footer or not. [...] I don't think this is possible by now - I'll wait a while to see if somebody know a way, and will add a an enhancement req

Re: Footers outside the type area

2012-02-07 Thread -Eluze
Hannes Kuhnert-2 wrote: > > Hello, > > by default footers are part of the regular type area, but I’d like to have > them placed below. > > Especially the notes should fill the same area on every page, regardless > if > there is a footer or not. “foot-separation“

Footers outside the type area

2012-02-06 Thread Hannes Kuhnert
Hello, by default footers are part of the regular type area, but I’d like to have them placed below. Especially the notes should fill the same area on every page, regardless if there is a footer or not. “foot-separation“ and the footer itself would then lie within “bottom-margin“. This would

Re: footers

2010-01-17 Thread Michael S. Morales
Thanks also. On 1/16/2010 10:20 PM, i...@soundand.com wrote: Long ago I was given this to work with and you can alter it as you need. copyright = \markup { \tiny \override #'(baseline-skip . 0.5) \center-column { "CC lic 2.5 some rights reserved your name or whatever 2009" "see http://creati

Re: Footers

2010-01-16 Thread Michael S. Morales
e=datacore@gnu.org on behalf of Michael S. Morales Sent: Sat 16/01/2010 2:54 To: lilypond-user@gnu.org Subject: Footers Is it possible to change the generic footer made by Lilypond for a personalized message including typesetter/maintainer, CC license, contact

RE: Footers

2010-01-15 Thread James Lowe
behalf of Michael S. Morales Sent: Sat 16/01/2010 2:54 To: lilypond-user@gnu.org Subject: Footers Is it possible to change the generic footer made by Lilypond for a personalized message including typesetter/maintainer, CC license, contact info, etc. -- Regards,

Re: Footers

2010-01-15 Thread Colin Campbell
Michael S. Morales wrote: Is it possible to change the generic footer made by Lilypond for a personalized message including typesetter/maintainer, CC license, contact info, etc. Many editors, such as Frescobaldi or LilypondTool with jEdit, allow you to create your own tagline as part of a sco

Footers

2010-01-15 Thread Michael S. Morales
Is it possible to change the generic footer made by Lilypond for a personalized message including typesetter/maintainer, CC license, contact info, etc. -- Regards, ~Michael~ ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org

Footers

2010-01-15 Thread Michael S. Morales
Is it possible to change the generic footer made by Lilypond for a personalized message including typesetter/maintainer, CC license, contact info, etc. -- Regards, ~Michael~ ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org

Re: Conditional footers, dependent on a page mark?

2008-05-23 Thread Carl Sorensen
Reinhold Kainhofer kainhofer.com> writes: > > PS2: In case you are interested what all my questions are about lately and > what I really did with all the great answers and your help, I put the first > seven pages of my latest edition on our web server: > http://www.fam.tuwien.ac.at/~reinhold/t

Conditional footers, dependent on a page mark?

2008-05-23 Thread Reinhold Kainhofer
In printed scores, there are typically a few pages of introduction and then on the first real score page, the footer displays the copyright notice. I'm trying to implement this in lilypond, too, using the \on-the-fly approach, together with the concepts taken from Nicolas' fancy-headers.ily pack

Re: Footers/headers and line breaks

2006-02-02 Thread Cameron Horsburgh
cordilow (sent by Nabble.com) wrote: > Oh, > > That's awesome! About the HTML, with Lilypond-book, I mean. > > Wow--that makes me happy. All you have to do is surround your lilypond file > in and then type something like lilypond-book -o thePathOfOurputPlusFileName > nameOfFile. > Of course,

Re: Footers/headers and line breaks

2006-02-02 Thread Cameron Horsburgh
cordilow (sent by Nabble.com) wrote: > Hello, > > I was wondering how to create a footer. The documentation talks about them, > but it never says how to make them. So far, I've only been able to make a > footer by using tagline in the header. > > The following does not work, or compile for th

Re: Footers/headers and line breaks

2006-02-02 Thread cordilow (sent by Nabble.com)
the way. View this message in context: Re: Footers/headers and line breaks Sent from the Gnu - Lilypond - User forum at Nabble.com. ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user

Re: Footers/headers and line breaks

2006-02-02 Thread Mats Bengtsson
that matter: \footer { poet = "some poet" composer = "some composer" } As has already been pointed out, the word "header" in \header{...} shouldn't be interpreted verbatim. In the \header{...} block you can include all kind of information related to ti

Footers/headers and line breaks

2006-02-01 Thread cordilow (sent by Nabble.com)
and lyrics) is a picture in between?  That would be extremely nice. Thanks!  Any feedback would be appreciated. View this message in context: Footers/headers and line breaks Sent from the Gnu - Lilypond - User forum at Nabble.com. ___ lilypond-user mail

Re: footers and footer placement

2005-07-31 Thread Nicolas Sceaux
Sean Reed <[EMAIL PROTECTED]> writes: > hi list, > > i have a question concerning footers and footer placement. > > my publisher has a specific standard for their scores, by which the > copyright is to be on the first page in the bottom left hand corner. > also on the

Re: footers and footer placement

2005-07-31 Thread Laura Conrad
> "SR" == Sean Reed <[EMAIL PROTECTED]> writes: SR> my publisher has a specific standard for their scores, by which the SR> copyright is to be on the first page in the bottom left hand corner. SR> also on the first page, the work number is to be in the bottom right SR> ha

footers and footer placement

2005-07-31 Thread Sean Reed
hi list, i have a question concerning footers and footer placement. my publisher has a specific standard for their scores, by which the copyright is to be on the first page in the bottom left hand corner. also on the first page, the work number is to be in the bottom right hand corner, on

Re: margins - headers - footers

2002-07-25 Thread Simon Bailey
y and > input/test/fill-a4.ly. To set the headers and footers, set > the header variables 'head' and 'footer'. Note, though that > the footer is overriden by the 'copyright' variable on the > first page and by the 'tagline' variable on the last page

Re: margins - headers - footers

2002-07-25 Thread Mats Bengtsson
Take a look at the files input/test/ly2dvi-testpage.ly and input/test/fill-a4.ly. To set the headers and footers, set the header variables 'head' and 'footer'. Note, though that the footer is overriden by the 'copyright' variable on the first page and by the '