lilypond-user
[Top][All Lists]
Advanced

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

Re: Lilypond 12.2.2 doesn't do \header?


From: -Eluze
Subject: Re: Lilypond 12.2.2 doesn't do \header?
Date: Fri, 7 May 2010 14:04:45 -0700 (PDT)


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.





reply via email to

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