Re: Staff sizes...

2010-10-06 Thread Trevor Daniels
Arno Waschk wrote Wednesday, October 06, 2010 1:27 PM why does the following: [snip> give a small piano part (which i expected) but a normal sized bassPart Staff? It does give a small bassPart here (2.13.34). What do you have in bassPart? Trevor __

Staff sizes...

2010-10-06 Thread Arno Waschk
dear list, why does the following: << \new Staff \with { fontSize = #-8 \override StaffSymbol #'staff-space = #(magstep -8) \override StaffSymbol #'thickness = #(magstep -8) } {\bassPart} \new PianoStaff \with { fontSize = #-8 \override StaffSymbol #'staff-space = #(m

Re: Help on changing staff sizes

2007-12-06 Thread Till Rettig
al Cc: lilypond-devel; [EMAIL PROTECTED] Subject: Re: Help on changing staff sizes Sorry, I try to say it in a way that it might be added to the docs. In 5.2.1 the @refbugs (line 495 in spacing.itely on master) it states: "@code{layout-set-staff-size} does not change the distance between

RE: Help on changing staff sizes

2007-12-05 Thread Trevor Daniels
Of > Till Rettig > Sent: 05 December 2007 16:49 > To: Graham Percival > Cc: lilypond-devel; [EMAIL PROTECTED] > Subject: Re: Help on changing staff sizes > > > Sorry, I try to say it in a way that it might be > added to the docs. > > In 5.2.1 the @refbugs

Re: Help on changing staff sizes

2007-12-05 Thread Till Rettig
Sorry, I try to say it in a way that it might be added to the docs. In 5.2.1 the @refbugs (line 495 in spacing.itely on master) it states: "@code{layout-set-staff-size} does not change the distance between the staff lines." Could we add a sentence: "Use instead the pair fontSize

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