Software playing lilypond's music sheets: releasing appimages

2018-07-23 Thread Samuel DA MOTA
Hi everyone, Last week I shared with you my toy project about playing lilypond's music sheets. For those of you who showed some interest but got stopped by the compilation steps, I added appimages. That means, if you want to use these software, all you need to do is download the file, make it exec

Re: Software playing lilypond's music sheets

2018-07-13 Thread Samuel DA MOTA
h) with > make > make -C ./src "lilydumper" > make[1]: Entering directory '/home/rshann/lilydumper/src' > make[1]: *** No rule to make target 'lilydumper'.  Stop. > > but then g++-8 is not available in Debian Stretch it seems ... > > Richard Sh

Re: Software playing lilypond's music sheets

2018-07-13 Thread Samuel DA MOTA
Had I more time I would have used Meson. Out of curiosity, what is the error you get? Cheers On 13/07/2018, Martin Tarenskeen wrote: > > > On Thu, 12 Jul 2018, Samuel DA MOTA wrote: > >> Hi everyone! >> >> I wrote a software a while ago that would play a music shee

Software playing lilypond's music sheets

2018-07-12 Thread Samuel DA MOTA
Hi everyone! I wrote a software a while ago that would play a music sheet generated by lilypond. It shows the music sheet and follows it with a cursor. I made a video to demo the end-result. You can watch it at https://s-d-m.github.io/lilydumper/intro_assets/lilyplayer-demo.webm The soft is mainl

Re: Is cross voice parenthesis arpeggios possible?

2015-01-18 Thread Samuel DA MOTA
Exactly, That's perfect. Thanks! Might be worth to add this example to the documentation, or at the very least to the LSR. What do you think? Regards, -- Sam On 18/01/2015, Thomas Morley wrote: > 2015-01-18 18:31 GMT+01:00 Samuel DA MOTA : >> Hi, >> >> On the f

Is cross voice parenthesis arpeggios possible?

2015-01-18 Thread Samuel DA MOTA
help me? -- Samuel DA MOTA ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: scheme engraver and left-neighbor

2014-10-25 Thread Samuel DA MOTA
David Nalesnik writes: > Hi Sam, > > On Fri, Oct 24, 2014 at 5:39 PM, Samuel DA MOTA > wrote: > >> Hi, >> >> I'm trying to write a scheme engraver and I'm blocked at some point. >> I'm trying to determine if the left-neighbor of a grob is

scheme engraver and left-neighbor

2014-10-24 Thread Samuel DA MOTA
Hi, I'm trying to write a scheme engraver and I'm blocked at some point. I'm trying to determine if the left-neighbor of a grob is a (semi-)tie or not. Can someone provide some help on how to achieve that, or point me a link that explain it? Regards, -- Sam _

Overriding internal functions?

2014-09-30 Thread Samuel DA MOTA
Hi, I'd like to modify a function's body in ly-syntax-constructors.scm Is there a way to override the function without touching that file? I'm only looking to change the repeat command from (define-ly-syntax-simple (repeat type num body alts) (make-repeat type num body alts)) to (define-ly

Event-listener and repeats

2014-09-29 Thread Samuel DA MOTA
Hi, I've some question regarding the use of the event-listener. Is it possible to get the event-listener run after unfolding the repeats on the music sheet? To clarify, on the following example: = Lilypond file = \version "2.18.2" main = { a \repeat volta 2 { b c } } \sc

lack of data in *.notes files

2014-09-14 Thread Samuel DA MOTA
Hi, I'm working on a toy project based on lilypond a.t.m. The goal is basically to do something similar to MidiSheetMusic (http://midisheetmusic.sourceforge.net/index.html) but using the real lilypond music sheet instead of an equivalent one extracted from the midi file. I'm using the event-liste