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
*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
\
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
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
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
:-/
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
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
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
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
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!
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
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
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
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
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.
___
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
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
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
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
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
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
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
stroke" }
\vspace #4
\fill-line {
\fontsize #1
\center-column {
"edited"
"by"
"me"
}
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
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,
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
__
) \draw-hline }
\vspace #4
\fill-line {
\fontsize #1
\center-column {
"edited"
"by"
"me"
}
}
}
}
\bookpart {
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
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
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
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
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
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
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
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
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
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
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
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“
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
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
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
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,
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
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
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
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
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
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,
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
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
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
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
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
> "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
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
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
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 '
58 matches
Mail list logo