Re: LilyPond 2.23.8 released

2022-04-27 Thread Freeman Gilmore
one that has on knowledge of programming. Something like what Carl did but using the word program instead of binary. .Too many words can have the same effect of confusion. Thank you, ƒg. On Wed, Apr 27, 2022 at 10:44 AM David Kastrup wrote: > Freeman Gilmore writes: > > > On Wed, Ap

Re: LilyPond 2.23.8 released

2022-04-27 Thread Freeman Gilmore
On Wed, Apr 27, 2022 at 10:03 AM Carl Sorensen wrote: > > > On Wed, Apr 27, 2022 at 7:31 AM Freeman Gilmore > wrote: > >> >> >> On Wed, Apr 27, 2022 at 9:04 AM Tim's Bitstream >> wrote: >> >>>  >>> >>> On Apr 26, 20

Re: LilyPond 2.23.8 released

2022-04-27 Thread Freeman Gilmore
On Wed, Apr 27, 2022 at 9:40 AM Michael Gerdau wrote: > >> One of the following binaries. Sorry, that is the way I read it. > > I understand what is meant now. But if you do not have a clue what a > > binary is then My understanding of english is the header indicates that > > there are 5 b

Re: LilyPond 2.23.8 released

2022-04-27 Thread Freeman Gilmore
On Wed, Apr 27, 2022 at 6:55 AM David Kastrup wrote: > Freeman Gilmore writes: > > > On Tue, Apr 26, 2022 at 7:58 PM David Kastrup wrote: > > > >> Freeman Gilmore writes: > >> > >> > Is there going to be a non binary version for windows co

Re: LilyPond 2.23.8 released

2022-04-27 Thread Freeman Gilmore
On Wed, Apr 27, 2022 at 9:04 AM Tim's Bitstream wrote: >  > > On Apr 26, 2022, at 9:32 PM, Freeman Gilmore > wrote: > >  > > > On Tue, Apr 26, 2022 at 7:58 PM David Kastrup wrote: > >> Freeman Gilmore writes: >> >> > On Mon, Apr 25, 2

Re: LilyPond 2.23.8 released

2022-04-26 Thread Freeman Gilmore
On Mon, Apr 25, 2022 at 3:50 PM David Kastrup wrote: > > We are happy to announce the release of LilyPond 2.23.8. This is termed > a development release, but these are usually reliable. If you want to > use the current stable version of LilyPond, we recommend using the > 2.22.2 version. > > In th

Re: LilyPond 2.23.8 released

2022-04-26 Thread Freeman Gilmore
On Tue, Apr 26, 2022 at 7:58 PM David Kastrup wrote: > Freeman Gilmore writes: > > > On Mon, Apr 25, 2022 at 3:50 PM David Kastrup wrote: > > > >> > >> We are happy to announce the release of LilyPond 2.23.8. This is termed > >> a development re

Re: LilyPond 2.23.8 released

2022-04-26 Thread Freeman Gilmore
On Mon, Apr 25, 2022 at 3:50 PM David Kastrup wrote: > > We are happy to announce the release of LilyPond 2.23.8. This is termed > a development release, but these are usually reliable. If you want to > use the current stable version of LilyPond, we recommend using the > 2.22.2 version. > > In th

Microtonal notation

2021-02-11 Thread Freeman Gilmore
Is there a version of, "from St. Matthew Passion, J. S. Bach" http://lsr.di.unimi.it/LSR/Item?id=786, that will work with \version "2.20.0"? Thank you, ƒg

Re: [OT] Re: Snippet does not work properly ?

2021-02-10 Thread Freeman Gilmore
On Tue, Feb 9, 2021 at 5:04 PM David Wright wrote: > On Tue 09 Feb 2021 at 14:22:39 (-0500), Freeman Gilmore wrote: > > On Sun, Feb 7, 2021 at 6:18 PM Thomas Morley wrote: > > > Am So., 7. Feb. 2021 um 22:48 Uhr schrieb Freeman Gilmore: > > > > > >>

Re: Pic of score

2021-02-08 Thread Freeman Gilmore
On Mon, Feb 8, 2021 at 9:17 AM Knute Snortum wrote: > On Sun, Feb 7, 2021 at 11:27 AM Freeman Gilmore > wrote: > > > > I have a question that I would like to ask, but first can I send pics of > scores with it or do i have to send pics as attachments? > > > > Th

Pic of score

2021-02-07 Thread Freeman Gilmore
I have a question that I would like to ask, but first can I send pics of scores with it or do i have to send pics as attachments? Thank you, ƒg

Re: Clear musi view button

2021-01-12 Thread Freeman Gilmore
On Tue, Jan 12, 2021 at 6:53 AM Federico Bruni wrote: > > > Il giorno lun, gen 11 2021 at 21:35:31 -0500, Freeman Gilmore > ha scritto: > > Is there a hotkey for the 'Clear musi view button'? > > Thank you ƒg > > In Frescobaldi? > > There's n

Clear musi view button

2021-01-11 Thread Freeman Gilmore
Is there a hotkey for the 'Clear musi view button'? Thank you ƒg

Re: rounded number to an integer? Disregard last post

2021-01-02 Thread Freeman Gilmore
Disregard this post. inexact->exact does what i want just fine. Thank you, ƒg On Sun, Jan 3, 2021 at 12:08 AM Freeman Gilmore wrote: > > > On Sat, Jan 2, 2021 at 11:10 PM Aaron Hill > wrote: > >> On 2021-01-02 7:38 pm, Freeman Gilmore wrote: >> > How do I

Re: rounded number to an integer?

2021-01-02 Thread Freeman Gilmore
On Sat, Jan 2, 2021 at 11:10 PM Aaron Hill wrote: > On 2021-01-02 7:38 pm, Freeman Gilmore wrote: > > How do I change a rounded number (decimal number) to an integer? > > Example: (round 60.76) ==> 61.0 want ==> 61 > > inexact->exact will do that. > >

rounded number to an integer?

2021-01-02 Thread Freeman Gilmore
How do I change a rounded number (decimal number) to an integer? Example: (round 60.76) ==> 61.0 want ==> 61 For: #(define try (/ (round 60.76) 64)) #(write try) ==> 0.953125 Want ==> 61/64 Thank you, ƒg

Re: keyAlterationOrder

2020-12-29 Thread Freeman Gilmore
On Tue, Dec 29, 2020 at 2:14 PM Carl Sorensen wrote: > > > On Tue, Dec 29, 2020 at 12:06 PM Freeman Gilmore < > freeman.gilm...@gmail.com> wrote: > >> >> >Next question, If a note in a score has an accidental or natural with >> it and the same note

Re: keyAlterationOrder

2020-12-29 Thread Freeman Gilmore
Than you Aaron and Jean On Tue, Dec 29, 2020 at 3:56 AM Jean Abou Samra wrote: Thank you Aaron and Jean Hi, > > > I know that the alist cannot be read with assoc, at least in its simple > > form. > > I should have said "I know that this list of pairs cannot ..." > Why not? > > > assoc would re

Re: keyAlterationOrder

2020-12-28 Thread Freeman Gilmore
On Mon, Dec 28, 2020 at 5:10 PM Jean Abou Samra wrote: Jean: > Hello, > > [...] > > And they have it wrong.I believe it should read: … *step *is > a number from 0 to 6 and *alter *from -2 (flat) to 2 (sharp)? > (Not -2 (sharp) to 2 (flat).) > > > This sounds wrong indeed. FLAT is -1/2 and S

Re: [Frescobaldi] ANN: Frescobaldi 3.1.3

2020-12-26 Thread Freeman Gilmore
On Sat, Dec 26, 2020 at 8:07 AM Wilbert Berendsen wrote: > Dear friends, > > I'm happy to announce the availability of Frescobaldi 3.1.3, a bugfix > release, with bugfixes, updated translations and > a small [BIG] new feature: a > Clear button to empty the Music View. > Thank you, ƒg > > Than

Re: keyAlterationOrder

2020-12-23 Thread Freeman Gilmore
On Wed, Dec 23, 2020 at 9:49 PM Carl Sorensen wrote: > > > On Wed, Dec 23, 2020 at 7:15 PM Freeman Gilmore > wrote: > >> >> >> On Wed, Dec 23, 2020 at 4:59 PM Carl Sorensen >> wrote: >> >>> Freeman, >>> >>> On Wed, Dec 23

Re: keyAlterationOrder

2020-12-23 Thread Freeman Gilmore
On Wed, Dec 23, 2020 at 4:59 PM Carl Sorensen wrote: > Freeman, > > On Wed, Dec 23, 2020 at 2:41 PM Freeman Gilmore > wrote: > >> >> >> On Tue, Dec 22, 2020 at 1:02 PM Mark Stephen Mrotek >> wrote: >> >>> Freeman, >>> >

Re: keyAlterationOrder

2020-12-23 Thread Freeman Gilmore
lypond-user-bounces+carsonmark= > ca.rr....@gnu.org] *On Behalf Of *Freeman Gilmore > *Sent:* Tuesday, December 22, 2020 7:54 AM > *To:* Lilypond-User Mailing List > *Subject:* keyAlterationOrder > > > > Is there a place that explains in detail keyAlterationOrder? > > Thank you, ƒg >

Re: keyAlterationOrder

2020-12-22 Thread Freeman Gilmore
ark= > ca.rr....@gnu.org] *On Behalf Of *Freeman Gilmore > *Sent:* Tuesday, December 22, 2020 7:54 AM > *To:* Lilypond-User Mailing List > *Subject:* keyAlterationOrder > > > > Is there a place that explains in detail keyAlterationOrder? > > Thank you, ƒg >

keyAlterationOrder

2020-12-22 Thread Freeman Gilmore
Is there a place that explains in detail keyAlterationOrder? Thank you, ƒg

Re: grammar in LilyPond

2020-11-17 Thread Freeman Gilmore
Yes, thank you!, ƒg On Tue, Nov 17, 2020 at 3:23 PM Trevor wrote: > > Freeman, you wrote 17/11/2020 17:35:47 > > I would like to understand better how names are used LilyPond? > For example, when Capital letters are used, "-", ".", "_", &c. in > variables and functions, &c. > I read this sum pl

grammar in LilyPond

2020-11-17 Thread Freeman Gilmore
I would like to understand better how names are used LilyPond? For example, when Capital letters are used, "-", ".", "_", &c. in variables and functions, &c. I read this sum place, but i can not find it. If someone knows a referans, please tell me? Thank you, ƒg

Re: [OLL} Discourse forum

2020-10-16 Thread Freeman Gilmore
Good suggestion.. On Fri, Oct 16, 2020 at 10:33 AM Gilles Sadowski wrote: > > Hi. > > 2020-10-16 15:47 UTC+02:00, Andrew Bernard : > > To provide a focus and a sub-community for LilyPond users and those > > interested in openLilyLib, I have established a Discourse forum here: > > > > https://disc

Re: [OLL] openLilyLib news

2020-10-15 Thread Freeman Gilmore
Nice, ƒg On Thu, Oct 15, 2020 at 9:31 PM Andrew Bernard wrote: > > What's happening with OLL, latest news. I have made a dedicated > website, https://openlilylib.space. > > I think OLL is distinct enough to have it's own mailing list, and I > don't want to clog the lilypond user list with technic

Re: OLL and git

2020-10-11 Thread Freeman Gilmore
Thank you. ƒg On Sun, Oct 11, 2020 at 5:19 AM Andrew Bernard wrote: > To all interested in OLL. as I am starting this anew, in effect, I am > at the moment considering moving to Gitlab instead of Github. There is > precedent for this - lilypond is there! (not that that is directly > related to O

Re: Fwd: \accidentalStyle dodecaphonic

2020-08-21 Thread Freeman Gilmore
nly wording: "A predefined command such as \dynamicUp or a music expression like \accidentalStyle dodecaphonic" and 3 places where it was used that i did not understand. Thank you, ƒg > > > Andrew > > > On 21/08/2020 11:57 am, Freeman Gilmore wrote: > > > > That is where I got this. But what does it do, usd for, &c. Thank you, ƒg > > >

Fwd: \accidentalStyle dodecaphonic

2020-08-20 Thread Freeman Gilmore
-- Forwarded message - From: Freeman Gilmore Date: Thu, Aug 20, 2020 at 4:14 PM Subject: Re: \accidentalStyle dodecaphonic To: Phil Holmes On Thu, Aug 20, 2020 at 9:21 AM Phil Holmes wrote: > > See > http://lilypond.org/doc/v2.21/Documentation/notation-big-page.html#

\accidentalStyle dodecaphonic

2020-08-20 Thread Freeman Gilmore
Would someone please explain \accidentalStyle dodecaphonic in the following: \score { \new Staff { \treble } \layout { \context { \Score \accidentalStyle dodecaphonic } } } This is what found in the manuals, "A predefined command such as \dynamicUp or a music ex

Re: ly:pitch-alteration

2020-07-21 Thread Freeman Gilmore
David: I am trying things with ly:make-pitch and thould to miniature it with ly:pitch-alteration. not sure it would work for that.I use makam as a guide for what I am trying to do. Thank you, ƒg On Tue, Jul 21, 2020 at 9:40 AM David Kastrup wrote: > > Freeman Gilmore writes: >

Re: ly:pitch-alteration

2020-07-21 Thread Freeman Gilmore
On Tue, Jul 21, 2020 at 4:24 AM Hans Åberg wrote: > > > > On 21 Jul 2020, at 05:08, Freeman Gilmore wrote: > > > > This is where I got ly:pitch-alteration. from, but I do not know how > > to use it: > > http://x31eq.com/lilypond/ > > This is Graham Br

Re: ly:pitch-alteration

2020-07-20 Thread Freeman Gilmore
This is where I got ly:pitch-alteration. from, but I do not know how to use it: http://x31eq.com/lilypond/ The Pitch Model Pitches in Lilypond are a combination of the position on the staff, and the alteration relative to the nominal at that position, as a rational fraction of a 200 cent whole to

ly:pitch-alteration

2020-07-17 Thread Freeman Gilmore
Using ly:pitch-alteration with makam.ly, if I play {ck}, how would i use ly:pitch-alteration to see the alteration inside makam.ly? Thank you, ƒg

problem running example.ly (example of Feta and Bravura)

2020-07-07 Thread Freeman Gilmore
I am trying to run example.ly (example of Feta and Bravura) from openLilyLil. It has been working fine; but I have been trying things with SMuFL. I run four computers, from a stick, that has LilyPond, Fescobaldi, and openLilyLil uninstall on. The computer that I want to use has a problem, the

Re: More Regexp help

2020-06-28 Thread Freeman Gilmore
Arron, I am replying to this knowing that some code is wrong. On Sun, Jun 28, 2020 at 1:05 AM Aaron Hill wrote: > > On 2020-06-27 6:45 pm, Freeman Gilmore wrote: > > I have a string of accidentals and I want the sum of their deviation. > > > > If I have the string, “a bx

More Regexp help

2020-06-27 Thread Freeman Gilmore
I have a string of accidentals and I want the sum of their deviation. If I have the string, “a bx3 cd -jk -DRx2 rtyu -HJK 31 17x4 -7 -41x3” with all possible examples. I want to convert it to, “ a (* b 3) -jk (* -DR 2) rtyu -HJK n31 (* n17 4) -n7 (* -n41 3)” Then, (a (* b 3) -jk (* -DR 2) rt

Re: Regexp Functions

2020-06-20 Thread Freeman Gilmore
On Tue, Jun 16, 2020 at 4:41 AM Aaron Hill wrote: > > On 2020-06-15 11:16 pm, Freeman Gilmore wrote: > > "y" could represent one of my accidentals, "-y" inverted. "-ax3" , > > one of my accidentals , > > "-a" used 3 times; li

Re: Regexp Functions

2020-06-16 Thread Freeman Gilmore
On Tue, Jun 16, 2020 at 4:41 AM Aaron Hill wrote: > > On 2020-06-15 11:16 pm, Freeman Gilmore wrote: > > "y" could represent one of my accidentals, "-y" inverted. "-ax3" , > > one of my accidentals , > > "-a" used 3 times; li

Re: Regexp Functions

2020-06-15 Thread Freeman Gilmore
On Mon, Jun 15, 2020 at 10:32 PM Aaron Hill wrote: > > On 2020-06-15 5:57 pm, Freeman Gilmore wrote: > > Thank you Aaron. : > > > > In order to ask my question, not knowing how to ask, I simplified it > > too much. The one or both of the first two below may wor

Re: Regexp Functions

2020-06-15 Thread Freeman Gilmore
i do not have a clue? Starting with "-y -ax3 +rx2 -stx2 t" , ending with ("-y" "-a" "-x3" "+rx2" "-st" "-x2" "t") Thank you, ƒg On Tue, Jun 9, 20'20 at 5:40 PM Aaron Hill wrote: > > On 2020-06-09 12:42 am

Re: Regexp Functions

2020-06-09 Thread Freeman Gilmore
That looks good Thank you, ƒg On Tue, Jun 9, 2020 at 10:26 AM Phil Holmes wrote: > > I've always found http://www.regular-expressions.info/ very helpful. > > -- > Phil Holmes > > > - Original Message - > From: "Freeman Gilmore" > To: &quo

Re: Regexp Functions

2020-06-09 Thread Freeman Gilmore
Thank you that should help, ƒg On Tue, Jun 9, 2020 at 10:01 AM Jacques Menu wrote: > > Hello Freeman, > > The reference I use is http://www.cplusplus.com/reference/regex/ECMAScript/ . > > Greed is mentioned under ‘Quantifiers‘ > > HTH! > > JM > > > Le

Re: Regexp Functions

2020-06-09 Thread Freeman Gilmore
On Tue, Jun 9, 2020 at 6:51 AM Jacques Menu wrote: > > Hello Freeman, > > > Le 9 juin 2020 à 09:43, Freeman Gilmore a écrit > > : > > > > On Tue, Jun 9, 2020 at 1:25 AM Michael Gerdau wrote: > >> > >> Hi! > >> > >> I f

Re: Regexp Functions

2020-06-09 Thread Freeman Gilmore
at this means: non greedy regular expressions? Thank you, ƒg As Aaron already wrote you need expressions to capture the whole block and isolate the subexpressions you wish to operate on (A, ... and x in your case - if I understand you correctly) > > Kind regards, > Michael > > M

Re: Regexp Functions

2020-06-09 Thread Freeman Gilmore
On Mon, Jun 8, 2020 at 4:31 PM Aaron Hill wrote: > > On 2020-06-08 12:47 pm, Caio Barros wrote: > > Hello! > > > > Em seg., 8 de jun. de 2020 às 08:37, Freeman Gilmore < > > freeman.gilm...@gmail.com> escreveu: > > > >> If the string

Re: Regexp Functions

2020-06-08 Thread Freeman Gilmore
ld be to split the strings into two strings if a space exists.So "A... x2" becomes "A..." " x2" and "-A... x2" becomes "-A..." "-x2" ; two glyph each to form ligatures. Thank you, ƒg On Mon, Jun 8, 2020 at 4:31 PM Aaron Hill wrote:

Regexp Functions

2020-06-08 Thread Freeman Gilmore
If the string is "A ... B ... " , using Regexp Functions is it possible, if 'A' matches [-] then 'B' would be replaced by "C"?'A' is first in the string. Position of B is not constant.and may not be there. Thank you, ƒg

Re: Change a string in to a identical list

2020-06-04 Thread Freeman Gilmore
Carl: I know about that section but i do not know how to make any thing there work for this Do you have an example? Thank you,ƒg On Thu, Jun 4, 2020 at 9:52 AM Carl Sorensen wrote: > > > > On 6/4/20, 7:00 AM, "Freeman Gilmore" wrote: > > On Thu, Jun 4, 2020 at

Re: Change a string in to a identical list

2020-06-04 Thread Freeman Gilmore
On Thu, Jun 4, 2020 at 7:23 AM David Kastrup wrote: > > Freeman Gilmore writes: > > > How to change a string in to a identical list. > > From "-3 31 A -6 B -8" to (-3 31 A -6 B -8).(Or from ("-3" > > "31" "A" "-6

Change a string in to a identical list

2020-06-04 Thread Freeman Gilmore
How to change a string in to a identical list. >From "-3 31 A -6 B -8" to (-3 31 A -6 B -8).(Or from ("-3" "31" "A" "-6" "B" "-8") to (-3 31 A -6 B -8) if it is simpler.) Thank you, ƒg

Re: list of strings from a string

2020-06-03 Thread Freeman Gilmore
> Also it will not backslash-escape quote marks or newlines or, well, > backslashes. If you want a rendition that can be read back by Scheme, > «write» really is the saner option. > > -- > David KastrupThank you that is good to know. It is working fine for me > now, thanks, ƒg

Re: list of strings from a string

2020-06-03 Thread Freeman Gilmore
David and Valentin Thank you. I did not know about #(write ...). I will switch to write from now on. On Wed, Jun 3, 2020 at 11:41 AM Valentin Villenave wrote: > > On 6/3/20, Freeman Gilmore wrote: > > % Gives me this: (-3 A -6 1 -B), > > Well, it _is_ a list of s

list of strings from a string

2020-06-03 Thread Freeman Gilmore
\version "2.20.0" #(define Z '()) j = #(define-void-function % Starting form here. (x) (string>?) (set! Z x )) \j "-3 A -6 1 -B" #(define Y (string-split Z #\sp )) #(display Y) #(newline) % Gives me this: (-3 A -6 1 -B), string-split => list, I do want a list but %

Re: string-split procedure

2020-06-02 Thread Freeman Gilmore
Thank you, all 3 work. ƒg On Tue, Jun 2, 2020 at 8:17 AM Valentin Villenave wrote: > > On 6/2/20, Thomas Morley wrote: > > (string-split "root x 0 0 root /root /bin/bash" #\SPACE) > > I think the recommended syntax is #\space (which is internally an > alias for #\sp if I understand correctly). >

string-split procedure

2020-06-02 Thread Freeman Gilmore
Example: (string-split "root:x:0:0:root:/root:/bin/bash" #\:) ⇒ ("root" "x" "0" "0" "root" "/root" "/bin/bash") Now if i replace the ":"s with " "s, what do I put in the place of the ":" in: (string-split "root x 0 0 root /root /bin/bash" #\:) ⇒ ("root" "x" "0" "0" "root" "/root" "/bin/bash") Tha

Re: use variable out side procedure

2020-05-29 Thread Freeman Gilmore
On Fri, May 29, 2020 at 4:19 PM Ralf Mattes wrote: > > Sorry if I allow myself to comment as a lurker on this list > > Am Freitag, 29. Mai 2020 21:26 CEST, Aaron Hill > schrieb: > > > On 2020-05-29 6:49 am, Freeman Gilmore wrote: > > > I guess i need

Re: use variable out side procedure

2020-05-29 Thread Freeman Gilmore
, 2020 at 3:27 PM Aaron Hill wrote: > > On 2020-05-29 6:49 am, Freeman Gilmore wrote: > > I guess i need a text/course book in scheme that explained little > > things like that. That was simple, thank you, ƒg > > Might I recommend the following: > > =

Re: use variable out side procedure

2020-05-29 Thread Freeman Gilmore
I guess i need a text/course book in scheme that explained little things like that. That was simple, thank you, ƒg On Fri, May 29, 2020 at 9:37 AM Valentin Villenave wrote: > > On 5/29/20, Freeman Gilmore wrote: > > But how do i get Z (or x) out side so i can use the variable?

use variable out side procedure

2020-05-29 Thread Freeman Gilmore
\version "2.20.0" #(use-modules (ice-9 regex) j = #(define-void-function (x) (string>?) (define Z x) (display Z))%works \j "-3 +8 -6+1-8" But how do i get Z (or x) out side so i can use the variable? for example: #(display Z) Thank you, ƒg

Re: Replace sub-string

2020-05-28 Thread Freeman Gilmore
On Thu, May 28, 2020 at 8:10 AM Aaron Hill wrote: > > On 2020-05-28 4:46 am, Freeman Gilmore wrote: > > Just getting to this and having a problem. See below. > > > \version "2.20.0" > > #(regexp-substitute/global #f "[ \t]+" "this is t

Re: Replace sub-string

2020-05-28 Thread Freeman Gilmore
Arron: Just getting to this and having a problem. See below. On Sat, May 23, 2020 at 12:31 AM Aaron Hill wrote: > > On 2020-05-22 8:38 pm, Freeman Gilmore wrote: > > Is there a procedure, to replace 'all' occurrences of a sub-string > > within a string. with a stri

Replace sub-string

2020-05-22 Thread Freeman Gilmore
Is there a procedure, to replace 'all' occurrences of a sub-string within a string. with a string? If so please give an example. Thank you, ƒg

Ly:make-pitch

2020-05-18 Thread Freeman Gilmore
Would someone please tell me what all Ly:make-pitch, is used for? Thank you, ƒg

Re: Resources For Learning Scheme?

2020-05-16 Thread Freeman Gilmore
On Sat, May 16, 2020 at 7:34 AM Jamie Beardslee wrote: > > The Guile reference manual [1] contains a good introduction to the > language in general as well as some more in-depth information for > working with guile specifically. > > One of the most useful resources for me in grasping the important

Re: Frescobaldi Quick key for Lily button

2020-05-12 Thread Freeman Gilmore
On Sun, Dec 29, 2019 at 6:22 PM Urs Liska wrote: > > Am Sonntag, den 29.12.2019, 10:44 -0500 schrieb Freeman Gilmore: > > In Frescobaldi is there a quick key that can be used in place of > > the Lily button? > > There are a number of preset shortcuts to trigger LilyPond &g

Re: define-void-function

2020-05-09 Thread Freeman Gilmore
Aaron: I just had a chance to go over this. Your details helped all makes sense to me, Thank you for your time, greatly appreciated. ƒg On Fri, May 8, 2020 at 1:44 AM Aaron Hill wrote: > > On 2020-05-07 9:42 pm, Freeman Gilmore wrote: > > On Thu, May 7, 2020 at 11:32 PM Aaron Hil

Re: define-void-function

2020-05-07 Thread Freeman Gilmore
On Thu, May 7, 2020 at 11:32 PM Aaron Hill wrote: > > On 2020-05-07 7:22 pm, Freeman Gilmore wrote: > > Need lots of help this. Starting with this: > > > > sum = #(lambda x > >(define A (apply + x)) > >(display A)) > > > > #(sum 2 3

define-void-function

2020-05-07 Thread Freeman Gilmore
Need lots of help this. Starting with this: sum = #(lambda x (define A (apply + x)) (display A)) #(sum 2 3 4 5) % 14 (from LilyPond Log) I am guessing from reading “Extending LilyPond“ the above could be maid into: function = (define-void-function (arg1 arg2 …) (type1? typ

Re: cheap-list

2020-05-07 Thread Freeman Gilmore
Aaron: That helps but I do not know how to use it.For now that is OKI found the places in “Notation Reference” where cheap-list was mentioned, that is why I asked. Thank you, ƒg On Thu, May 7, 2020 at 9:09 PM Aaron Hill wrote: > > On 2020-05-07 4:52 pm, Freeman Gilmore

Re: cheap-list

2020-05-07 Thread Freeman Gilmore
Aaron, thank you; but i do not have a clue. Were can I read about this? Google is no help. ƒg On Wed, May 6, 2020 at 10:59 PM Aaron Hill wrote: > > On 2020-05-06 7:34 pm, Freeman Gilmore wrote: > > What is a cheap-list and where is it explained? > > Thank you, ƒg > >

cheap-list

2020-05-06 Thread Freeman Gilmore
What is a cheap-list and where is it explained? Thank you, ƒg

Re: Unbound variable: \markup

2020-05-04 Thread Freeman Gilmore
Lukas and Kevin: Thank you, this should do it. Looks like it answers many question I have been having. ƒg On Mon, May 4, 2020 at 10:51 AM Kevin Barry wrote: > Hi Freeman, > > > The first one below works fine but the second does not work when the > > dollar is replaced with \markup \vcenter \

Unbound variable: \markup

2020-05-04 Thread Freeman Gilmore
The first one below works fine but the second does not work when the dollar is replaced with \markup \vcenter \huge \bold "$". Please explain why?Why is \markup bound in the first and not in the second.I see \markup used in many places like to the second example that works, what is the di

Re: Search inside LilyPond

2020-04-28 Thread Freeman Gilmore
On Tue, Apr 28, 2020 at 4:51 PM David Nalesnik wrote: > On Tue, Apr 28, 2020 at 3:46 PM David Nalesnik > wrote: > > > > On Mon, Apr 27, 2020 at 10:56 AM Adam Good > wrote: > > > > > > Freeman see below... > > > > > > On Sat, Apr 25, 2020

Re: Search inside LilyPond

2020-04-28 Thread Freeman Gilmore
On Tue, Apr 28, 2020 at 4:46 PM David Nalesnik wrote: > On Mon, Apr 27, 2020 at 10:56 AM Adam Good wrote: > > > > Freeman see below... > > > > On Sat, Apr 25, 2020 at 8:52 PM Freeman Gilmore < > freeman.gilm...@gmail.com> wrote: > >> > >> Da

Re: Search inside LilyPond

2020-04-27 Thread Freeman Gilmore
On Mon, Apr 27, 2020 at 11:27 AM David Wright wrote: > On Sat 25 Apr 2020 at 21:11:50 (-0400), Freeman Gilmore wrote: > > On Sat, Apr 25, 2020 at 8:20 PM David Wright > wrote: > > > On Sat 25 Apr 2020 at 19:40:47 (-0400), Freeman Gilmore wrote: > > > > Is th

Re: Search inside LilyPond

2020-04-27 Thread Freeman Gilmore
On Mon, Apr 27, 2020 at 11:56 AM Adam Good wrote: > Freeman see below... > > On Sat, Apr 25, 2020 at 8:52 PM Freeman Gilmore > wrote: > >> David: >> Sorry but i am lost, I do not understand how to get to the file were, >> \makamGlyphs >> is define

Re: Search inside LilyPond

2020-04-25 Thread Freeman Gilmore
On Sat, Apr 25, 2020 at 8:20 PM David Wright wrote: > On Sat 25 Apr 2020 at 19:40:47 (-0400), Freeman Gilmore wrote: > > Is there an app that can search inside LilyPond? > > > > For example in makam.ly there is: \override > KeySignature.glyph-name-alist = > > \maka

Re: Search inside LilyPond

2020-04-25 Thread Freeman Gilmore
On Sat, Apr 25, 2020 at 8:09 PM David Nalesnik wrote: > On Sat, Apr 25, 2020 at 6:41 PM Freeman Gilmore > wrote: > > > > Is there an app that can search inside LilyPond? > > > > For example in makam.ly there is: \override > KeySignature.glyph-name-alist = \maka

Search inside LilyPond

2020-04-25 Thread Freeman Gilmore
Is there an app that can search inside LilyPond? For example in makam.ly there is: \override KeySignature.glyph-name-alist = \makamGlyphs . I would like to find where, \makamGlyphs, is defined. Thank you, ƒg

ly:make-pitch

2020-02-27 Thread Freeman Gilmore
Is there a place were i can read about ly:make-pitch what it does and how to use it? Thank you, ƒg

Re: Unicode code points

2020-02-27 Thread Freeman Gilmore
On Thu, Feb 27, 2020 at 2:09 AM Torsten Hämmerle wrote: > Freeman Gilmore wrote > > That is interesting, it is in the Private Use Area of Unicode, same area > > as > > Bravura. > > Yup. In Emmentaler, there is one big exception I forgot to mention (but > this > h

Re: Unicode code points

2020-02-26 Thread Freeman Gilmore
On Wed, Feb 26, 2020 at 6:09 PM Torsten Hämmerle wrote: > As far as I know, some special implementations are using SMuFL fonts, most > notably Dorico's Bravura. These implementations will definitely use > explicit code points. > > But LilyPond's makam.ly is making use of Emmentaler (Feta) glyphs

Re: Unicode code points

2020-02-26 Thread Freeman Gilmore
On Wed, Feb 26, 2020 at 6:09 PM Torsten Hämmerle wrote: > As far as I know, some special implementations are using SMuFL fonts, most > notably Dorico's Bravura. These implementations will definitely use > explicit code points. > LilyPond converts the names to Unicode, the file can be found in op

Re: Unicode code points

2020-02-26 Thread Freeman Gilmore
On Wed, Feb 26, 2020 at 1:46 PM David Kastrup wrote: > Freeman Gilmore writes: > > > What is the name of the file that converts the glyph accidental names > used > > in the makam.ly to Unicode code points? > > I don't think we are working with Unicode code point

Unicode code points

2020-02-26 Thread Freeman Gilmore
What is the name of the file that converts the glyph accidental names used in the makam.ly to Unicode code points? Thank you, ƒg

Re: ly:make-pitch​

2020-02-15 Thread Freeman Gilmore
On Sat, Feb 15, 2020 at 11:08 AM David Kastrup wrote: > Freeman Gilmore writes: > > > Were can I find the procedure for ly:make-pitch ? > > Beneath > > lily/pitch-scheme.cc:LY_DEFINE (ly_make_pitch, "ly:make-pitch", > I could not find this in the LilyPon

ly:make-pitch​

2020-02-15 Thread Freeman Gilmore
Were can I find the procedure for ly:make-pitch ? Thank you, ƒg

Re: Double Parenthesis

2020-02-09 Thread Freeman Gilmore
I did not see this when i replied last , so let me read it i loos like it is the answer i want. Thank you,ƒg On Sun, Feb 9, 2020 at 12:38 PM David Kastrup wrote: > Freeman Gilmore writes: > > > On Sun, Feb 9, 2020 at 9:33 AM Thomas Morley > > wrote: > > > >&

Re: Double Parenthesis

2020-02-09 Thread Freeman Gilmore
On Sun, Feb 9, 2020 at 12:25 PM Kieren MacMillan < kieren_macmil...@sympatico.ca> wrote: > Hi Freeman, > > > Ok you are getting closer to what i am asking. > > I’m glad! > > > Rerote(let ((rand (random 100))) ...) .I need to understand it > so that i know which to use and when? > > ((rand

Re: Double Parenthesis

2020-02-09 Thread Freeman Gilmore
On Sun, Feb 9, 2020 at 11:45 AM Kieren MacMillan < kieren_macmil...@sympatico.ca> wrote: > Hi Freeman, > > > I understand the above and below but not this let ((rand (random > 100))) > > Put in your form: (let ((rand (random 100))) ...) > > Here are the thoughts of a Scheme newbie — hopefully t

Re: Double Parenthesis

2020-02-09 Thread Freeman Gilmore
On Sun, Feb 9, 2020 at 9:33 AM Thomas Morley wrote: > Am So., 9. Feb. 2020 um 15:02 Uhr schrieb Freeman Gilmore > : > > > > > > > > This is taken from the "Scheme Book". > > > > Question why double parenthesis for let ((rand (random 100))

Double Parenthesis

2020-02-09 Thread Freeman Gilmore
This is taken from the "Scheme Book". Question why double parenthesis for let ((rand (random 100))) ? Thank you, ƒg

Re: Scheme Book

2020-02-01 Thread Freeman Gilmore
Thanks, Urs: I have read “Extending LilyPond”, it did give me some idea of some of what I need to know. But the need was still there. I find your “Scheme Book” answers this need. Thank you for all your effort.Wish I was smart enough to help. Thank You, ƒg On Sat, Feb 1, 2020 at 3:47 A

Re: Scheme Book

2020-01-31 Thread Freeman Gilmore
Ok if i reduce the size to 75% the index comes back But i would like it larger. Disregard my request. Thank you, ƒg On Fri, Jan 31, 2020 at 2:35 PM Freeman Gilmore wrote: > I was reading the Scheme Book. It had a index of ALL the chapters on the > lift side which made it ez go back and

  1   2   >