lilypond-user
[Top][All Lists]
Advanced

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

Re: How to do, on the same page, parts 'Tutti' size 12 and parts 'Solo


From: Martial
Subject: Re: How to do, on the same page, parts 'Tutti' size 12 and parts 'Solo' size 20
Date: Tue, 27 Jun 2006 09:11:34 +0200
User-agent: Thunderbird 1.5.0.4 (Windows/20060516)

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







reply via email to

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