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: Karl Hammar
Subject: Re: How to do, on the same page, parts 'Tutti' size 12 and parts 'Solo' size 20
Date: Tue, 27 Jun 2006 10:01:32 +0200

> 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

 This is what I did in 2.4.2:
http://turkos.aspodata.se/noter/dido_et_aeneas/actA1.ly
which looks like the same solution as yours.

Regards,
/Karl






reply via email to

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