[EMAIL PROTECTED] 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   |   [EMAIL PROTECTED]    | http://www.cs.uu.nl/~hanwen/


_______________________________________________
Gnu-music-discuss mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/gnu-music-discuss

Reply via email to