Re: Conditional paper block

2017-12-15 Thread Br. Samuel Springuel
In Frescobaldi you can choose the Engrave (custom) option which lets you add to the command line, and remembers the last used setting. I'd never noticed that option. However, after trying it I don't like that it pulls up the dialog each time. This slows me down because it requires me to

Re: Conditional paper block

2017-12-15 Thread Edward Neeman
In Frescobaldi you can choose the Engrave (custom) option which lets you add to the command line, and remembers the last used setting. But I think your solution is better. Best, Edward -- Dr. Edward Neeman Adjunct Instructor, South Georgia State College Collaborative Pianist,

Re: Conditional paper block

2017-12-14 Thread Br. Samuel Springuel
Absent a way to make Frescobaldi apply the command-line argument, I came up with the following solution: To the lyluatex preamble I added a flag which indicated the use of lyluatex (similar to what lilypond-book does): #(define inside-lyluatex #t) This change has been merged into

Re: Conditional paper block

2017-12-13 Thread David Wright
On Tue 12 Dec 2017 at 13:34:18 (-0500), Br. Samuel Springuel wrote: > On 2017-12-12 12:08 PM, David Wright wrote: > >You can set the default paper-size with a -d option in the LP command > >line. See p10 of the "Usage" manual (2.19.80 page ref.). > > That works perfect from the command line. Is

Re: Conditional paper block

2017-12-12 Thread Br. Samuel Springuel
On 2017-12-12 12:08 PM, David Wright wrote: You can set the default paper-size with a -d option in the LP command line. See p10 of the "Usage" manual (2.19.80 page ref.). That works perfect from the command line. Is it possible to get Frescobaldi to apply this option when running LilyPond?

Re: Conditional paper block

2017-12-12 Thread David Wright
On Tue 12 Dec 2017 at 10:52:40 (-0500), Br. Samuel Springuel wrote: > I have a project in which I'm including a bunch of scores into a pdf > document using lyluatex. In the final product, lyluatex handles > figuring out what the appropriate line width is for the scores and > passes that

Conditional paper block

2017-12-12 Thread Br. Samuel Springuel
I have a project in which I'm including a bunch of scores into a pdf document using lyluatex. In the final product, lyluatex handles figuring out what the appropriate line width is for the scores and passes that information to lilypond by adding a header to score before processing. During