bug-gnu-music
[Top][All Lists]
Advanced

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

Individual staff sizes?


From: Han-Wen Nienhuys
Subject: Individual staff sizes?
Date: Tue, 30 Jan 2001 13:01:29 +0100

address@hidden writes:
> I tried to update input/test/staff-size.ly but don't
> manage to set the staff-space separately for each 
> staff.
> 
> When I do
> \property Staff.StaffSymbol \override #'staff-space = #0.8
> nothing happens. 
> On the other hand, when I do 
> \paper{
>   \translator{\StaffContext
>     StaffSymbol \override #'staff-space = #0.8
>   }
> }
> the setting works, but that's of course unusuable since
> all the staffs get the same size.

ok, try this

  \context Staff \outputproperty #(make-type-checker
    'staff-symbol-interface)
      #'staff-space = #0.8

I'll see if I can come up with more elegant solutions for your problems.
-- 

Han-Wen Nienhuys   |   address@hidden    | http://www.cs.uu.nl/~hanwen/




reply via email to

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