Re: [ANN] LilyQuick 0.94beta - Quick note Lilypond entry using MIDI for Linux

2017-07-07 Thread Johan Vromans
On Fri, 7 Jul 2017 11:23:49 +1000, Vaughan McAlley wrote: > I’ve put version 0.941beta up which fixes the issue of custom layouts not > working and adds a Denemo layout option. Thanks. One thing: When I run lq, I still have to (manually) connnect its 'Virtual RawMIDI '

Re: [ANN] LilyQuick 0.94beta - Quick note Lilypond entry using MIDI for Linux

2017-07-07 Thread Martin Tarenskeen
Hi, I just re-read the code and comments, and it seems configuring lilyquick works a little different. It looks to me that this is done from the function InitSetNoteLengths(). I'd rather enter my own list of valuemappings in a simple table. I only have to do that once, and LilyQuick

Re: [ANN] LilyQuick 0.94beta - Quick note Lilypond entry using MIDI for Linux

2017-07-07 Thread Martin Tarenskeen
On Fri, 7 Jul 2017, Vaughan McAlley wrote: I developed the layout myself using the Finale Speedy Note Entry as a base, which was: 8 - \breve 7 - 1 6 - 2 5 - 4 4 - 8 3 - 16 2 - 32 1 - 64 This also corresponds with the keyboard shortcuts for note durations when entering notes in MuseScore.

Re: [ANN] LilyQuick 0.94beta - Quick note Lilypond entry using MIDI for Linux

2017-07-06 Thread Vaughan McAlley
On 29 June 2017 at 21:59, Johan Vromans wrote: > > Since I usually do note input with Denemo, I tried to change the key > definitions to match Denemo ( 0 = whole, 1 = half, 2 = quart, ... ). > I changed the definitions in LQkeyboardEvents.lua but this doesn't seem to >

Re: [ANN] LilyQuick 0.94beta - Quick note Lilypond entry using MIDI for Linux

2017-07-03 Thread Knute Snortum
Has this app ever been compiled on Windows (MINGW or Visual Studio)? --- Knute Snortum (via Gmail) On Mon, Jul 3, 2017 at 3:36 AM, Stjepan Horvat wrote: > ​cool app. > Thanks​ > > > ___ > lilypond-user mailing list >

Re: [ANN] LilyQuick 0.94beta - Quick note Lilypond entry using MIDI for Linux

2017-07-03 Thread Stjepan Horvat
​cool app. Thanks​ ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: [ANN] LilyQuick 0.94beta - Quick note Lilypond entry using MIDI for Linux

2017-06-29 Thread Vaughan McAlley
On 29 Jun 2017 10:53 p.m., "David Kastrup" wrote: Johan Vromans writes: > On Tue, 27 Jun 2017 21:42:07 +0200 (CEST), Martin Tarenskeen > wrote: > >> OK. I found my keyboard there. Maybe /dev/input/by-id only lists USB >> keyboards -

Re: [ANN] LilyQuick 0.94beta - Quick note Lilypond entry using MIDI for Linux

2017-06-29 Thread David Kastrup
Johan Vromans writes: > On Tue, 27 Jun 2017 21:42:07 +0200 (CEST), Martin Tarenskeen > wrote: > >> OK. I found my keyboard there. Maybe /dev/input/by-id only lists USB >> keyboards - just guessing? > > So it seems... My laptop only reports the

Re: [ANN] LilyQuick 0.94beta - Quick note Lilypond entry using MIDI for Linux

2017-06-29 Thread Johan Vromans
On Tue, 27 Jun 2017 21:42:07 +0200 (CEST), Martin Tarenskeen wrote: > OK. I found my keyboard there. Maybe /dev/input/by-id only lists USB > keyboards - just guessing? So it seems... My laptop only reports the camera in /dev/input/by-id .

Re: [ANN] LilyQuick 0.94beta - Quick note Lilypond entry using MIDI for Linux

2017-06-29 Thread Johan Vromans
On Tue, 27 Jun 2017 16:27:24 +1000, Vaughan McAlley wrote: > I’m pleased to announce LilyQuick 0.94beta. The main new feature is that > it counts rhythms as you go and automatically enters bar checks. Also, > some settings have been made reachable from within LilyQuick

Re: [ANN] LilyQuick 0.94beta - Quick note Lilypond entry using MIDI for Linux

2017-06-28 Thread Vaughan McAlley
On 29 June 2017 at 07:26, Martin Tarenskeen wrote: > > > On Wed, 28 Jun 2017, Vaughan McAlley wrote: > > Hi Martin, >> >> It looks like some virtual keyboard events are being dropped by the >> system. Try adding this line to the LQconfig.lua file: >> >>

Re: [ANN] LilyQuick 0.94beta - Quick note Lilypond entry using MIDI for Linux

2017-06-27 Thread tisimst
Hi, Vaughan! On Tue, Jun 27, 2017 at 12:28 AM, Vaughan McAlley [via Lilypond] < ml+s1069038n204148...@n5.nabble.com> wrote: > Greetings, > > I’m pleased to announce LilyQuick 0.94beta. The main new feature is that > it counts rhythms as you go and automatically enters bar checks. Also, some >

Re: [ANN] LilyQuick 0.94beta - Quick note Lilypond entry using MIDI for Linux

2017-06-27 Thread Martin Tarenskeen
On Tue, 27 Jun 2017, Vaughan McAlley wrote: [vaughan@Lenovo input]$ cd by-id [vaughan@Lenovo by-id]$ ls -l total 0 lrwxrwxrwx. 1 root root 9 Jun 27 22:45 usb-CHICONY_USB_NetVista_Full_Width_Keyboard-event-kbd -> ../event3 lrwxrwxrwx. 1 root root 9 Jun 27 22:45

Re: [ANN] LilyQuick 0.94beta - Quick note Lilypond entry using MIDI for Linux

2017-06-27 Thread Vaughan McAlley
On 27 June 2017 at 17:39, Martin Tarenskeen wrote: > > > On Tue, 27 Jun 2017, Martin Tarenskeen wrote: > > Hi, I am trying to set LilyQuick up in Fedora 25. Following the >> instructions in the README and INSTALL files I am now trying to find out >> what I have to enter

Re: [ANN] LilyQuick 0.94beta - Quick note Lilypond entry using MIDI for Linux

2017-06-27 Thread Vaughan McAlley
On 27 June 2017 at 17:26, Martin Tarenskeen wrote: > > > > On Tue, 27 Jun 2017, Vaughan McAlley wrote: > >> You can get LilyQuick here: https://github.com/palestrina/lily-q > > > Hi, I am trying to set LilyQuick up in Fedora 25. Following the instructions in the README and

Re: [ANN] LilyQuick 0.94beta - Quick note Lilypond entry using MIDI for Linux

2017-06-27 Thread Martin Tarenskeen
On Tue, 27 Jun 2017, Martin Tarenskeen wrote: Hi, I am trying to set LilyQuick up in Fedora 25. Following the instructions in the README and INSTALL files I am now trying to find out what I have to enter in LQconfig.lua to let lq find my computer keyboard. But in /dev/input/by-id I can only

Re: [ANN] LilyQuick 0.94beta - Quick note Lilypond entry using MIDI for Linux

2017-06-27 Thread Martin Tarenskeen
On Tue, 27 Jun 2017, Vaughan McAlley wrote: You can get LilyQuick here: https://github.com/palestrina/lily-q Hi, I am trying to set LilyQuick up in Fedora 25. Following the instructions in the README and INSTALL files I am now trying to find out what I have to enter in LQconfig.lua to let

[ANN] LilyQuick 0.94beta - Quick note Lilypond entry using MIDI for Linux

2017-06-27 Thread Vaughan McAlley
Greetings, I’m pleased to announce LilyQuick 0.94beta. The main new feature is that it counts rhythms as you go and automatically enters bar checks. Also, some settings have been made reachable from within LilyQuick rather than just the settings file. You can get LilyQuick here: