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

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

Re: thickness of the Staff's lines


From: Han-Wen Nienhuys
Subject: Re: thickness of the Staff's lines
Date: Sat, 28 Jul 2001 14:03:35 +0200

address@hidden writes:
> Le Vendredi 27 Juillet 2001 14:49, vous avez écrit :
> > Try something like:
> >
> >    stafflinethickness = \staffspace / 20.0
>               Hello,
>       Aroud 20.0 It's only change the thickness of the stem line.
> When I use 1.0 for value, I get staff lines and beams lines *realy* big.
>       Am I wrong in with the value I use ?


stafflinethickness is named a little ineptly: it governs the global
thickness of the printout. If you want to change staff lines only, you
have to twiddle with the #'thickness property of StaffSymbol, eg

     \translator { \StaffContext StaffSymbol \override #'thickness =
     #0.8 }

(this means: change thickness to 0.8 * stafflinethickness.)


-- 

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




reply via email to

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