lilypond-user
[Top][All Lists]
Advanced

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

Re: Global staff size with \book


From: Mats Bengtsson
Subject: Re: Global staff size with \book
Date: Thu, 23 Feb 2006 12:50:02 +0100
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.8) Gecko/20050511

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
address@hidden
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: address@hidden
        WWW: http://www.s3.kth.se/~mabe
=============================================





reply via email to

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