Re: various staff sizes

2004-01-19 Thread Werner LEMBERG
> In the past making smaller staffs was so painful that noone actually > did it. As a result, we have been rather lax with doing calculations > relative to the current staff symbol. I think that you are looking > at bugs. (reports welcome :-) Uh, oh. It was my hope to avoid this... Werner

various staff sizes

2004-01-19 Thread Han-Wen Nienhuys
[EMAIL PROTECTED] writes: > > fontSize = #-4 > StaffSymbol \set #'staff-space = #(magstep -4) > > within the \with { ... } group is not sufficient: In the smaller > staff, rests under beams are incorrectly positioned; the stem length > under beams is not correct, the dynamic marks are too big

various staff sizes

2004-01-19 Thread Werner LEMBERG
[CVS 2004-01-18 23:13 MET] I want to do the following: \score { << \new Staff \with { #(set-staff-size 5) } { \viol } \new PianoStaff \klav >> } But this doesn't work. Using fontSize = #-4 StaffSymbol \set #'staff-space = #(magstep -4) within t