I post a possible workaround for the problem of the commentary that does not
stick to the score:
I found the TeX command \nobreak that inhibits TeX to change page in that
point. Thus, by putting \nobreak just after the commentary macro the comment
sticks to the score. I guess that one could also redefine the macro itself (in
gregoriotex.tex I found
\def\commentary#1{%
\vbox{\hfill\hbox{#1}}%
\relax %
}
and maybe one could write
\def\commentary#1{%
\vbox{\hfill\hbox{#1}}\nobreak%
\relax %
}
but I don't really know, I'm just extrapolating my little LaTeX knowledge...
I have another question: with \nobreak I solved the problem of the commentary
on one page and the score on the other. Still, I'm not happy: there is a big
underfull box (the page has a lot of white space at the end) because the score
itself is not splitted on two pages. So I ask: is there an internal setting
that inhibits gregorio to split a score on more pages? The score is a
responsory and it's only three lines. Maybe one doesn't want "widow pages"?
Thanks,
Lorenzo
_______________________________________________
Gregorio-users mailing list
[email protected]
https://mail.gna.org/listinfo/gregorio-users