lilypond-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bookpart without pagebreak?


From: Stefan Thomas
Subject: bookpart without pagebreak?
Date: Tue, 30 Aug 2022 13:38:52 +0200

Dear community,
I would like to know how  the pagebreak could be avoided between the two "movements" in the below quoted snippet:
\version "2.22.0"
\header { title = "My great Work"
  composer ="Stefan Thomas"
   }
Music = \relative c' {c4 d e f g1   }
titleI = \header {  
  title = ""
  subtitle = "First Movement"
}
\bookpart {
\titleI
  \score { \new Staff \Music }
}

Music = \relative g'  { \time 2/4 g4 e8 f g4 e c1  }
titleII = \header {  
  title = ""
  composer=""
  subtitle = "Second Movement"
}
\bookpart {
\titleII
  \score { \new Staff \Music }
}

reply via email to

[Prev in Thread] Current Thread [Next in Thread]