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
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
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
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
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
help me?
--
Samuel DA MOTA
___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user
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
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
_
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
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
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
11 matches
Mail list logo