Re: Custom page numbers in table of contents

2020-11-06 Thread Noah Landis
> The tocitem needs to go right above or in each score block. You've put them
> on the same page as your table of contents, which is why they're displaying
> the same page number.
Oh man, sorry for all that then. I more or less just copied a snippet
from the manual; more specifically this one:

\book {
  \markuplist \table-of-contents
  \tocItem \markup { Allegro }
  \tocItem \markup { Largo }
\markup \null
}



Re: Custom page numbers in table of contents

2020-11-06 Thread Noah Landis
> Could you provide an actual skeletal example of what you described?
Sure. Since I sent the last email I actually started to section the
pages with \bookpart instead of \pageBreak, but it is still happening
nonetheless.

\version "2.20.0"

\paper {
  (formatting stuff)
}

\layout {
  (staff size)
}

\bookpart {
(copyright in \header)
  (big title on first page with \markup)
}

\bookpart {
  \markuplist \table-of-contents
  \tocItem \markup { (piece one) }
  \tocItem \markup { (piece two) }
  \tocItem \markup { (piece three) }
  \markup \null
}

\bookpart {
  (tagline in \header)

score {
  (\header)
(\new Staff)
}
score {
  (\header)
(\new Staff)
}
score {
  (\header)
(\new Staff)
}
}



Custom page numbers in table of contents

2020-11-05 Thread Noah Landis
Hello list,

I have two uses of \pageBreak making three total pages. There is a
title page on the first, my table of contents (using
\table-of-contents) on the second, and some songs on the third.

Currently the table of contents is displaying for song, the same page
number as the one that the table of contents is itself on (the table
of contents is on page 0 and says the songs are as well, which they
aren't).

How do I manually change the page number displayed for the songs in
\table-of-contents?

Thank you in advance.



\note within \markup

2020-11-03 Thread Noah Landis
Hi list!

I have separated block of text using \markup that looks something like
this:

\markup {
"To play" \note #"8" #1 "stop the."
}

But I can't figure out how to make two 8th notes (staccato) connected
by a beam using this \note command?

I need it to look like this:

c8[\staccato c8]\staccato

If this is not possible with \note within \markup, any work-around
would be appreciated. Thank you in advance.


signature.asc
Description: PGP signature