lilypond-user
[Top][All Lists]
Advanced

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

Changing spacing settings between score blocks


From: Jérôme M. Berger
Subject: Changing spacing settings between score blocks
Date: Sat, 28 Jan 2012 18:51:17 +0100
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.8.1.24) Gecko/20111023 Thunderbird/2.0.0.24 Mnenhy/0.7.6.666

        Hi,

        I have a score with several score blocks. Some are solos with a
single staff and some are multipart with multiple staves. I would
like to have different system spacing settings depending on the
score block. I have tried the following, which seems the most
logical to me but does not work:

==============================8<------------------------------
\version "2.14.2"

\paper {
   #(set-paper-size "a4")

   % The default is ok for the solo parts, uncommenting this line is
   % ok for the multistaves parts
%%%   system-system-spacing #'padding = 0.5\cm
}

\score {
   % A single staff here
   \layout { }
}

\score {
   % Multiple staves here
   \layout {
      % This is accepted (no error) but it does affect the output
      system-system-spacing #'padding = 0.5\cm
   }
}
------------------------------>8==============================

        How can I get different paddings in the different score blocks?

        Thanks,
                Jerome
-- 
mailto:address@hidden
http://jeberger.free.fr
Jabber: address@hidden



Attachment: signature.asc
Description: OpenPGP digital signature


reply via email to

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