Re: error :GUILE signaled an error for the expression beginning here #

2021-07-23 Thread ming tsang
Hi David Wright, Thank you for your reply. You are right, this is not essential for my work with lilypond / frecobaldi. I have made a note to myself to create file location (path) & file names in english only in relation to lilypond/frecobaldi. I have not encountered problems with other software

Re: error :GUILE signaled an error for the expression beginning here #

2021-07-22 Thread David Wright
On Thu 22 Jul 2021 at 12:12:03 (-0400), ming tsang wrote: > > I guess I will wait for #1379 in frecobaldi user list to resolve. I hope you're only waiting to be able to double-click in your file manager, which after all is just a matter of convenience, rather than necessity. I don't know what yo

Re: error :GUILE signaled an error for the expression beginning here #

2021-07-22 Thread ming tsang
Dear David Wright: Thank you for your reply. I guess I will wait for #1379 in frecobaldi user list to resolve. I use surface pro 4 & window 10; frecobaldi v3.1.3, lilypond v2.23.3. I have the following info about my surface pro 4: [image: image.png] I use handwriting pad in my keyboard to write f

Re: error :GUILE signaled an error for the expression beginning here #

2021-07-18 Thread David Wright
On Sun 18 Jul 2021 at 21:03:12 (-0400), ming tsang wrote: > I lost track of the author who updated the snippet id 197 recently. I > adapted to display the UTF-8 character in file path (location) and file > name. > I did some test: > 1. file location path that contains UTF-8 character and no UTF-8

Re: error :GUILE signaled an error for the expression

2021-07-14 Thread Martin Neubauer
On 13/07/2021 20:34, David Olson wrote: (poetry unworthy of this talented group, to be sure) (but then, the text of ANY song operates at a level at least 30 IQ points below the median of the singers) (why is that?) There exists some classic research in this field: https://doi.org/10.1145%2F

Re: error :GUILE signaled an error for the expression

2021-07-13 Thread David Olson
quot;c sorensen" Sent: Tuesday, July 13, 2021 10:36:27 AM Subject: Re: error :GUILE signaled an error for the expression Carl : Thank you for the info. How can I change your display/markup font to be a font that includes CJK characters? David Wright : Thank you for reminding me about my

Re: error :GUILE signaled an error for the expression

2021-07-13 Thread Carl Sorensen
From: ming tsang Date: Tuesday, July 13, 2021 at 11:36 AM To: lilypond-user Cc: Knute Snortum , Carl Sorensen Subject: Re: error :GUILE signaled an error for the expression Carl : Thank you for the info. How can I change your display/markup font to be a font that includes CJK characters

Re: error :GUILE signaled an error for the expression

2021-07-13 Thread ming tsang
Carl : Thank you for the info. How can I change your display/markup font to be a font that includes CJK characters? David Wright : Thank you for reminding me about my problem way back in 2015. You suggested using the eps image in the file name. I did not know how to create an eps image for the

Re: error :GUILE signaled an error for the expression

2021-07-13 Thread David Wright
> Date: Tue, 13 Jul 2021 08:14:51 -0700 > From: Knute Snortum > To: ming tsang > > I don't think the error is caused by you not having the font, I think it's > that the font doesn't have a glyph (character, sort of) for U+FFFD. I don't > think all of the UTF-8 characters will work in the music v

Re: error :GUILE signaled an error for the expression beginning here #

2021-07-13 Thread Carl Sorensen
From: lilypond-user on behalf of Knute Snortum Date: Tuesday, July 13, 2021 at 9:15 AM To: ming tsang Cc: David Kastrup , Thomas Morley , lilypond-user , Jean Abou Samra , Jonas Hahnfeld Subject: Re: error :GUILE signaled an error for the expression beginning here # I don't thin

Re: error :GUILE signaled an error for the expression beginning here #

2021-07-12 Thread Knute Snortum
Jean and David: Both of your suggestions work great. Sorry for the noise. -- Knute Snortum On Mon, Jul 12, 2021 at 10:52 AM ming tsang wrote: > > Thank you David Kastrup, > As suggested I use \wordwrap-string instead of \wordwrap. It works. > one question: is there any special character for t

Re: error :GUILE signaled an error for the expression beginning here #

2021-07-12 Thread ming tsang
Thank you David Kastrup, As suggested I use \wordwrap-string instead of \wordwrap. It works. one question: is there any special character for the wrap text OR just when the line fills up it wraps to the next line? Shalom, yMing Tsang On Mon, Jul 12, 2021 at 12:28 PM David Kastrup wrote: > Knute

Re: error :GUILE signaled an error for the expression beginning here #

2021-07-12 Thread David Kastrup
Knute Snortum writes: > Aaron Hill: > > I would like to be able to see the *entire* command line, but when I write > this: > > %%% > \version "2.22.1" > > #(define commandLine (object->string (command-line))) > > \markup { \wordwrap { \commandLine } } > %%% > > ... the text scrolls off the page

Re: error :GUILE signaled an error for the expression beginning here #

2021-07-12 Thread Jean Abou Samra
> Le 12/07/2021 17:50, Knute Snortum a écrit : > > > Aaron Hill: > > I would like to be able to see the *entire* command line, but when I write > this: > > %%% > \version "2.22.1" > > #(define commandLine (object->string (command-line))) > > \markup { \wordwrap { \commandLine } } > %%% > >

Re: error :GUILE signaled an error for the expression beginning here #

2021-07-12 Thread Knute Snortum
Aaron Hill: I would like to be able to see the *entire* command line, but when I write this: %%% \version "2.22.1" #(define commandLine (object->string (command-line))) \markup { \wordwrap { \commandLine } } %%% ... the text scrolls off the page (see attached). I can guess why \wordwrap doesn'

Re: error :GUILE signaled an error for the expression beginning here #

2021-07-12 Thread ming tsang
Heart fill thank you. It was a very experience talking to the lilypond user group and I learned a lot. Knute: Thank you for following up on handling of the utf-8 file name and/or file path (location) problem in frecobaldi. David Kastrup: Thank you for helping me to use convert-ly. David Wright

Re: error :GUILE signaled an error for the expression beginning here #

2021-07-12 Thread Thomas Morley
Am Mo., 12. Juli 2021 um 08:38 Uhr schrieb Jonas Hahnfeld via LilyPond user discussion : > > Am Sonntag, dem 11.07.2021 um 22:54 -0700 schrieb Aaron Hill: > > On 2021-07-11 12:32 pm, ming tsang wrote: > > > I am confused about this "file information" LSR. > > > Yesterday, I did a ""file>save as" to

Re: error :GUILE signaled an error for the expression beginning here #

2021-07-11 Thread Jonas Hahnfeld via LilyPond user discussion
Am Sonntag, dem 11.07.2021 um 22:54 -0700 schrieb Aaron Hill: > On 2021-07-11 12:32 pm, ming tsang wrote: > > I am confused about this "file information" LSR. > > Yesterday, I did a ""file>save as" to a file name to > > untitled_LSR_file-info_v2182.ly. This morning I tried to run the > > untitled_L

Re: error :GUILE signaled an error for the expression beginning here #

2021-07-11 Thread Aaron Hill
On 2021-07-11 12:32 pm, ming tsang wrote: I am confused about this "file information" LSR. Yesterday, I did a ""file>save as" to a file name to untitled_LSR_file-info_v2182.ly. This morning I tried to run the untitled_LSR_file-info_v2182.ly, but I got run error: The code in LSR 197 is not able

Re: error :GUILE signaled an error for the expression beginning here #

2021-07-11 Thread ming tsang
Dear Aaron, Thank you for the info that the LSR repository is v2.18.2. 1. I re-install lilypond v2.18.2 2. I copy the LSR "file information" to a file. 3. I ran it with v2.18.2 - successfully executed. 4. I then apply convert-ly from v2.18.2 to v2.23.3 5. I ran again in v2.23.3 - successfully

Re: error :GUILE signaled an error for the expression beginning here #

2021-07-10 Thread Aaron Hill
On 2021-07-10 8:46 pm, Aaron Hill wrote: On 2021-07-10 7:15 pm, ming tsang wrote: I copied the snippet from the lilypond snippet repository. There is no lilypond version information. Last I checked, the LSR was only up-to-date with 2.18.2. And confirmed at the bottom of the Contributing [1

Re: error :GUILE signaled an error for the expression beginning here #

2021-07-10 Thread Aaron Hill
On 2021-07-10 7:15 pm, ming tsang wrote: I copied the snippet from the lilypond snippet repository. There is no lilypond version information. Last I checked, the LSR was only up-to-date with 2.18.2. -- Aaron Hill