Re: Change a string in to a identical list

2020-06-04 Thread Carl Sorensen
What do you want A to be? Do you want it to be the symbol A? Carl On 6/4/20, 8:13 AM, "Freeman Gilmore" wrote: 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

Re: Change a string in to a identical list

2020-06-04 Thread Jean Abou Samra
Hello, https://www.gnu.org/software/guile/manual/html_node/List_002fString-Conversion.html Carl 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 This is: (string->list "abcd") returning (#\a #\b #\c #\d).

Re: two lv ties on merged notehead

2020-06-04 Thread Michael Winter via LilyPond user discussion
Thanks all,  Seems like there are many solutions. Also know I understand the problem so will be able to look for such things in the future. Best, Michael Jun 4, 2020, 04:20 by r...@dabble.ch: > Michael Winter wrote: > > It seems that when a notehead is merged in two voices no matter what you

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 7:23 AM David Kastrup wrote: > >

Re: Change a string in to a identical list

2020-06-04 Thread Carl Sorensen
On 6/4/20, 7:00 AM, "Freeman Gilmore" wrote: 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" "B" "-8") to (-3 31 A

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" "B" "-8") to (-3 31 A -6 B -8) if it is simpler.) > > Why would you

Re: Change a string in to a identical list

2020-06-04 Thread David Kastrup
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" "B" "-8") to (-3 31 A -6 B -8) if it is simpler.) Why would you even start with a string then instead of reading a list in the first

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: two lv ties on merged notehead

2020-06-04 Thread Robin Bannister
Michael Winter wrote: It seems that when a notehead is merged in two voices no matter what you do you, lilypond only adds on lv tie. There are indeed two lv ties. But in your example they are using the same (default) settings and so end up exactly superimposed. Try giving the one of them

Re: bach chorales

2020-06-04 Thread Urs Liska
Hi Phil, Am Donnerstag, den 04.06.2020, 11:52 +0200 schrieb Ph. Hezaine: > On 6/1/20, Rudi Guggt wrote: > > > > > There are some mistakes in the titles of the Bach-Chorales. Are > > > > you > > > > curious, what I have found? > > > > > > > > #9, #102, #343 and #361: Ermuntre dich, mein

Re: bach chorales

2020-06-04 Thread Ph. Hezaine
On 6/1/20, Rudi Guggt wrote: There are some mistakes in the titles of the Bach-Chorales. Are you curious, what I have found? #9, #102, #343 and #361: Ermuntre dich, mein schwa_ch_er Geist #45 and #370: Kommt her zu mir, spricht Gottes S_o_hn #50: old: In allen meine_n_ Taten #101: Herr

Re: Adding metronome click track to MIDI

2020-06-04 Thread Matt Wallis
On 03/06/2020 15:55, Francesco Petrogalli wrote: Hi all, I need to add a metronome click sound to the MIDI generated with lilypond, to allow people sync up a record-from-home session. A quick web search didn't bring up anything that I could have used. Is there a special midi instrument I could

Re: When (in seconds) does each page begin?

2020-06-04 Thread Matt Wallis
On 02/06/2020 11:30, Thomas Morley wrote: Am Di., 2. Juni 2020 um 10:19 Uhr schrieb Valentin Villenave : On 5/30/20, Matt Wallis wrote: But I'd still like to know how to find out when a page of a score begins Well, there is something to be done with the 'page-number and 'rank-on-page

Re: Adding metronome click track to MIDI

2020-06-04 Thread Valentin Villenave
On 6/4/20, Francesco Petrogalli wrote: > thank you both for your help. I have created a solution based on your > examples. I hope you don't mind the copy and paste + tweak exercise, Hey, that’s what the list is for! Also, I’ve uploaded a copy of my own function onto