Re: Concatenating LilyPond scores with different staff sizes.

2022-02-10 Thread Valentin Petzel
Hello everyone, the problem seems to be that while layout-set-staff-size does set the relevant sizes it does not change the base unit everything is relative to (and which is relative to the global staff size). So one solutions could be to do something to allow scaling of the base unit on

Re: Concatenating LilyPond scores with different staff sizes.

2022-02-10 Thread Jean Abou Samra
Le 09/02/2022 à 17:42, Abraham Lee a écrit :  In my own experimentation, there's no convenient way to get what you want in the same output file. The last call to set-global-staff-size affects the current \book. You can then re-call the command if you explicitly callout another \book after

Re: Concatenating LilyPond scores with different staff sizes.

2022-02-09 Thread Richard Shann
On Wed, 2022-02-09 at 09:42 -0700, Abraham Lee wrote: > Hey, Richard! > > On Wed, Feb 9, 2022 at 9:13 AM Richard Shann > wrote: > > On Wed, 2022-02-09 at 13:00 +, Valentin Petzel wrote: > > > Hello Richard, > > > > > > I do not like to say such things, but read the docs: > > > > >

Re: Concatenating LilyPond scores with different staff sizes.

2022-02-09 Thread Abraham Lee
Hey, Richard! On Wed, Feb 9, 2022 at 9:13 AM Richard Shann wrote: > On Wed, 2022-02-09 at 13:00 +, Valentin Petzel wrote: > > Hello Richard, > > > > I do not like to say such things, but read the docs: > > > http://lilypond.org/doc/v2.23/Documentation/notation/setting-the-staff-size > > > >

Re: Concatenating LilyPond scores with different staff sizes.

2022-02-09 Thread Richard Shann
On Wed, 2022-02-09 at 13:00 +, Valentin Petzel wrote: > Hello Richard, > > I do not like to say such things, but read the docs: > http://lilypond.org/doc/v2.23/Documentation/notation/setting-the-staff-size > > set-global-staff-size is by definition used to set the staffsize > globally. For

Re: Concatenating LilyPond scores with different staff sizes.

2022-02-09 Thread Valentin Petzel
Hello Richard, I do not like to say such things, but read the docs: http://lilypond.org/doc/v2.23/Documentation/notation/setting-the-staff-size set-global-staff-size is by definition used to set the staffsize globally. For affecting one specific score you want to use layout-set-staff-size.

Concatenating LilyPond scores with different staff sizes.

2022-02-09 Thread Richard Shann
To create a single PDF of a full score and parts it is convenient in Denemo to simply concatenate the LilyPond; something like this: \version "2.22.0" #(set-global-staff-size 20) \markup "First" { c d e} #(set-global-staff-size 10) \markup "Second" {e f g} This runs into the problem that the