Re: A Javascript test code for modifying ties and slurs with mouse

2019-12-13 Thread Paolo Pr
be integrated into > Frescobaldi, because this would probably kick it off and make it even more > widely known. Plus, Frescobaldi should make it easier to write the code > back into the LilyPond file. There are 2-3 people who would be more than > willing to help you with the integration

Re: A Javascript test code for modifying ties and slurs with mouse

2019-12-13 Thread Paolo Pr
h the integration of the functionality in > Frescobaldi. > > Best > Urs > Am 13.12.19 um 23:49 schrieb Flaming Hakama by Elaine: > > > -- Forwarded message -- >> From: Paolo Pr <paolopr...@gmail.com> >> To: lilypond-user <lilypond-user@gnu.o

A Javascript test code for modifying ties and slurs with mouse

2019-12-12 Thread Paolo Pr
I just created a javascript script to change the slurs of the .svg file produced by Lilypond using the mouse, as I had announced. The coordinates of the control points of the associated Bezier curve can be reported in the corresponding .ly file and this completely avoids the time consuming trial an

Re: (Pheraps) a not difficult way for modifying slurs with any SVG editor and feed Lilypond with modifications

2019-12-11 Thread Paolo Pr
On Wed, Dec 11, 2019 at 9:13 PM Urs Liska wrote: > Hi Paolo, > Am 11.12.19 um 20:36 schrieb Paolo Pr: > > Hi Urs, > > I had another idea meanwhile, which is much easier and it's 100% > Javascript (generated by Lilypond) inside the SVG file (then, only a common > bro

Re: (Pheraps) a not difficult way for modifying slurs with any SVG editor and feed Lilypond with modifications

2019-12-11 Thread Paolo Pr
e time to continue with my initial comment about > integrating this into Frescobaldi. > > Urs > > > > On Wed, Dec 11, 2019 at 4:19 AM Paolo Pr wrote: > >> Perhaps I found an easy way to modify slurs with any svg editor, and >> automatically (or semi-automaticall

Re: (Pheraps) a not difficult way for modifying slurs with any SVG editor and feed Lilypond with modifications

2019-12-11 Thread Paolo Pr
h more easily using Lilypond > alone, extract parts, or make changes in the music any time. > > On Wed, Dec 11, 2019 at 4:19 AM Paolo Pr wrote: > >> Perhaps I found an easy way to modify slurs with any svg editor, and >> automatically (or semi-automatically) correct the .l

(Pheraps) a not difficult way for modifying slurs with any SVG editor and feed Lilypond with modifications

2019-12-10 Thread Paolo Pr
Perhaps I found an easy way to modify slurs with any svg editor, and automatically (or semi-automatically) correct the .ly file with the changes made. The procedure is the following, and I need a little help for the programming parts in the Scheme language (I know it too badly to write the function

Re: Outside-staff-priority and vertical order of grobs

2019-12-09 Thread Paolo Pr
On Mon, Dec 9, 2019 at 5:38 PM Thomas Morley wrote: > Am Mo., 9. Dez. 2019 um 17:05 Uhr schrieb Paolo Pr : > > > > > Is there a way to set the staff-padding property of a grob and preserve > at the same time the vertical order set with outside-staff-priority? > > P

Outside-staff-priority and vertical order of grobs

2019-12-09 Thread Paolo Pr
Hello, in the following snippet, I assigned to the TupletBracket grob an outside-staff-priority higher than the OttavaBracket. Then, the OttavaBracket is placed below it, as expected. { \override TupletBracket.outside-staff-priority = #340 \override Staff.OttavaBracket.outside-staff-prio

Re: Collision between ottava bracket and stems in cross-staff systems

2019-12-08 Thread Paolo Pr
ult might > be. > > Hope that helps! > Kieren. > > > > -- Original Message -- > > From: Paolo Pr > > Date: December 8, 2019 at 6:40 PM > > > > > > Hello, > > > > in cross-staff systems, I see that the ottava br

Collision between ottava bracket and stems in cross-staff systems

2019-12-08 Thread Paolo Pr
Hello, in cross-staff systems, I see that the ottava bracket can produce an unwanted collision between the "8va" string and the stems. Please, look at: http://lilybin.com/vf4vaj/1 Is there a way to automatically avoid that, without using the trial-and-error method for adjusting the offset of the

Re: Place a markup string at the right of a notehead

2019-12-08 Thread Paolo Pr
On Sun, Dec 8, 2019 at 1:37 PM Thomas Morley wrote: > Am So., 8. Dez. 2019 um 11:51 Uhr schrieb Paolo Pr : > > > 2) Is there a way to place the markup exactly on the top or on the > bottom of the notehead as well? > > Not sure what you mean, could you provide an image? >

Re: Place a markup string at the right of a notehead

2019-12-08 Thread Paolo Pr
o manage these objects with Lilypond (you can add a warning in the snippet, like "use this method only if you really need it") but in many cases it's really useful. Thanks P On Fri, Dec 6, 2019 at 12:08 PM Thomas Morley wrote: > Am Fr., 6. Dez. 2019 um 01:55 Uhr schrieb Paolo

Re: Place a markup string at the right of a notehead

2019-12-06 Thread Paolo Pr
Thanks Thomas. A really smart solution. On Fri, Dec 6, 2019 at 12:08 PM Thomas Morley wrote: > Am Fr., 6. Dez. 2019 um 01:55 Uhr schrieb Paolo Pr : > > > > Hello. > > > > I can't find an easy way to place a markup string exactly at the right > of a notehead

Re: Size of the arpeggio's arrow

2019-12-06 Thread Paolo Pr
Thank you Thomas, now all is perfect and very useful On Fri, Dec 6, 2019 at 12:05 PM Thomas Morley wrote: > Am Fr., 6. Dez. 2019 um 01:39 Uhr schrieb Paolo Pr : > > > > Thomas, > > > > thank you for your help. Unfortunately the snippet produces two errors > that

Place a markup string at the right of a notehead

2019-12-05 Thread Paolo Pr
Hello. I can't find an easy way to place a markup string exactly at the right of a notehead so they appear horizontally aligned. The only apparent way to obtain that is the trial-and-error procedure. This can be very frustrating because I have to compile the input several times. A work-around woul

Re: Size of the arpeggio's arrow

2019-12-05 Thread Paolo Pr
> > > Yes, I'm interested. I could not find any snippet for that, > nor a corresponding property for "Arpeggio" in the "Lilypond Internals > Reference" > > > > > > > Thanks. > > > > > > > > > > > > > > I

Re: Size of the arpeggio's arrow

2019-12-05 Thread Paolo Pr
Hi Thomas. Yes, I'm interested. I could not find any snippet for that, nor a corresponding property for "Arpeggio" in the "Lilypond Internals Reference" Thanks. On Thu, Dec 5, 2019 at 5:17 PM Thomas Morley wrote: > Am Do., 5. Dez. 2019 um 15:07 Uhr schrieb Paolo

Size of the arpeggio's arrow

2019-12-05 Thread Paolo Pr
(I re-post this because it seems that mails from Yahoo services, like some of my previous posts, are filtered as spam) Hello, how can I modify the size of the arrow of an \arpeggioArrowUp/Down object? Thanks

Rest between the staves of a piano-staff

2019-12-05 Thread Paolo Pr
Hello, Is there a way to center a rest between the staves of a piano-staff? I could specify the vertical position with "somenote \rest" but I wonder is is there a better (and automatic) method, given that the position depends on multiple factors.