Re: Modify a NoteEvent to RestEvent

2018-03-10 Thread David Kastrup
paolo prete writes: > Hello. > Do you know how to modify a NoteEvent so that it becomes a RestEvent, or > (vice-versa) in Scheme? You can't. > I tried: > > (ly:music-set-property! x 'name 'RestEvent) > > The note actually becomes a rest, but I don't know if it's the

Re: lyluatex, call for pre-beta review

2018-03-10 Thread Urs Liska
Am 11. März 2018 05:34:50 MEZ schrieb Craig Dabelstein : >Hi all, > >Even with this path to my Lilypond: > >\usepackage[program=/Applications/LilyPond.app/Contents/ >Resources/bin/lilypond]{lyluatex} > >I get this error. I'm still not sure what the problem is. >

Re: Lilypond compile error

2018-03-10 Thread Federico Bruni
Il giorno dom 11 mar 2018 alle 6:32, Craig Dabelstein <"craig.dabelstein"@gmail.com> ha scritto: Hi all, This compile error is coming up on one of my parts. All other parts compile fine. I can only guess that it's something to do with the page breaking but I don't know where to start to

Lilypond compile error

2018-03-10 Thread Craig Dabelstein
Hi all, This compile error is coming up on one of my parts. All other parts compile fine. I can only guess that it's something to do with the page breaking but I don't know where to start to try to fix it. Any help greatly appreciated. Craig Preprocessing graphical objects... Calculating

Re: Bug? Mismatched grace notes at beginning of staff cause extra clefs in other staffs

2018-03-10 Thread shane
At this point shouldn't it be called a feature? Shane Sent from my T-Mobile 4G LTE Device Original message From: Thomas Morley Date: 3/10/18 7:57 PM (GMT-05:00) To: Lucas Werkmeister Cc: lilypond-user

Re: Bug? Mismatched grace notes at beginning of staff cause extra clefs in other staffs

2018-03-10 Thread shane
At this point shouldn't it be called a feature? Shane Sent from my T-Mobile 4G LTE Device Original message From: Thomas Morley Date: 3/10/18 7:57 PM (GMT-05:00) To: Lucas Werkmeister Cc: lilypond-user

Re: lyluatex, call for pre-beta review

2018-03-10 Thread Craig Dabelstein
Hi all, Even with this path to my Lilypond: \usepackage[program=/Applications/LilyPond.app/Contents/ Resources/bin/lilypond]{lyluatex} I get this error. I'm still not sure what the problem is. stack traceback: [C]: in function 'error'

Re: that migrating "opus"

2018-03-10 Thread David Wright
On Sat 10 Mar 2018 at 13:28:20 (-0800), Mark Stephen Mrotek wrote: > David, > > Thank you for your pointed reply. > Yes, I did take away something from your explanation. > I have used it on the previously referenced score. > My basic question, more operational than technical (I really don't get

Re: Frescobaldi -> loopMIDI -> Hauptwerk

2018-03-10 Thread Andrew Bernard
Hi Giampaolo, Perhaps Frescobaldi is heeding Wittgenstein. [:-)] Andrew On 11 March 2018 at 14:17, Giampaolo Orrigo wrote: > Anybody tried to do the same? > I connected everything together but no sound comes out from Frescobaldi. > > Thanks! > > Giampaolo Orrigo, MBA > >

Frescobaldi -> loopMIDI -> Hauptwerk

2018-03-10 Thread Giampaolo Orrigo
Anybody tried to do the same? I connected everything together but no sound comes out from Frescobaldi. Thanks! Giampaolo Orrigo, MBA "*Whereof one cannot speak, thereof one must be silent"* (L. Wittgenstein, *Tractatus Logico-Philosophicus, *Proposition 7)

Re: lyluatex, call for pre-beta review

2018-03-10 Thread Br. Samuel Springuel
That's not the executable script inside the package. Try: \usepackage[program=/Applications/LilyPond.app/Contents/Resources/bin/lilypond]{lyluatex} Or, follow the directions on the following page for making LilyPond available from the command line on a Mac (in which case the program option

Re: lyluatex, call for pre-beta review

2018-03-10 Thread Craig Dabelstein
Hi Fr. Jacques, I have this in my code but still can't get lyluatex to find Lilypond. \usepackage[program=/Applications/LilyPond.app/Contents/MacOS/LilyPond]{lyluatex} Any other ideas? Craig On 11 March 2018 at 09:49, Abbé Jacques Peron wrote: > Hello, > > Le

Re: lilypond --output=directory is not working

2018-03-10 Thread Andrew Bernard
Hi Federico, Sure enough, on Ubuntu doing this in /tmp fails. Clearly lilypond is treating /tmp differently to other directories. Sounds like a defect to me. Andrew On 11 March 2018 at 02:47, Federico Bruni wrote: > > > There's something wrong in my system (Fedora 27)? >

Re: Bug? Mismatched grace notes at beginning of staff cause extra clefs in other staffs

2018-03-10 Thread Thomas Morley
2018-03-11 0:58 GMT+01:00 Lucas Werkmeister : > Hi everyone, > > I found what I suspect is a LilyPond bug, but I’m not sure yet :) minimal > example: > > \version "2.18.2" > > << > \new Staff { \grace c' c' } > \new Staff { \clef "bass" } >>> > > Instead of beginning

Re: Bug? Mismatched grace notes at beginning of staff cause extra clefs in other staffs

2018-03-10 Thread Lucas Werkmeister
On 11.03.2018 01:29, Lucas Werkmeister wrote: > I’m not sure if the clef behavior would still qualify as a bug (in the > docs, the grace note isn’t at the very beginning of the score, so the > clef behavior doesn’t happen) And it turns out this has also been described [1]. I must just have been

Re: Bug? Mismatched grace notes at beginning of staff cause extra clefs in other staffs

2018-03-10 Thread Lucas Werkmeister
On 11.03.2018 00:58, Lucas Werkmeister wrote: > (Or perhaps it’s simply expected that grace notes should be aligned > between staves? But that would surprise me.) Color me surprised, then – I just found this issue mentioned in the docs [1], with the same workaround I also discovered. I’m not sure

Build error. MergeFonts: Can't find font: feta11.pfb

2018-03-10 Thread Lucas Werkmeister
Hi everyone, I’m getting the following error message when trying to build LilyPond from git (specifically, building the AUR lilypond-git package). if test -f out/parmesan-noteheads23.enc; then touch out/parmesan-noteheads23.enc ; fi

Bug? Mismatched grace notes at beginning of staff cause extra clefs in other staffs

2018-03-10 Thread Lucas Werkmeister
Hi everyone, I found what I suspect is a LilyPond bug, but I’m not sure yet :) minimal example: \version "2.18.2" <<   \new Staff { \grace c' c' }   \new Staff { \clef "bass" } >> Instead of beginning with a bass clef, the lower staff begins with a violin clef and then has a bass clef right

Re: lyluatex, call for pre-beta review

2018-03-10 Thread Abbé Jacques Peron
Hello, Le 11 mars 2018 00:24:48 GMT+01:00, Craig Dabelstein a écrit : >Hi Urs, > >I can't get it to find my >installation of Lilypond. Could you give me an example of the code I >need >to point lyluatex to a Lilypond installation? You should use the option

Re: ScholarLy and Latex

2018-03-10 Thread Craig Dabelstein
Urs, The "temp-print-message" branch worked perfectly first time. You are amazing! One small problem for me though -- the output is rendering the measure and beat with the lilyglyphs ({1}{4.\,\crotchet}). How can I get it back to just {1}{4} without the lilyglyph? I know I've seen how to do it

Re: lyluatex, call for pre-beta review

2018-03-10 Thread Craig Dabelstein
Hi Urs, I've had a look at lyluatex. It looks amazing but I can't get it to find my installation of Lilypond. Could you give me an example of the code I need to point lyluatex to a Lilypond installation? I assume you are compiling via command line, not through TexShop or TexPad? Craig On 8

Re: ScholarLy and Latex

2018-03-10 Thread Craig Dabelstein
Hi Urs, Thanks very much for all that information. I'll check out the "temp-print-message" branch and let you know how I go. All the best, Craig On 8 March 2018 at 02:12, Urs Liska wrote: > Hi Craig, > > sorry for the delay, but I had quite reduced capacities during

Re: fisisis impossible?

2018-03-10 Thread Noeck
Hi, you mean like this? << \new FretBoards \chordmode { bis/gis } \new ChordNames \chordmode { \once\override ChordName.text = \markup \line { \concat { "B" \raise #0.8 \small \sharp } "/" \concat { "F" \raise #0.8 \small \sharp \hspace #0.1

RE: that migrating "opus"

2018-03-10 Thread Mark Stephen Mrotek
David, Thank you for your pointed reply. Yes, I did take away something from your explanation. I have used it on the previously referenced score. My basic question, more operational than technical (I really don't get all of the \scoreTitlemarkup stuff!). Why is it that "piece" and "opus" are

Re: fisisis impossible?

2018-03-10 Thread bart deruyter
Hey, thanks for the info :-) . I thought about something like that, but now how to get that in "\chordmode". I make a \chordmode entry for both the chord names and the diagrams, looks like this would only work on notes. I know it is a rare situation in which triple sharps and flats are used.

Re: fisisis impossible?

2018-03-10 Thread Noeck
Hi Bart, fisisis is not part of the input language (of any defined input language). So from this technical point, it can't work. I wanted to write that there is no symbol for it. But then I found this: http://dictionary.onmusic.org/terms/3687-triple_sharp > Etude no. 10 from Douze etudes dans

Re: fisisis impossible?

2018-03-10 Thread Ben
On 3/10/2018 3:44 PM, bart deruyter wrote: The "why" is described in my mail: showing the logic behind the structure of chords. grtz, Bart http://www.bartart3d.be/ On Twitter On Identi.ca On Google+

Re: fisisis impossible?

2018-03-10 Thread bart deruyter
The "why" is described in my mail: showing the logic behind the structure of chords. grtz, Bart http://www.bartart3d.be/ On Twitter On Identi.ca On Google+ 2018-03-10 21:33

Re: fisisis impossible?

2018-03-10 Thread Ben
On 3/10/2018 3:20 PM, bart deruyter wrote: Hi all, got in a situation, trying to describe the bis augmented chord in second inversion, which would contain fisisis in a slashed chord name. Lilypond returns an error, unexpected symbol, expecting tonicname pitch, which makes me believe that

fisisis impossible?

2018-03-10 Thread bart deruyter
Hi all, got in a situation, trying to describe the bis augmented chord in second inversion, which would contain fisisis in a slashed chord name. Lilypond returns an error, unexpected symbol, expecting tonicname pitch, which makes me believe that lilypond does not know triple sharps (isisis). Am

Modify a NoteEvent to RestEvent

2018-03-10 Thread paolo prete
Hello. Do you know how to modify a NoteEvent so that it becomes a RestEvent, or (vice-versa) in Scheme? I tried: (ly:music-set-property! x 'name 'RestEvent) The note actually becomes a rest, but I don't know if it's the proper way to obtain that, because if I display the scheme object with

Re: completion heads engraver with sub-measure splitting?

2018-03-10 Thread Kieren MacMillan
Hi David, > \score { > \new Voice \with { \remove "Note_heads_engraver" > \consists "Completion_heads_engraver" > completionUnit = #(ly:make-moment 1/4) > } > { c'8. 8. 8. 8. 4 } > } Amazing! Thanks. Best, Kieren. p.s. The answer

Re: lilypond --output=directory is not working

2018-03-10 Thread Federico Bruni
Il giorno sab 10 mar 2018 alle 18:18, David Wright ha scritto: On Sat 10 Mar 2018 at 16:58:37 (+0100), Federico Bruni wrote: Il giorno sab 10 mar 2018 alle 16:26, David Wright ha scritto: >On Sat 10 Mar 2018 at 09:18:59 (+0100),

Re: completion heads engraver with sub-measure splitting?

2018-03-10 Thread David Kastrup
Kieren MacMillan writes: > Hi all, > > I have a new-to-the-Pond noviciate who asked me an interesting > question: Can the completion-heads engraver be tweaked to affect note > values that don’t cross the barline? For example > > c'8. 8. 8. 8. 4 > > should come

Re: lilypond --output=directory is not working

2018-03-10 Thread David Wright
On Sat 10 Mar 2018 at 16:58:37 (+0100), Federico Bruni wrote: > > > Il giorno sab 10 mar 2018 alle 16:26, David Wright > ha scritto: > >On Sat 10 Mar 2018 at 09:18:59 (+0100), Federico Bruni wrote: > >> [...] > > > >> The documentation in Usage 1,2 is pretty clear: >

Re: Frescobaldi’s use of the version statement

2018-03-10 Thread Urs Liska
Am 10.03.2018 um 17:12 schrieb David Wright: On Fri 09 Mar 2018 at 23:02:53 (+0100), Simon Albrecht wrote: On 09.03.2018 17:13, David Wright wrote: You can even use Frescobaldi's option "Automatically choose LilyPond version >from document". Ouch. I hadn't come across that one. Sounds

Re: Frescobaldi’s use of the version statement

2018-03-10 Thread David Wright
On Fri 09 Mar 2018 at 23:02:53 (+0100), Simon Albrecht wrote: > On 09.03.2018 17:13, David Wright wrote: > >>You can even use Frescobaldi's option "Automatically choose LilyPond version > >>from document". > >Ouch. I hadn't come across that one. Sounds really bad to me. > >a) you're not really in

completion heads engraver with sub-measure splitting?

2018-03-10 Thread Kieren MacMillan
Hi all, I have a new-to-the-Pond noviciate who asked me an interesting question: Can the completion-heads engraver be tweaked to affect note values that don’t cross the barline? For example c'8. 8. 8. 8. 4 should come out like c'8. 16 ~ 8 8 ~ 16 8. 4 Any thoughts would be appreciated!

Re: lilypond --output=directory is not working

2018-03-10 Thread Federico Bruni
Il giorno sab 10 mar 2018 alle 16:26, David Wright ha scritto: On Sat 10 Mar 2018 at 09:18:59 (+0100), Federico Bruni wrote: [...] The documentation in Usage 1,2 is pretty clear: -o, --output=FILE or FOLDER I don't recognise this. What is Usage 1,2?

Re: lilypond --output=directory is not working

2018-03-10 Thread Federico Bruni
Il giorno sab 10 mar 2018 alle 9:27, Andrew Bernard <"andrew.bernard"@gmail.com> ha scritto: Hi Federico, Works as described on 2.19.81. [Ubuntu linux.] In fact I remember I used it in the past without any problem. There's something wrong in my system (Fedora 27)? No, I've just realized

Re: lilypond --output=directory is not working

2018-03-10 Thread David Wright
On Sat 10 Mar 2018 at 09:18:59 (+0100), Federico Bruni wrote: > Hi folks > > I'm puzzled by this error. What I'm doing wrong? > > [tmp]$ mkdir pdf > [tmp]$ cat test.ly > \version "2.18.2" > > { c1 } > > [tmp]$ ls pdf > [tmp]$ > [tmp]$ lilypond --output=pdf test.ly > GNU LilyPond 2.19.81 >

Re: Absolute temporal positioning of mm-rests

2018-03-10 Thread Malte Meyn
Am 09.03.2018 um 11:45 schrieb Arttu Punkkinen: I was wondering, if there is a way to specify a multimeasure rest which length is only relatively defined so that it ends at predetermined bar number? I often find myself needing to adjust or add material between multimeasure rests, which

Re: lilypond --output=directory is not working

2018-03-10 Thread Andrew Bernard
Hi Federico, Works as described on 2.19.81. [Ubuntu linux.] Andrew ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: lilypond --output=directory is not working

2018-03-10 Thread Andrew Bernard
Hi Federico, Is some reserved word in the option parsing perhaps? Andrew ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

lilypond --output=directory is not working

2018-03-10 Thread Federico Bruni
Hi folks I'm puzzled by this error. What I'm doing wrong? [tmp]$ mkdir pdf [tmp]$ cat test.ly \version "2.18.2" { c1 } [tmp]$ ls pdf [tmp]$ [tmp]$ lilypond --output=pdf test.ly GNU LilyPond 2.19.81 Changing working directory to: `pdf' Processing `test.ly' Parsing...