Thank you guys. I tried the way Mark suggested before and I get the same
result of III. being shown on the first page. So still not seeming to
understand.

I have also tried the include-all-headings=##t which doesn't seem to change
anything. What I have is:
\version "2.20.0"

\paper {
 %system-system-spacing,  #' basic-distance = #25
 systems-per-page =  6
 print-all-headers = ##f
}

\header {
  title = "Circle"
   subtitle = \markup { "I."  }
  composer = \markup {
   \center-column {

    "Molly Preston"
    (2020)
     }
  }
    tagline = ##f
}


\include "Circle_mvt1.ly"
\pageBreak



\include "Circle_mvt2.ly"
\pageBreak
\include "Circle_mvt3.ly"


My ly files are set up as :

\header {
}
upper =
lower =


\score {
  \new PianoStaff = "piano" <<
    \set PianoStaff.instrumentName = #"Piano"
      \new Staff = "upper"{  \upper }
      \new Staff = "lower" { \lower }
       >>
}

On Thu, Oct 15, 2020 at 1:11 PM <lilypond-user-requ...@gnu.org> wrote:

> Send lilypond-user mailing list submissions to
>         lilypond-user@gnu.org
>
> To subscribe or unsubscribe via the World Wide Web, visit
>         https://lists.gnu.org/mailman/listinfo/lilypond-user
> or, via email, send a message with subject or body 'help' to
>         lilypond-user-requ...@gnu.org
>
> You can reach the person managing the list at
>         lilypond-user-ow...@gnu.org
>
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of lilypond-user digest..."
>
>
> Today's Topics:
>
>    1. Re: compiling sonata with \include (Xavier Scheuer)
>    2. Re: compiling sonata with \include (Molly Preston)
>    3. one system in the last page (Martín Rincón Botero)
>    4. Re: one system in the last page (Xavier Scheuer)
>    5. Cut Common Time signature (Ritchie Fraser)
>
>
> ----------------------------------------------------------------------
>
> Message: 1
> Date: Thu, 15 Oct 2020 18:16:51 +0200
> From: Xavier Scheuer <x.sche...@gmail.com>
> To: Molly Preston <mollypresto...@gmail.com>
> Cc: lilypond-user <lilypond-user@gnu.org>
> Subject: Re: compiling sonata with \include
> Message-ID:
>         <
> cadgqhrfzpaz5uzuhtp5obh2ezb0kkyp1tre5tzob+huhywf...@mail.gmail.com>
> Content-Type: text/plain; charset="utf-8"
>
> On Thu, 15 Oct 2020 at 18:00, Molly Preston <mollypresto...@gmail.com>
> wrote:
> >
> > Hello. I am confused by the hierarchy of headings. I have read about it
> in the manuals and still find it confusing.
> >
> > I am trying to use \include to compile my sonata. The score block and
> headings are in each file.
> >
> > I basically just have this:
> >
> > \include "Circle_mvt1.ly"
> > \pageBreak
> > \include "Circle_mvt2.ly"
> > \pageBreak
> > \include "Circle_mvt3.ly"
> >
> > The third movement's heading is what's being shown on the first page.
> That is why I ask about the hierarchy of headings. I tried putting the
> headings in this file instead of in each individual file.
>
> Hello,
>
> Difficult to answer if you do not show us what is present in your files...
> I guess it is each time a \score block and its corresponding \header block.
>
> Anyway, I guess what you are looking for is
> \paper {
>   print-all-headers = ##t
> }
>
> But instead of putting these manual \pageBreak it would be more interesting
> to use \bookpart.
> All this is documented in NR 3.2 Titles and headers and NR 3.1.5 File
> structure.
>
> Personally for works with several movements I have customized the
> headers (scoreTitleMarkup,
> see NR 3.2.2) and use a custom "movement" field.
>
> Cheers,
> Xavier
>
> --
> Xavier Scheuer <x.sche...@gmail.com>
> -------------- next part --------------
> An HTML attachment was scrubbed...
> URL: <
> https://lists.gnu.org/archive/html/lilypond-user/attachments/20201015/4acce62c/attachment.html
> >
>
> ------------------------------
>
> Message: 2
> Date: Thu, 15 Oct 2020 12:22:33 -0400
> From: Molly Preston <mollypresto...@gmail.com>
> To: Xavier Scheuer <x.sche...@gmail.com>
> Cc: lilypond-user <lilypond-user@gnu.org>
> Subject: Re: compiling sonata with \include
> Message-ID:
>         <CAEOA4P7-G6Rqr3U5H77C=08=JZdQRYKOjKgMGRqi517cQjGB=
> q...@mail.gmail.com>
> Content-Type: text/plain; charset="utf-8"
>
> I tried the print-all-headers = ##t and it didn't work.
> I also tried \bookpart around the \include and it gave me fatal errors.
>
> I have looked at the documents you reference, but I will have to look at
> the TitleMarkup I think.
>
> Thank you for directing me.
>
> On Thu, Oct 15, 2020 at 12:17 PM Xavier Scheuer <x.sche...@gmail.com>
> wrote:
>
> > On Thu, 15 Oct 2020 at 18:00, Molly Preston <mollypresto...@gmail.com>
> > wrote:
> > >
> > > Hello. I am confused by the hierarchy of headings. I have read about it
> > in the manuals and still find it confusing.
> > >
> > > I am trying to use \include to compile my sonata. The score block and
> > headings are in each file.
> > >
> > > I basically just have this:
> > >
> > > \include "Circle_mvt1.ly"
> > > \pageBreak
> > > \include "Circle_mvt2.ly"
> > > \pageBreak
> > > \include "Circle_mvt3.ly"
> > >
> > > The third movement's heading is what's being shown on the first page.
> > That is why I ask about the hierarchy of headings. I tried putting the
> > headings in this file instead of in each individual file.
> >
> > Hello,
> >
> > Difficult to answer if you do not show us what is present in your
> files...
> > I guess it is each time a \score block and its corresponding \header
> block.
> >
> > Anyway, I guess what you are looking for is
> > \paper {
> >   print-all-headers = ##t
> > }
> >
> > But instead of putting these manual \pageBreak it would be more
> > interesting to use \bookpart.
> > All this is documented in NR 3.2 Titles and headers and NR 3.1.5 File
> > structure.
> >
> > Personally for works with several movements I have customized the
> headers (scoreTitleMarkup,
> > see NR 3.2.2) and use a custom "movement" field.
> >
> > Cheers,
> > Xavier
> >
> > --
> > Xavier Scheuer <x.sche...@gmail.com>
> >
> >
> -------------- next part --------------
> An HTML attachment was scrubbed...
> URL: <
> https://lists.gnu.org/archive/html/lilypond-user/attachments/20201015/cee25817/attachment.html
> >
>
> ------------------------------
>
> Message: 3
> Date: Thu, 15 Oct 2020 18:37:06 +0200
> From: Martín Rincón Botero <martinrinconbot...@gmail.com>
> To: Lilypond-User Mailing List <lilypond-user@gnu.org>
> Subject: one system in the last page
> Message-ID:
>         <CAG9pZzVE-DSZhDvyNzF9LSCrTH7fLK4Las6i=
> qk_ayf2zb0...@mail.gmail.com>
> Content-Type: text/plain; charset="utf-8"
>
> Hello,
>
> not that it's something too difficult to fix with manual \pageBreaks, but
> is there any way I can tell Lilypond to never put a single system on the
> last page if there's more than one page, unless the last system takes up
> the "whole" page (f.ex. in a piece for orchestra)? I have the feeling that
> with all the intelligence of its fabulous engine, Lilypond should know
> about this already. Or am I missing something?
>
> Regards,
> Martín.
>
> --
> www.martinrinconbotero.com
> -------------- next part --------------
> An HTML attachment was scrubbed...
> URL: <
> https://lists.gnu.org/archive/html/lilypond-user/attachments/20201015/27dbc9ae/attachment.html
> >
>
> ------------------------------
>
> Message: 4
> Date: Thu, 15 Oct 2020 18:55:48 +0200
> From: Xavier Scheuer <x.sche...@gmail.com>
> To: Martín Rincón Botero <martinrinconbot...@gmail.com>
> Cc: Lilypond-User Mailing List <lilypond-user@gnu.org>
> Subject: Re: one system in the last page
> Message-ID:
>         <CADGqHRcFK5YXCLS+kKeB1u=cgmorArMuB3xz=
> l-jayurnhj...@mail.gmail.com>
> Content-Type: text/plain; charset="utf-8"
>
> On Thu, 15 Oct 2020 at 18:37, Martín Rincón Botero <
> martinrinconbot...@gmail.com> wrote:
> >
> > Hello,
> >
> > not that it's something too difficult to fix with manual \pageBreaks, but
> is there any way I can tell Lilypond to never put a single system on the
> last page if there's more than one page, unless the last system takes up
> the "whole" page (f.ex. in a piece for orchestra)? I have the feeling that
> with all the intelligence of its fabulous engine, Lilypond should know
> about this already. Or am I missing something?
>
> Hi Martín,
>
> Not exactly what you are asking but
> \paper {
>   ragged-last-bottom = ##f
> }
> won't probably put a single system on the last page (unless it is taking a
> whole page).
>
> \paper {
>   min-systems-per-page = #2
> }
> is another possibility.
>
> Cheers,
> Xavier
>
> --
> Xavier Scheuer <x.sche...@gmail.com>
> -------------- next part --------------
> An HTML attachment was scrubbed...
> URL: <
> https://lists.gnu.org/archive/html/lilypond-user/attachments/20201015/f2396365/attachment.html
> >
>
> ------------------------------
>
> Message: 5
> Date: Thu, 15 Oct 2020 17:26:07 +0100
> From: Ritchie Fraser <euphoge...@gmail.com>
> To: lilypond-user@gnu.org
> Subject: Cut Common Time signature
> Message-ID: <04a6f614-9109-76b6-1f53-83dee3643...@gmail.com>
> Content-Type: text/plain; charset=utf-8; format=flowed
>
> Hello all,
>
> I am trying the engrave a Cut Common time signature (Capital C with a
> vertical line through it) and the beginning of the stave and can't find
> out how to achieve this.
>
> I have scoured the lilypond docs online but can't find any examples or
> the syntax to use.
>
> "Cut Common" appears in the glossary (alla breve) but does not seem to
> be in the syntax guide:-(
>
> Is this time signature just a brass band thing?
>
> Any help will be most welcome.
>
> Kind regards
>
> Ritchie
>
>
>
>
> ------------------------------
>
> Subject: Digest Footer
>
> _______________________________________________
> lilypond-user mailing list
> lilypond-user@gnu.org
> https://lists.gnu.org/mailman/listinfo/lilypond-user
>
>
> ------------------------------
>
> End of lilypond-user Digest, Vol 215, Issue 75
> **********************************************
>

Reply via email to