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 inte
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, Valdost
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 the
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 i
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? I
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 informatio
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 th