lilypond-user
[Top][All Lists]
Advanced

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

ragged-bottom in a multi-score book


From: Adrien
Subject: ragged-bottom in a multi-score book
Date: Thu, 31 Aug 2006 13:16:02 +0000 (UTC)
User-agent: Loom/3.14 (http://gmane.org/)

version 2.8.3

Hello,
I'm making a book wich contains a lot of different scores :

--- the "book" file : ---

\include "firstscore.ly"
\include "secondscore.ly"
...

\book {
   \header {}

   \score {
      \firstmusic
      \header {
         breakbefore = ##t
      }
   }

   \score {
      \secondmusic
      \header {
         breakbefore = ##t
      }
   }

...

}

--- end of "book" file ---


each of the piece is a file with this structure :

--- firstscore.ly ---

firstmusic = {
   %the notes
}

--- end of "firstscore.ly" ---


My problem is :
How can I tell Lily that I want to use the "ragged-bottom" function fore some 
of the scores and not for the others ?ยจ

Thanks

Adrien





reply via email to

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