Re: Tempo Alignment Questions

2018-01-13 Thread Shane Brandes
\override Score.MetronomeMark.extra-offset = #'(x . -y) that will do it you will have to iterate a few guesses to get what you want. Shane On Sat, Jan 13, 2018 at 11:34 PM, Jay Anderson wrote: > I'm unable to find them at the moment, but I've seen threads discussing >

Tempo Alignment Questions

2018-01-13 Thread Jay Anderson
I'm unable to find them at the moment, but I've seen threads discussing general overrides for tempo marks to make them work better (e.g. avoid stacking, better horizontal alignment with other objects). What are the current recommend overrides that you use to get better tempo behavior? The

Re: Center-align a score

2018-01-13 Thread Kieren MacMillan
Hi David, > When 2.19.61 comes out, you'll be able to write > > \overrideProperty > Score.NonMusicalPaperColumn.line-break-system-details #'((extra-offset > . (0.0 . 1.0))) > > to "nudge" a system one staff-space down the page, for example. > > That should be a bit easier to work with than

Re: GSoC applications

2018-01-13 Thread Flaming Hakama by Elaine
> -- Forwarded message -- > From: Urs Liska > To: Carlo Stemberger > Cc: lilypond-user > Subject: Re: GSoC applications > > ... > > Am 09.01.2018 um 19:36 schrieb Karlin High: > > I'm partial to Knut

Re: List of scores for book function

2018-01-13 Thread Simon Albrecht
On 13.01.2018 21:15, Pierre-Luc Gauthier wrote: Holy, what devilry is this? Also, PS: , especially the title-/mouseover-text ;-) ___ lilypond-user mailing list lilypond-user@gnu.org

Re: List of scores for book function

2018-01-13 Thread Simon Albrecht
On 13.01.2018 21:15, Pierre-Luc Gauthier wrote: 2018-01-13 15:04 GMT-05:00 Thomas Morley: @score-list Holy, what devilry is this? List splicing – prefixing with @ inserts all the elements of the list separately. Best, Simon

Re: Header as argument in score generating function

2018-01-13 Thread David Kastrup
Simon Albrecht writes: > On 13.01.2018 19:28, Thomas Morley wrote: >> Btw, if I'm not mistaken, "module?" is not even listed in the >> guile-manual, neither guile-1.8 nor guile-2.2.3 > > Astounding. > > ~/lilypond-git$ git grep 'module?' > ly/context-mods-init.ly: (if

Re: Header as argument in score generating function

2018-01-13 Thread Pierre-Luc Gauthier
Might this be related or even interesting : http://lists.gnu.org/archive/html/lilypond-user/2016-06/msg00454.html 2018-01-13 15:46 GMT-05:00 Simon Albrecht : > On 13.01.2018 19:28, Thomas Morley wrote: >> >> Btw, if I'm not mistaken, "module?" is not even listed in the >>

Re: Header as argument in score generating function

2018-01-13 Thread Simon Albrecht
On 13.01.2018 19:28, Thomas Morley wrote: Btw, if I'm not mistaken, "module?" is not even listed in the guile-manual, neither guile-1.8 nor guile-2.2.3 Astounding. ~/lilypond-git$ git grep 'module?' ly/context-mods-init.ly: (if (output-module? module) scm/framework-ps.scm:  (if (module?

Re: List of scores for book function

2018-01-13 Thread Pierre-Luc Gauthier
Hi Thomas, 2018-01-13 15:04 GMT-05:00 Thomas Morley : > @score-list Holy, what devilry is this? It *does* work perfectly ! > Though I'm not sure what you're aiming at... Hopefully I will try someday and make a post (on the lilypondblog.org if I could set myself an

Re: GSoC applications

2018-01-13 Thread Kieren MacMillan
Hi Urs, > In theory the answer is simple: A good project for GSoC is something a > student can achieve with three months of full-time work. Not more, but also > not less. > Generally, for larger projects it's beneficial if it can be somehow > modularized, i.e. it should not be one monolithic

Re: List of scores for book function

2018-01-13 Thread Thomas Morley
2018-01-13 20:33 GMT+01:00 Pierre-Luc Gauthier : > Thanks Thimothy > > 2018-01-13 13:49 GMT-05:00 Timothy Lanfear : >> See this thread > > I will. > > Here is where I am so far. > > I'm trying to get some basic iteration going on. > Still, I'm not sure

Re: List of scores for book function

2018-01-13 Thread Pierre-Luc Gauthier
Thanks Thimothy 2018-01-13 13:49 GMT-05:00 Timothy Lanfear : > See this thread I will. Here is where I am so far. I'm trying to get some basic iteration going on. Still, I'm not sure why it does not work. -- Pierre-Luc Gauthier %%% \version "2.21.0"

Re: List of scores for book function

2018-01-13 Thread Timothy Lanfear
See this thread for some ideas on how to do it, plus some quirks to look out for. http://lilypond.1069038.n5.nabble.com/Unexpected-behaviour-of-ly-make-book-and-ly-make-book-part-td192160.html On 13/01/18 16:52, Pierre-Luc Gauthier wrote: Hi there, I'm trying to pass a list of scores to a

Re: Header as argument in score generating function

2018-01-13 Thread Thomas Morley
2018-01-13 17:05 GMT+01:00 Pierre-Luc Gauthier : > > FTR, At first I tried "ly:module?" as a predicate. > Also, I did look for any "module" predicate in the predefined type > predicates documentation page. > The "module?" is not listed in this page. > ^ Should I notify

List of scores for book function

2018-01-13 Thread Pierre-Luc Gauthier
Hi there, I'm trying to pass a list of scores to a book generating function and I have a few questions. Please see example post scriptum. How should I structure (syntax) my score list? I did some trials and (only) errors… How should I iterate over said list? I'm not quite sure how to "unfold"

Re: Header as argument in score generating function

2018-01-13 Thread Pierre-Luc Gauthier
Hi Thomas, > 2018-01-13 3:30 GMT+01:00 Pierre-Luc Gauthier : >> Expecting music, found # >> I did read and tried stuff based on : >> http://lilypond.org/doc/v2.19/Documentation/notation/predefined-type-predicates.en.html 2018-01-13 1:16 GMT-05:00 Thomas Morley