On 04/04/2012 5:58 AM, Tao Cumplido wrote:
I would like to reduce the staff-size of the lilypond output and using #(set- global-staff-size 16) in the lilypond code doesn't work so I guess I need to change the lilypond-book options [staffsize=16] but I can't seem to do it from within Lyx.
You could make your own customized version of the lilypond.module file. See Help > Customization, especially read about LatexParam under Section 5.3.9 Flex insets and InsetLayout. So basically copying lilypond.module to your user directory (usually under ~/.lyx/layouts/) and adding the line
LatexParam "staffsize=16" in the relevant place. -- Julien
