First of all, remove the \book{, since having a single \book{...} block in
a .ly file is equivalent to not having one at all (unless you use the file in
lilypond-book).

Secondly, move the #(set-global-staff-size 18) command outside of
\score{...}.

   /Mats

Gauvain Pocentek wrote:

Hi list,

I'm using \book to typeset Satie's Parade. My master file looks like this:

\book {
 \header {
   title = "Parade"
   composer = "Erik Satie"
 }
 \score {
   \new Staff {\set Score.skipBars = ##t #(set-global-staff-size 18)
\choralsax}
   \header {
     subtitle = "Choral"
   }
 }
 \score {
     \new Staff {\set Score.skipBars = ##t #(set-global-staff-size 18)
\preludesax}
    \header {
     subtitle = "Prélude du Rideau rouge"
   }
 }
.....
}


#(set-global-staff-size 18) doesn't work at all. Is this a bug, or is
there something I missed?

Gauvain

        

        
                
___________________________________________________________________________ Nouveau : téléphonez moins cher avec Yahoo! Messenger ! Découvez les tarifs exceptionnels pour appeler la France et l'international.
Téléchargez sur http://fr.messenger.yahoo.com



_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user

--
=============================================
        Mats Bengtsson
        Signal Processing
        Signals, Sensors and Systems
        Royal Institute of Technology
        SE-100 44  STOCKHOLM
        Sweden
        Phone: (+46) 8 790 8463                         
       Fax:   (+46) 8 790 7260
        Email: [EMAIL PROTECTED]
        WWW: http://www.s3.kth.se/~mabe
=============================================



_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to