Re: Fwd: purple highlight in Frescobaldi

2018-10-26 Thread Ben
On 10/26/2018 7:10 PM, Joseph Austin wrote: Begin forwarded message: *From: *Joseph Austin > *Subject: **purple highlight in Frescobaldi* *Date: *October 26, 2018 at 5:56:16 PM EDT *To: *ilypond-u...@gnu.org A line of music

Re:Complex --evaluate command line option

2018-10-26 Thread Flaming Hakama by Elaine
> -- Forwarded message -- > From: Peter Anglea > To: lilypond-user@gnu.org > Date: Fri, 26 Oct 2018 10:12:17 -0400 > Subject: Complex --evaluate command line option > I’m trying to use the -e (--evaluate) option to define a hash, not just a > single variable. For instance > >

Fwd: purple highlight in Frescobaldi

2018-10-26 Thread Joseph Austin
> Begin forwarded message: > > From: Joseph Austin > Subject: purple highlight in Frescobaldi > Date: October 26, 2018 at 5:56:16 PM EDT > To: ilypond-u...@gnu.org > > A line of music entered in Frescobaldi was highlighted in purple: > what does this signify? > There was no error message in

Re: Line-breaking with non-aligned barlines

2018-10-26 Thread David Sumbler
-Original Message- From: Thomas Morley To: David Sumbler CC: lilypond-user Subject: Re: Line-breaking with non-aligned barlines Date: Fri, 26 Oct 2018 18:56:15 +0200 > Hi, > > you likely know lily breaks only at matching BarLines. > So you have to insert a \bar "" at appropriate

Re: Line-breaking with non-aligned barlines

2018-10-26 Thread Thomas Morley
Am Fr., 26. Okt. 2018 um 18:56 Uhr schrieb Thomas Morley : > << e { s1*15/320 \bar "" \ctxMom s } >> Well, could be shortened to s1*3/64 and the \ctxMom-command should be deleted after the duration is found, ofcourse. Cheers, Harm ___

Re: Line-breaking with non-aligned barlines

2018-10-26 Thread Thomas Morley
Am Fr., 26. Okt. 2018 um 18:26 Uhr schrieb David Sumbler : > > Below I have shown a compile-able 93 lines (sorry it can't be made much > shorter) from the files for a much longer piece. > > In this particular passage the harpsichord plays 4 bars in strict tempo > whilst the flute plays 4 bars

Re: Line-breaking with non-aligned barlines

2018-10-26 Thread Phil Holmes
- Original Message - From: "David Sumbler" To: Sent: Friday, October 26, 2018 4:57 PM Subject: Line-breaking with non-aligned barlines Below I have shown a compile-able 93 lines (sorry it can't be made much shorter) from the files for a much longer piece. In your example (snipped)

Re: Complex --evaluate command line option

2018-10-26 Thread Thomas Morley
Am Fr., 26. Okt. 2018 um 18:18 Uhr schrieb Hans Åberg : > > > > On 26 Oct 2018, at 17:41, Thomas Morley wrote: > > > > But you could do (at least on Linux): > > > > lilydevel -e "(begin (define myhash (make-hash-table))(hashq-set! > > myhash 'foo \"bar\"))" file.ly > > > > and in file.ly > > > >

Re: Complex --evaluate command line option

2018-10-26 Thread Hans Åberg
> On 26 Oct 2018, at 18:27, Thomas Morley wrote: > > Am Fr., 26. Okt. 2018 um 18:18 Uhr schrieb Hans Åberg : >> >> >>> On 26 Oct 2018, at 17:41, Thomas Morley wrote: >>> >>> But you could do (at least on Linux): >>> >>> lilydevel -e "(begin (define myhash (make-hash-table))(hashq-set! >>>

Re: Complex --evaluate command line option

2018-10-26 Thread Hans Åberg
> On 26 Oct 2018, at 17:41, Thomas Morley wrote: > > But you could do (at least on Linux): > > lilydevel -e "(begin (define myhash (make-hash-table))(hashq-set! > myhash 'foo \"bar\"))" file.ly > > and in file.ly > > #(use-modules (guile-user)) > #(write (hashq-ref myhash 'foo)) > >

Re: Complex --evaluate command line option

2018-10-26 Thread David Kastrup
Peter Anglea writes: > I’m trying to use the -e (--evaluate) option to define a hash, not > just a single variable. For instance > > lilypond -e ‘((define myhash (make-hash-table))(hashq-set! > myhash ‘foo “bar”))’ file.ly > > The above doesn’t work. I think, obviously, it’s breaking at

Line-breaking with non-aligned barlines

2018-10-26 Thread David Sumbler
Below I have shown a compile-able 93 lines (sorry it can't be made much shorter) from the files for a much longer piece. In this particular passage the harpsichord plays 4 bars in strict tempo whilst the flute plays 4 bars rubato. (The 2 lines do not fit and are meant to sound terrible

Re: Complex --evaluate command line option

2018-10-26 Thread Thomas Morley
Am Fr., 26. Okt. 2018 um 16:44 Uhr schrieb Peter Anglea : > > I’m trying to use the -e (--evaluate) option to define a hash, not just a > single variable. For instance > > lilypond -e ‘((define myhash (make-hash-table))(hashq-set! myhash > ‘foo “bar”))’ file.ly > > The above doesn’t

Complex --evaluate command line option

2018-10-26 Thread Peter Anglea
I’m trying to use the -e (--evaluate) option to define a hash, not just a single variable. For instance lilypond -e ‘((define myhash (make-hash-table))(hashq-set! myhash ‘foo “bar”))’ file.ly The above doesn’t work. I think, obviously, it’s breaking at the single quote – ‘foo. I’ve

Re: Tie shape inside chords: Inconsistent compilation

2018-10-26 Thread Pierre Perol-Schneider
Great! Thank you very much Harm, Cheers, Pierre Le ven. 26 oct. 2018 à 16:13, Thomas Morley a écrit : > Am Fr., 26. Okt. 2018 um 15:41 Uhr schrieb Pierre Perol-Schneider > : > > > > Hi, > > Please consider the following example: > > > > %% > > \version "2.19.82" > > music = > > \fixed c' { > >

Re: Tie shape inside chords: Inconsistent compilation

2018-10-26 Thread Thomas Morley
Am Fr., 26. Okt. 2018 um 15:41 Uhr schrieb Pierre Perol-Schneider : > > Hi, > Please consider the following example: > > %% > \version "2.19.82" > music = > \fixed c' { > \time 3/8 > \voiceOne > 4. q > } > { \music } { \music } { \music } > %% > > After trying several compilation, sometimes

Re: Force text on line without using \textLengthOn

2018-10-26 Thread Kieren MacMillan
p.s. > I use these to create markups that bypass the horizontal and/or vertical > spacing algorithm(s): Actually, I use those functions to make *any* grob bypass the respective spacing algorithm(s)! Kieren. Kieren MacMillan, composer ‣ website:

Re: Force text on line without using \textLengthOn

2018-10-26 Thread Kieren MacMillan
Hi Urs, Sorry I didn’t get in on this thread earlier — too much going on! > Without *really* understanding everything I was able to create > 'make-with-empty-x-markup' that produces a markup with an empty X and the > original Y extent: Not sure if these functions are helpful to you, but I use

Re: Force text on line without using \textLengthOn

2018-10-26 Thread Urs Liska
Hi Harm Am 26.10.2018 um 13:58 schrieb Thomas Morley: Hi Urs, currently I've not the time to dive deeper in your code, maybe later today or during the upcoming weekend. For now only about: Am Fr., 26. Okt. 2018 um 11:54 Uhr schrieb Urs Liska : Additionally (but this is already present in

Tie shape inside chords: Inconsistent compilation

2018-10-26 Thread Pierre Perol-Schneider
Hi, Please consider the following example: %% \version "2.19.82" music = \fixed c' { \time 3/8 \voiceOne 4. q } { \music } { \music } { \music } %% After trying several compilation, sometimes the shape command is applied, sometimes not. I've found multiple workarounds in the past messages

Re: Force text on line without using \textLengthOn

2018-10-26 Thread Thomas Morley
Hi Urs, currently I've not the time to dive deeper in your code, maybe later today or during the upcoming weekend. For now only about: Am Fr., 26. Okt. 2018 um 11:54 Uhr schrieb Urs Liska : > Additionally (but this is already present > in your code) when using make-with-dimensions-markup (where

Re: Force text on line without using \textLengthOn

2018-10-26 Thread Davide Liessi
Il giorno ven 26 ott 2018 alle ore 11:55 Urs Liska ha scritto: > make-with-dimensions-markup (where is this > defined? I don't find this with git grep???) `git grep with-dimensions` finds scm/define-markup-commands.scm:(define-markup-command (with-dimensions layout props x y arg) I might have a

Re: Force text on line without using \textLengthOn

2018-10-26 Thread Urs Liska
Hi Harm, Am 25.10.2018 um 23:38 schrieb Thomas Morley: Hi Urs, Am Do., 25. Okt. 2018 um 17:49 Uhr schrieb Urs Liska : ... > Hi Urs, > from your description it sounds you need sort of a spanner with > adjustable length. > Attached some coding hacking TextSpanner. > What do you think? I

Re: Edition Engraver regex/wildcard bug

2018-10-26 Thread Jan-Peter Voigt
Hi Mark, thank you for bringing this up! Until now I wasn't aware of this issue, but in fact it is one. And I have an idea where the problem is buried. For now I opened an issue: https://github.com/openlilylib/edition-engraver/issues/26 Hope to solve it soon! Jan-Peter Am 25.10.18 um 21:28