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:[email protected]
http://jeberger.free.fr
Jabber: [email protected]



Attachment: signature.asc
Description: OpenPGP digital signature

_______________________________________________
lilypond-user mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to