Is it possible to use lilypond-book options with the LilyPond module?

2012-04-04 Thread Tao Cumplido
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.



Re: Is it possible to use lilypond-book options with the LilyPond module?

2012-04-04 Thread Julien Rioux

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



Re: Is it possible to use lilypond-book options with the LilyPond module?

2012-04-04 Thread Tao Cumplido
Julien Rioux jrioux at physics.utoronto.ca writes:

 
 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.
 

Thanks, I will look into it.
Well, as soon as I get the lilypond-module not to fail anymore.



Is it possible to use lilypond-book options with the LilyPond module?

2012-04-04 Thread Tao Cumplido
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.



Re: Is it possible to use lilypond-book options with the LilyPond module?

2012-04-04 Thread Julien Rioux

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



Re: Is it possible to use lilypond-book options with the LilyPond module?

2012-04-04 Thread Tao Cumplido
Julien Rioux jrioux at physics.utoronto.ca writes:

 
 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.
 

Thanks, I will look into it.
Well, as soon as I get the lilypond-module not to fail anymore.



Is it possible to use lilypond-book options with the LilyPond module?

2012-04-04 Thread Tao Cumplido
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.



Re: Is it possible to use lilypond-book options with the LilyPond module?

2012-04-04 Thread Julien Rioux

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



Re: Is it possible to use lilypond-book options with the LilyPond module?

2012-04-04 Thread Tao Cumplido
Julien Rioux  physics.utoronto.ca> writes:

> 
> 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.
> 

Thanks, I will look into it.
Well, as soon as I get the lilypond-module not to fail anymore.