...and I just realized that I can use \once for that purpose! Thank you for
helping me through this!
On Tue, Dec 3, 2024 at 4:25 PM Eric Benson wrote:
> OK, I see the problem. Since my page breaks are nearly always explicit, I
> could get the effect I need if there was a way to say "
the first
line on the new page, but not after the beginning of the second line on the
new page. If I could do both at the same place I could just combine them
with my explicit \pageBreak.
On Tue, Dec 3, 2024 at 2:27 PM David Kastrup wrote:
> Eric Benson writes:
>
> >> On Fri, Nov
Any thoughts? Anyone?
On Fri, Nov 29, 2024 at 1:13 PM Eric Benson wrote:
> I'm making lead sheets, where, unlike common practice, the key signature
> and clef are not usually shown at the beginning of each line. LilyPond
> makes this easy to control, with
>
> \overr
I'm making lead sheets, where, unlike common practice, the key signature
and clef are not usually shown at the beginning of each line. LilyPond
makes this easy to control, with
\override Score.Clef.break-visibility = #all-invisible
and
\override Score.KeySignature.break-visibility = #all-invisib
l now. I might have some other uses
for them.
On Fri, Apr 26, 2024 at 8:15 AM David Wright
wrote:
> On Fri 26 Apr 2024 at 07:59:09 (-0700), Aaron Hill wrote:
> > On 2024-04-26 7:44 am, Eric Benson wrote:
> > > I see. How hard would it be to write a Scheme function that would
&g
marks in my application.
On Fri, Apr 26, 2024 at 6:48 AM David Wright
wrote:
> On Thu 25 Apr 2024 at 22:16:21 (-0700), Eric Benson wrote:
> > Is this intentional or desired?
>
> AIUI this is one of the reasons \textMark was invented, so that
> multiple text marks could be placed
Is this intentional or desired? If so, is there a way to prevent this from
happening?
On Thu, Apr 25, 2024 at 10:09 PM Aaron Hill
wrote:
> On 2024-04-25 9:43 pm, Eric Benson wrote:
> > I took one of the NoteName examples from the documentation and dropped
> > a
> > \textMar
I took one of the NoteName examples from the documentation and dropped a
\textMark in the middle of it, and there is an extra copy of that text mark
for each NoteName staff.
nntest.ly
Description: Binary data
nntest.pdf
Description: Adobe PDF document
I'm just starting to try out the new-ish \repeat segno feature. I want to
customize the labels. Is there a way to change the text that is used? Also,
I'm not sure how to combine \repeat volta with \repeat segno. Can I put a
"to coda" mark in the middle of the body of a \repeat volta?
I'm using \transpose pretty heavily, and I'm running into an issue I don't
quite know how to solve. I'm aware of the \naturalizeMusic hack described
in the LilyPond documentation. I'm looking for something similar, but for
key signatures. When a \key specification gets transposed, I would like to
i
One limitation to keep in mind is that you must not put lilypond page
numbers in the scores, because pdfpages needs to write its own page numbers
that correspond to the ToC.
On Mon, Feb 12, 2024 at 2:42 PM Eric Benson wrote:
> I should say that aside from wasting space on repeated font data,
I should say that aside from wasting space on repeated font data, my
technique of using pdfpages in LaTeX is very effective and not
difficult, including a mechanism for starting two-page scores on even
pages. Here's my template:
On Mon, Feb 12, 2024 at 2:27 PM Charlie Ma wrote:
> I should add th
I have a growing collection of one- or two-page scores that I want to
assemble into books, each with a table of contents. I've been using LaTeX's
pdfpages package for this purpose, just pulling together all the LilyPond
pdf output with page numbers added and a ToC on the front. This method
works pr
Thanks. Yes, this looks like it will work for my needs.
On Fri, May 5, 2023 at 2:36 PM Jean Abou Samra wrote:
> Le vendredi 05 mai 2023 à 11:02 -0700, Eric Benson a écrit :
>
> Would there be a way to conditionally include a \pageBreak at top level?
> E.g. \if #(some-predicate)
r getting page
> layout
> commands into a markup. Of course this can be limiting if you want to do
> complex formatting of markups and markuplists, but Lilypond is a music
> engraving software, not a typesetting or text layouting software.
> Lilypond’s
> handling of text is q
Well then, sorry for bothering you all! I don't know how I confused myself
so badly, but I'm just glad to be out of that hole! I think I tried to put
the \pageBreak inside the \markup, which definitely does not work.
On Thu, May 4, 2023 at 4:24 PM Kieren MacMillan
wrote:
> Hi Eric,
>
> > Oh! I t
Oh! I think this is new behavior. I have struggled with this in previous
versions, but I guess it works now! Thank you!
On Thu, May 4, 2023 at 3:44 PM Jean Abou Samra wrote:
> Le jeudi 04 mai 2023 à 15:17 -0700, Eric Benson a écrit :
>
> \pageBreak doesn't work outside of a \
;
> \book {
> \bookpart {
> TEXT
> MUSIC
> \pageBreak (if you need)
> MORE TEXT
> MORE MUSIC
> }
> \bookpart {
> ...
> }
> }
>
> Hwaen Ch'uqi
>
>
> On 5/4/23, Eric Benson wrote:
> > I find myself doing this more than once:
> >
>
I find myself doing this more than once:
Enter a score.
Enter some notes as markup text.
Enter another score.
Between the notes and the second score, I want a page break. I don't see
how to do this. \pageBreak doesn't work outside of a \score, nor at the
very beginning of a \score. How can I fo
I'm testing 2.23.81 with my scores that have been working in 2.22.2, and I
notice that the file titling-init.ly and the corresponding documentation
page notation/custom-titles-headers-and-footers have changed a great deal.
Is there any guidance available for how to change our scores from the old
in
Years ago, this was posted by David Stocker. I've adopted it for my own use
and added one more entry for convenience, "daCapo".
https://github.com/neonscribe/lilypond-hacks/blob/main/modern-codas.ily
21 matches
Mail list logo