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
__
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
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
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
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
> 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
[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
[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