Re: problem with hacklily

2020-11-02 Thread Paul Scott
It opened fine with Firefox on my Linux machine and opened on my iMac in Safari but gave me a message that the "song" was locked because it was opened in another tab. Stay safe, Paul On Nov 2, 2020, at 12:52 AM, Stefan Thomas wrote: Dear community, I wanted to save a file in hacklily (htt

Re: The Guide to getting Point and Click going with Gvim under Ubuntu 18

2020-11-02 Thread Martín Rincón Botero
Hi David, > I see the problem, but I think that solution is unwise as it leaves > a redundant file in the user's home directory, which they may fear > removing. Oh, I see. I didn’t know that file could be safely removed. > This script then has to be maintained, and it also makes it less obvious >

Re: how to give more horizontal space to the voice follower

2020-11-02 Thread Werner LEMBERG
>>> Why doesn't the `VoiceFollower` grob obey the `minimum-length` >>> property (inspite of supporting the `spanner-interface`)? What am >>> I missing? >> >> add >> >> \override VoiceFollower.springs-and-rods = #ly:spanner::set-spacing-rods What's actually the reason to not have this set by d

Re: LSR 1119 Force clef change in alternatives

2020-11-02 Thread Pierre Perol-Schneider
Done! Thanks for the reminder Harm. Cheers Pierre Le ven. 30 oct. 2020 à 22:19, Thomas Morley a écrit : > To the author (Pierre?) of > lsr.di.unimi.it/LSR/Item?u=1&id=1119 > > Many thanks for your snippet, though, please add a description to it. ;) > > Thanks, > Harm > >

Re: LSR 1119 Force clef change in alternatives

2020-11-02 Thread Pierre Perol-Schneider
Ok Aaron. Cheers, Pierre Le ven. 30 oct. 2020 à 23:45, Aaron Hill a écrit : > On 2020-10-30 2:19 pm, Thomas Morley wrote: > > To the author (Pierre?) of > > lsr.di.unimi.it/LSR/Item?u=1&id=1119 > > > > Many thanks for your snippet, though, please add a description to it. > > ;) > > Would this w

Re: how to give more horizontal space to the voice follower

2020-11-02 Thread Thomas Morley
Am Mo., 2. Nov. 2020 um 10:21 Uhr schrieb Werner LEMBERG : > > > >>> Why doesn't the `VoiceFollower` grob obey the `minimum-length` > >>> property (inspite of supporting the `spanner-interface`)? What am > >>> I missing? > >> > >> add > >> > >> \override VoiceFollower.springs-and-rods = #ly:span

Re: LSR 1119 Force clef change in alternatives

2020-11-02 Thread Thomas Morley
Am Mo., 2. Nov. 2020 um 11:32 Uhr schrieb Pierre Perol-Schneider : > > Done! Thanks for the reminder Harm. > Cheers > Pierre > > Le ven. 30 oct. 2020 à 22:19, Thomas Morley a > écrit : >> >> To the author (Pierre?) of >> lsr.di.unimi.it/LSR/Item?u=1&id=1119 >> >> Many thanks for your snippet, tho

Re: \bracketize?

2020-11-02 Thread Thomas Morley
Am So., 1. Nov. 2020 um 16:58 Uhr schrieb Lukas-Fabian Moser : > > Hi Jun, > > Am 01.11.20 um 14:07 schrieb 田村淳: > > Hello, > > > > I’m looking for a “bracket” version of “\parenthesize” function to > > enclose an articulation or ornamentation mark within a pair of square > > brackets. I’d like to

Re: \bracketize?

2020-11-02 Thread 田村淳
Hello Lukas and Harm, > 2020/11/02 19:50、Thomas Morley のメール: > > Am So., 1. Nov. 2020 um 16:58 Uhr schrieb Lukas-Fabian Moser : >> >> Hi Jun, >> >> Am 01.11.20 um 14:07 schrieb 田村淳: >>> Hello, >>> >>> I’m looking for a “bracket” version of “\parenthesize” function to >>> enclose an articulatio

piece starting with acciaccatura problem

2020-11-02 Thread jh
here's my small example of the problem I think it's been addressed before but have no idea how to find the solution. Please give me a link or clue to find how to defeat this. Jay \version "2.18.2" \header { title = "31 Oct Hallows" composer = "Jay Hamilton" copyright = \markup { \tiny

Re: piece starting with acciaccatura problem

2020-11-02 Thread Lukas-Fabian Moser
Hi, Am 02.11.20 um 17:18 schrieb jh: here's my small example of the problem I think it's been addressed before but have no idea how to find the solution.  Please give me a link or clue to find how to defeat this.  Jay That's LilyPond's most famous bug: If a piece starts with grace notes, the

Re: piece starting with acciaccatura problem

2020-11-02 Thread jh
Thanks you, I thought I remembered that this had come up before but didn't remember a solution. THis is easy enough to execute. Thank you for the timely response. Jay On 2020-11-02 09:32, Lukas-Fabian Moser wrote: Hi, Am 02.11.20 um 17:18 schrieb jh: here's my small example of the problem I

Re: how to give more horizontal space to the voice follower

2020-11-02 Thread Werner LEMBERG
>> >> \override VoiceFollower.springs-and-rods = #ly:spanner::set-spacing-rods >> >> In case there aren't serious reasons against doing it I suggest to >> change the default; I would also prepare a patch. > > I vaguely remember having #ly:spanner::set-spacing-rods the default > caused problems

Re: how to give more horizontal space to the voice follower

2020-11-02 Thread Jean Abou Samra
Looking up the e-mail archive for 'lilypond-devel' I couldn't find relevant info. Do you have a link? Have a look at https://lilypond.org/doc/v2.21/Documentation/notation/spanners.fr.html Apparently some spacing calculations need to be triggeredby hand. Jean

Re: how to give more horizontal space to the voice follower

2020-11-02 Thread Werner LEMBERG
>> Looking up the e-mail archive for 'lilypond-devel' I couldn't find >> relevant info. Do you have a link? > > Have a look at > https://lilypond.org/doc/v2.21/Documentation/notation/spanners.fr.html > > Apparently some spacing calculations need to be triggeredby hand. Well, that's exactly the

Chord glissTweak padding

2020-11-02 Thread Dimitris Marinakis
Is it possible to modify this tweak to include padding (left & right) for the individual gliss lines? #(define (radians->degree radians) (/ (* radians 180) PI)) #(define ((gliss-plus-text padding text) grob) (let* ((text-stencil (grob-interpret-markup grob text)) (spanner-stencil (ly

Re: how to give more horizontal space to the voice follower

2020-11-02 Thread Thomas Morley
Am Mo., 2. Nov. 2020 um 18:06 Uhr schrieb Werner LEMBERG : > > > >> >> \override VoiceFollower.springs-and-rods = > >> >> #ly:spanner::set-spacing-rods > >> > >> In case there aren't serious reasons against doing it I suggest to > >> change the default; I would also prepare a patch. > > > > I va

Re: Chord glissTweak padding

2020-11-02 Thread Aaron Hill
On 2020-11-02 11:48 am, Dimitris Marinakis wrote: Is it possible to modify this tweak to include padding (left & right) for the individual gliss lines? [...] \glissTweak needs to be able to handle using ly:grob-set-nested-property!: glissTweak = #(define-music-function (parser locat

Re: Chord glissTweak padding

2020-11-02 Thread Aaron Hill
On 2020-11-02 12:18 pm, Aaron Hill wrote: \glissTweak needs to be able to handle using ly:grob-set-nested-property!: glissTweak = #(define-music-function (parser location lst) (pair?) (define (proc grob) (let ((gliss-count (ly:grob-property grob 'glissando-index))) (for-each

Re: Chord glissTweak padding

2020-11-02 Thread Aaron Hill
On 2020-11-02 12:18 pm, Aaron Hill wrote: #{ \once \override Glissando.after-line-breaking = #proc <>\glissando #}) You can even simplify that expression using \tweak: #{ <>-\tweak after-line-breaking #proc \glissando #} Not sure if \tweak is cheaper than \once \override. -- Aaron

Re: how to give more horizontal space to the voice follower

2020-11-02 Thread Jean Abou Samra
Le 02/11/2020 à 20:16, Werner LEMBERG a écrit : Looking up the e-mail archive for 'lilypond-devel' I couldn't find relevant info. Do you have a link? Have a look at https://lilypond.org/doc/v2.21/Documentation/notation/spanners.fr.html Apparently some spacing calculations need to be triggere

Re: The Guide to getting Point and Click going with Gvim under Ubuntu 18

2020-11-02 Thread David Wright
On Mon 02 Nov 2020 at 09:59:45 (+0100), Martín Rincón Botero wrote: > […] Out of curiosity, do Mac and Windows users have to stick to Frescobaldi > for Point & Click? They’re not even mentioned in the Usage Manual. The code in the footnote of my reply to Andrew implies that, in the absence of a

Re: Chord glissTweak padding

2020-11-02 Thread David Kastrup
Aaron Hill writes: > On 2020-11-02 12:18 pm, Aaron Hill wrote: >> #{ \once \override Glissando.after-line-breaking = #proc >> <>\glissando #}) > > You can even simplify that expression using \tweak: > > #{ <>-\tweak after-line-breaking #proc \glissando #} > > Not sure if \tweak is cheape