RE: Lyluatex: Font selection

2023-04-15 Thread Jacques Peron
Hello This bug was introduced by an attempt to fix an incompatibility with polyglossia, as this one removes proper familyname informations that are normally available from lua. @Jean Abou Samra : I’m the main author of lyluatex (I say the main one, as Urs Liska did a

Re: Any LyX users? Missing prerequisites: lilypond-book->latex

2022-05-31 Thread Jacques Peron
Sorry, I forgot saying that the code between backticks should be saved to a "test.tex" file. Le mar. 31 mai 2022 à 17:19, Jacques Peron a écrit : > Le mar. 31 mai 2022 à 16:18, Kevin Cole a écrit : > >> On Tue, May 31, 2022 at 10:02 AM Damian leGassick >> wrote: &

Re: Any LyX users? Missing prerequisites: lilypond-book->latex

2022-05-31 Thread Jacques Peron
Le mar. 31 mai 2022 à 16:18, Kevin Cole a écrit : > On Tue, May 31, 2022 at 10:02 AM Damian leGassick > wrote: > > > My sense is also that for smaller documents, learning Lyx is actually > more work than just learning lilypond-book as tweaks outside of what Lyx > provides (and there could be man

Re: Resources For Learning Scheme?

2020-05-15 Thread Jacques Peron
This one, by Urs Liska, is specifically about scheme with LilyPond : https://scheme-book.ursliska.de/scheme/expressions.html Le sam. 16 mai 2020 à 05:00, melophobic a écrit : > Can anyone point me to a good resource or two for learning scheme? I have > looked through the examples on Lilypond.org

Re: lyLuaTeX issues

2018-08-10 Thread Jacques Peron
Le ven. 10 août 2018 à 17:25, liebre...@grossmann-venter.com a écrit : Where do you prefer I post issues I find ? > > I have been told that lilypond UG is the place by some (why I am here in > the first place) and others recommended the bugtracker. >

Re: lyLuaTeX issues

2018-08-10 Thread Jacques Peron
e problem comes from the commentaries in the scheme code (;;) : I’ll have to fix it in lyluatex. Meanwhile, as a temporary workaround, you could use \begin{lilypond}[] instead of \begin{lilypond}. Good luck with lyluatex ! Fr. Jacques Peron + ___ li

Re: lyluatex, call for pre-beta review

2018-03-11 Thread Jacques Peron
2018-03-11 5:34 GMT+01:00 Craig Dabelstein : > > stack traceback: > > [C]: in function 'error' > > ...ocal/texlive/2017/texmf-dist/tex/latex/base/ltluatex.lua:109: in > function <...ocal/texlive/2017/texmf-dist/tex/latex/base/ltluatex.lua:108> > > (...tail calls...) > > ./lyluatex.lua:899: in func

Re: lyluatex, call for pre-beta review

2018-03-10 Thread Abbé Jacques Peron
quot;: \usepackage[program= PATH/TO/LILYPOND]{lyluatex} Hoping this helps, Fr. Jacques Peron + ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: Break measure

2018-03-08 Thread Jacques Peron
That said, with the following code, you get the number of the (already begun) measure between parentheses: { \set Score.barNumberVisibility = #all-bar-numbers-visible a b c d e f g \bar "" \break d e f g a \break b } ​ 2018-03-08 20:16 GMT+01:00 Jacques Peron : > I think it’s no

Re: Break measure

2018-03-08 Thread Jacques Peron
I think it’s normal that the bar number disappears, as the break occurs at the middle of the measure. If you want each part of the measure to be counted as a measure, you could do something like that: { a b c d \set Timing.measureLength = #(ly:make-moment 3 4) e f g \break \set Timing.measureLengt

Re: Break measure

2018-03-08 Thread Jacques Peron
This should be achieved with \bar "": {a b c \bar "" \break d} ​ 2018-03-08 17:27 GMT+01:00 Gianmaria Lari : > Normally a measure is not broken and split on two different lines. But in > case I want to do it, is there any way to accomplish it without using > \partial ? > > > > Gianmaria Lari

Re: lyluatex usage

2018-02-17 Thread Jacques Peron
cument} \lily{c'} \begin{ly}[] \relative c' { c d e f g a b c } \end{ly} \end{document} If it doesn’t, feel free to submit an issue, as said before. Fr. Jacques Peron + ​ 2018-02-16 22:25 GMT+01:00 Víctor Cisneros : > Ok, so I updated my TeXlive to 2017 and now

Re: lilypond code in (pdf/lua/xe)latex documents

2017-12-06 Thread Jacques Peron
P. S.: I forgot to add that I modified it to make it compatible with lilypond 2.18 2017-12-06 20:40 GMT+01:00 Jacques Peron : > Hello, > > Thank you very much for this : I hadn't ever understood all those > `\catcode` tricks. > Here is a modified version, that calls `lilypo

Re: lilypond code in (pdf/lua/xe)latex documents

2017-12-06 Thread Jacques Peron
than lyluatex, so I think many could be interrested. And why not put it on a public repository, to have bug reports and feature requests ? Thank you again, Fr. Jacques Peron + 2017-12-06 10:29 GMT+01:00 Knut Petersen : > Am 06.12.2017 um 10:20 schrieb Mark Knoop: > >> The file sho

Re: [OT] Linux Users

2017-11-19 Thread Abbé Jacques Peron
ty for those who already used lyluatex. Please feel free to test and report bugs <https://github.com/jperon/lyluatex/issues> ! ​ 2017-11-19 20:54 GMT+01:00 Abbé Jacques Peron : > Just tried that, and it doesn’t work : > > \let\lilypond@envcode\lilypond > \protected\def\lilypond{

Re: [OT] Linux Users

2017-11-19 Thread Abbé Jacques Peron
sure… ​ 2017-11-19 20:39 GMT+01:00 Abbé Jacques Peron : > Neither are called lilypond. It's not particularly great, but there are >>> examples for the sharing of command and environment. Basically you >>> check whether @currenvir is set to LilyPond. As long as

Re: [OT] Linux Users

2017-11-19 Thread Abbé Jacques Peron
And @David Kastrup : thank you very much for telling me how to achieve the same name for environment and command ! 2017-11-19 22:05 GMT+01:00 Abbé Jacques Peron : > I found the problem : it came from @currenv, that is in fact @currenvir. > After last modifications > <https://githu

Re: [OT] Linux Users

2017-11-19 Thread Abbé Jacques Peron
> > Neither are called lilypond. It's not particularly great, but there are >> examples for the sharing of command and environment. Basically you >> check whether @currenvir is set to LilyPond. As long as you don't >> _nest_ those constructs... >> >> The environment is defined as `ly`, but there

Re: [OT] Linux Users

2017-11-19 Thread Jacques Peron
> As far as I can tell the cleanest (and easiest) way would be to > publish the package on CTAN so it will be included in TeX distros like > TeXLive (like it is the case with lilyglyphs). I'd be really glad to do so, but I don't know how to... And if I remember what I read about the integration o

Re: [OT] Linux Users

2017-11-18 Thread Jacques Peron
Linux, LilyPond, LuaLaTeX (and Gregorio for gregorian chant) here. To integrate LilyPond into LaTeX, I developped lyluatex . ​ 2017-11-18 17:24 GMT+01:00 David Bellows : > I use Linux, Lilypond, LuaLaTeX, and Csound, editing all of it in > emacs. This does seem

Re: Creating multi-score books

2017-02-16 Thread Abbé Jacques Peron
Hello, Another alternative is lyluatex, that you may find here : https://github.com/jperon/lyluatex. For this to work, you'll have to use lualatex. Jacques Peron + Le 16 févr. 2017 14:32, "Urs Liska" a écrit : Am 16. Februar 2017 07:02:10 MEZ schrieb Don G

Re: Getting a new computer

2016-11-17 Thread Jacques Peron
Compiled 3 times on my Clevo w110er (Intel Core i7 3632QM - 2.2 Ghz - Ram 8 Go - Ubuntu 16.04 - LilyPond 2.19.47) : lilypond MSDM.ly 48,50s user 0,96s system 99% cpu 49,706 total lilypond MSDM.ly 51,27s user 0,79s system 99% cpu 52,244 total lilypond MSDM.ly 51,66s user 0,78s system 99% cpu 52,