> 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




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

Reply via email to