searchfgold wrote:
> 
> I did that and it didn't work, but then I used \bookpart as well it it
> worked smoothly again after a few ... lilypond crashes.
> 
i have tried 

\book {
  \bookpart {
    \score {
      \new PianoStaff <<
        \new Staff = "upper" <<
          \new Voice { \upperVoiceRightHand }
          \new Voice { \lowerVoiceRightHand }
        >>
        \new Staff = "lower" <<
          \new Voice { \upperVoiceLeftHand }
          \new Voice { \lowerVoiceLeftHand }
        >>
      >>
    }
    \header {
      title = "_______________________________"
      %composer = "Richie Gress"
      copyright = "© 2010 Richie Gress"
      %piece = "Ice Waltz"
      subtitle = "I. Ice Waltz"
    }
  }
  \bookpart {
    \score {
      \new PianoStaff <<
        \new Staff = "upper2" <<
          \new Voice { \upperVoiceRightHandb }
        >>
        \new Staff = "lower2" <<
          \new Voice { \upperVoiceLeftHandb }
        >>
      >>
    }
    \header {
      title = "_______________________________"
      subtitle = "II. Folle Vecchia Insegnante Musica"
      copyright = "© 2010 Richie Gress"
    }
  }
}

… and i got both the titles + subtitles (just a little complaint about
colliding notes…)
hope this is what you need!


-- 
View this message in context: 
http://old.nabble.com/Lilypond-12.2.2-doesn%27t-do-%5Cheader--tp28475799p28491452.html
Sent from the Gnu - Lilypond - User mailing list archive at Nabble.com.



_______________________________________________
lilypond-user mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to