Simple sample :
% ****************************************************************
%different-Staff-size

One = \relative c' { c d e f g a b c}
Two = \One

 \new Staff \with {
            fontSize = #-4
            \override StaffSymbol #'staff-space = #(magstep -4)
         }
        { \One }

 \new Staff \with {
        fontSize = #4
        \override StaffSymbol #'staff-space = #(magstep 4)
        }
        { \Two }

% ****************************************************************

--
Martial





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

Reply via email to