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 n
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 tabl
> 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)
> 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:
\bo