Re: Stanzas over staves

2018-04-19 Thread Partitura Organum
On 19-4-2018 22:19, Thomas Morley wrote: The function expects `text' to be a string. So (1) use wordwrap-string (2) without {} Thank you, now it works. And  I learned how to do calculations in scheme along the way as well. So the narrator function should be

Re: Make TOC entries available to LaTeX

2018-04-19 Thread Thomas Morley
2018-04-19 16:19 GMT+02:00 Urs Liska : > Hi all, > > I'm preparing an automated edition process using LuaLaTeX, Pandoc and > LilyPond. > > After some experimentation I have come to the conclusion that I'll have to > insert the multi-movement score as a single PDF created by

Re: Moving just text, leaving articulations in place?

2018-04-19 Thread Karlin High
On 4/19/2018 3:34 PM, David Kastrup wrote: Correct me if I am wrong: I don't use Gmail. Attached PNG has an annotated screenshot from the Gmail web interface. -- Karlin High Missouri, USA ___ lilypond-user mailing list lilypond-user@gnu.org

Re: Dotted notes

2018-04-19 Thread Thomas Morley
Hi, today I'm too tired to work on anything complicated ... Though, some remarks: 2018-04-19 17:23 GMT+02:00 foxfanfare : > foxfanfare wrote > Anyway, I tried your code this morning, but I wasn't able to get the desired > result. Maybe because I use the 2.19.80 version. I

Re: Moving just text, leaving articulations in place?

2018-04-19 Thread Robert Hickman
> Correct me if I am wrong: I don't use Gmail. Gmail completely hides previous messages by default, you have to manually show them, which is not standard use or google would not hide it. ___ lilypond-user mailing list lilypond-user@gnu.org

Re: Moving just text, leaving articulations in place?

2018-04-19 Thread David Kastrup
Robert Hickman writes: >> Also, the LilyPond mailing list rules frown on top-posting. Please >> use inline quoting instead. > > That is how gmail works by default, If you mean that it leaves you with the cursor at the start of the fully quoted material: sure, how else

Re: Stanzas over staves

2018-04-19 Thread Thomas Morley
2018-04-19 21:09 GMT+02:00 Partitura Organum : > > > On 19-4-2018 00:30, Simon Albrecht wrote: >> >> You have to quote line-width because it’s a symbol, not a variable. That >> can also be done in a verbose or in a practical way: >> \override #(cons 'line-width dim) >> or

Re: Moving just text, leaving articulations in place?

2018-04-19 Thread Robert Hickman
> As described in the Learning Manual, which has been suggested that you read, > \once applies to everything happening at that musical moment; \tweak applies > to only the object containing the \tweak. > > http://lilypond.org/doc/v2.19/Documentation/learning/tweaking-methods > > You really

Re: Stanzas over staves

2018-04-19 Thread Partitura Organum
On 19-4-2018 00:30, Simon Albrecht wrote: You have to quote line-width because it’s a symbol, not a variable. That can also be done in a verbose or in a practical way: \override #(cons 'line-width dim) or \override #(cons (quote line-width) dim). The two are exactly equivalent. The second

Re: Dotted notes

2018-04-19 Thread foxfanfare
foxfanfare wrote > Anyway, I tried your code this morning, but I wasn't able to get the > desiredresult. Maybe because I use the 2.19.80 version. I will try again > later thisafternoon. Okay I tested with the 2.19.81 version but the DotColumn.padding and details.dots-padding-factor doesn't seem

Re: Make TOC entries available to LaTeX

2018-04-19 Thread Jan-Peter Voigt
Hi Urs, I don't know either how to extract the toc from the PDF. But it should be easy to write the toc into some text file. Recently I did something similar to provide that info to those who compiled a book in inDesign. I will extract it later, when I am back at my Workstation. Jan-Peter Am

Make TOC entries available to LaTeX

2018-04-19 Thread Urs Liska
Hi all, I'm preparing an automated edition process using LuaLaTeX, Pandoc and LilyPond. After some experimentation I have come to the conclusion that I'll have to insert the multi-movement score as a single PDF created by LilyPond (but through lyluatex to make use of caching and the layout

Re: Moving just text, leaving articulations in place?

2018-04-19 Thread Carl Sorensen
On 4/19/18, 3:52 AM, "Robert Hickman" wrote: Thanks, as far as I can see lilyponds modification system is based on a stack based state machine, \override permanently changes that state while \tweak only changes it once. Where would you use \tweak vs \once

Re: Trouble with trill spanner avoiding slur

2018-04-19 Thread Kieren MacMillan
Hi Knute, > Is this a bug, or is the intended behavior that the slur be shaped? Looks like a bug to me… Kieren. Kieren MacMillan, composer ‣ website: www.kierenmacmillan.info ‣ email: i...@kierenmacmillan.info ___

Re: Trouble with trill spanner avoiding slur

2018-04-19 Thread Knute Snortum
I'll only bump this once, I promise. Is this a bug, or is the intended behavior that the slur be shaped? --- Knute Snortum (via Gmail) On Tue, Apr 17, 2018 at 5:05 PM, Knute Snortum wrote: > In this example... > > %%% Start > \version "2.19.81" > \language "english" > > {

Re: Moving just text, leaving articulations in place?

2018-04-19 Thread David Kastrup
Robert Hickman writes: > Thanks, as far as I can see lilyponds modification system is based on > a stack based state machine, \override permanently changes that state > while \tweak only changes it once. Where would you use \tweak vs \once > as they appear to do the same

Re: Moving just text, leaving articulations in place?

2018-04-19 Thread Robert Hickman
Thanks, as far as I can see lilyponds modification system is based on a stack based state machine, \override permanently changes that state while \tweak only changes it once. Where would you use \tweak vs \once as they appear to do the same thing? On 19 April 2018 at 07:55, Mark Knoop

Re: lyLuaTeX, still troubles

2018-04-19 Thread David Kastrup
Federico Bruni writes: > Il giorno mer 18 apr 2018 alle 18:37, Urs Liska > ha scritto: >> >> When you write \begin{lilypond}[] (note the square brackets) your >> second example compiles. >> >> This recalls two separate issues we were struggling with

Re: Dotted notes

2018-04-19 Thread foxfanfare
Thomas Morley-2 wrote > Hi, > > obviously the flags from the beethoven-font have less y-extent. > Sometimes too less, so DotColumn doesn't notice there's flag which > should be avoided. > (I've cc-ed the original author of the font. Maybe he joins the > discussion.) > > To watch the values

Re: temporarily disable Dot_column_engraver?

2018-04-19 Thread foxfanfare
Thomas Morley-2 wrote > It's not possible to consist/remove engraver temporarily, but you can > have several named Voices (keep them alive) with and without the > engraver: Thank you for your answer. That's too bad this feature isn't available it would obviously get things easier! Anyway, thank

Re: lyLuaTeX, still troubles

2018-04-19 Thread Federico Bruni
Il giorno mer 18 apr 2018 alle 18:37, Urs Liska ha scritto: Am 18.04.2018 um 18:20 schrieb Urs Liska: Am 18. April 2018 18:10:13 MESZ schrieb Federico Bruni : Hi folks I'm still having a problem with lyluatex... I've installed native TeX Live

Re: Moving just text, leaving articulations in place?

2018-04-19 Thread Mark Knoop
At 17:38 on 18 Apr 2018, Robert Hickman wrote: >Tried using "\override TextScript.staff-padding" to move the text >annotations in the attached image up but it also moves the Larson >articulation symbols up as well. I want these to stay in the same >place and the text to move up a bit away from