2007/7/29, Werner LEMBERG <[EMAIL PROTECTED]>: > look at this example: > > \new Staff \with { > % fontSize = #-4 > % \override StaffSymbol #'staff-space = #(magstep -4) > } > { > c''-\tweak #'extra-offset #'(2 . 6) > -\markup \stencil #(ly:bracket Y '(0 . 5) 0.2 1) > } > > What am I missing? Help, please.
The stencil command is (partly) to blame. Stencils are passed as is to the backend. The set-global-staff-size command actually sets the scaling in the final postscript, so that 1.0 distance unit in the stencil is exactly one global staff space. If you want a foolproof solution, define a markup-command, that constructs the brackets, and adjusts lengths with the magstep of font-size. -- Han-Wen Nienhuys - [EMAIL PROTECTED] - http://www.xs4all.nl/~hanwen _______________________________________________ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user