Re: arpeggio variant

2019-01-23 Thread MING TSANG
2019 at 23:27, MING TSANG wrote: I coded arpeggio variant and is not working. Am I use them wrongly?   \version "2.19.82"\language "english"right = \fixed c' {  \key bf\major  \time 4/4  1\arpeggio  |  1\arpeggioArrowDown |   1\arpeggioBracket |   1\arpeggioArrowUp 

utf-8 file name in lilypond

2019-01-30 Thread MING TSANG
http://lsr.di.unimi.it/LSR/Snippet?id=197 I copy the above snippet and name it test_file-name_info.ly and run with fracobaldi3.01 + lilypond2.19.82 it produces desired file infomation. Then I rename the file as test_中文.ly (UTF-8 Chinese characters) and execute and the following error occurs: St

pdf & mid file not saved onto the folder where lily file resides.

2019-03-27 Thread MING TSANG
Hi lilyponder: I have my ipro4 computer hacked. I reinstall window 10 on ipro4. I down load lilypond 2.19.83 & 2.18.2 and also frecobaldi v3.0.1 Then I run frescobaldi to create new lily scroe sheet. It complies OK, but no pdf, mid files saved onto the same folder of lily file. Help is appreciate

Re: pdf & mid file not saved onto the folder where lily file resides.

2019-03-27 Thread MING TSANG
27, 2019, 6:08:43 p.m. EDT, Abraham Lee wrote: Hi, Ming! On Wed, Mar 27, 2019 at 4:01 PM MING TSANG wrote: Hi lilyponder: I have my ipro4 computer hacked. I reinstall window 10 on ipro4. I down load lilypond 2.19.83 & 2.18.2 and also frecobaldi v3.0.1 Then I run frescobaldi to create

Re: pdf & mid file not saved onto the folder where lily file resides.

2019-03-28 Thread MING TSANG
The issue with the network drive is known, I think. Probably this one: https://github.com/frescobaldi/frescobaldi/issues/1053 I should double-check... Il giorno gio 28 mar 2019 alle 3:20, MING TSANG ha scritto: > Thank you for the info. Now I use folder in C-drive. Save and compile > solve m

warning message - missing slur

2019-04-13 Thread MING TSANG
Lilyponders: I have the following lily code: \version "2.19.83"\language "english"     \fixed c' { <<{f4 e8 c8~( c4 e8( f8) )}\\{f4 e8 c~ 4~ 4}>> |} which has the following : Starting lilypond-windows.exe 2.19.83 [Untitled]... Processing `C:/Users/YMINGT~1/AppData/Local/Temp/frescobaldi-

Re: warning message - missing slur

2019-04-14 Thread MING TSANG
Lukas-Fabian, Ralph, Budanov and Ben: Thank you all for the solution. Ming.On Sunday, April 14, 2019, 8:18:42 a.m. EDT, Ralph Palmer wrote: On Sun, Apr 14, 2019 at 4:33 AM Lukas-Fabian Moser wrote: That's not true anymore: In recent versions (starting at some point in the 2.19.xx

how to restore the override to it default.

2019-05-07 Thread MING TSANG
Lilyponders,  The override take effect for bar 2 to bar 4. I try to use \remove , but not working. \version "2.19.83"{  \fixed c' { c'4 b a g   %bar 1     \override NoteHead.style = #'slash     \override Stem.transparent = ##t     \override Flag.transparent = ##t     c'4 4 4 4   %bar 2     b4 4

Re: how to restore the override to it default.

2019-05-07 Thread MING TSANG
Thank you for the quick response, Malte Meyn and David Kastup.___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

tie four 8 note to 4 chord

2019-05-16 Thread MING TSANG
I try to transcribe the above image. Question: is this  normal / standard score? The below code is my attempt: %code  \key a\major  \clef bass  \time 3/4   d8~ f~ gs~ b~ 4 |}%endThe result and log: Thanks,Ming ___ lilypond-user mailing list lilypond

programming error: mis-predicted force, 108.120472 ~= 108.191480 continuing, cross fingers

2019-05-17 Thread MING TSANG
Hi, lilyponders: What is it mean "...miss-predicted..."?How to resolve the following error? Thank you for the help.Ming error log after compile: Starting lilypond-windows.exe 2.19.83 [speechless-praise.ly]... Processing `C:/Users/yming tsang/Documents/S_team/2019-06-02/Speechless-Praise/speechles

Re: tie four 8 note to 4 chord

2019-05-17 Thread MING TSANG
Andrew: Thank you very much. Once the tieWaitForNote = ##t is set, it continues to work. Is this the intention?  Is it necessary to reset to it's default? Thanks,Ming  On Thursday, May 16, 2019, 7:41:14 p.m. EDT, Andrew Bernard wrote: Hi Ming, \set tieWaitForNote = ##t It's in the Nota

Re: tie four 8 note to 4 chord

2019-05-18 Thread MING TSANG
re). Hope that helps,Stéfano El vie., 17 may. 2019 a las 11:59, MING TSANG () escribió: Andrew: Thank you very much. Once the tieWaitForNote = ##t is set, it continues to work. Is this the intention?  Is it necessary to reset to it's default? Thanks,Ming  On Thursday, May 16, 2019, 7:41:

Re: programming error: mis-predicted force, 108.120472 ~= 108.191480 continuing, cross fingers

2019-05-19 Thread MING TSANG
: try to narrow it down yourself. What changes did you make to the document before the error first appeared? Just go through the usual ‘minimal example’ process (tedious as it may be), and if that doesn’t show you the problem already, then send the example to the list. Best, Simon http://lilypo

Re: programming error: mis-predicted force, 108.120472 ~= 108.191480 continuing, cross fingers

2019-05-19 Thread MING TSANG
ms... Layout output to `./tmp-lilypond-zKIQCm'... Converting to `test_2.pdf'... Deleting `./tmp-lilypond-zKIQCm'... Success: compilation successfully completed Completed successfully in 4.3". On Sunday, May 19, 2019, 2:28:30 p.m. EDT, Simon Albrecht wrote: Hi Min

Re: programming error: mis-predicted force, 108.120472 ~= 108.191480 continuing, cross fingers

2019-05-20 Thread MING TSANG
Hi, Brian & Simon: It seems that the \grace or \\acciaccatura  is the code generate the error. I use window 10.1). with \grace programming error spears2). change \grace to  \acciaccatura  compiles clean without programming error3). BUT input next bar (measure) the programming error appears.4). R

Re: conver-ly using frecobaldi 3.0.1

2019-06-21 Thread MING TSANG
recobaldi to do the convert-ly and it fails. I have not run command line convert-ly ever. Please send me the command synthetic and steps of executing it. Thanks. Ming  On Friday, June 21, 2019, 07:40:37 a.m. EDT, David Kastrup wrote: MING TSANG writes: > Hi, all > At frecobaldi I

drop down list

2019-07-30 Thread MING TSANG
dear lily ponders, On score setup wizard - frecobaldi a few entry such as "subsubtitle", "tempo indication" have drop down list, is it possible to edit the list - ie to delete or modify  entries? Thanks for the help,Ming___ lilypond-user mailing list li

open multiple files for viewing/editing in frecobaldi v3.0.1

2019-09-10 Thread MING TSANG
Hi list: I used can open multiple files in frecobaldi that show each file in tabs. Two days ago I cannot do this anymore. I have no idea what setting that disable that function.  Is there s special settling that will restore the caption subject. I run window 10 and lilypond 2.19.83. Thank you,Mi

remove a staff

2019-10-08 Thread MING TSANG
Hi, lilyponders, Is it possible to remove a staff ( everything)? Thanks for the help,Ming___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: remove a staff

2019-10-09 Thread MING TSANG
Hi, Graham & Simon:Additional info, I also find the tie (slur) not hide. How to hide at least the key signature abd the tie/slur. I can live with bar number.  Refer to image :  Thanks,Ming  On Wednesday, October 9, 2019, 07:37:30 a.m. EDT, MING TSANG wrote: Hi, Graham: Thank

Re: remove a staff

2019-10-09 Thread MING TSANG
it’s possible, but it’s not clear what your problem is. Why can’t you remove a staff? Do you want to hide it in certain systems only? We need more context and at best an example to answer the question. http://lilypond.org/tiny-examples.html Best, Simon On 09.10.19 03:22, MING TSANG wrote

Re: remove a staff

2019-10-09 Thread MING TSANG
Staff.StaffSymbol.line-count = #0          \hideNotes %\hide Staff.NoteHead          \hide Staff.TimeSignature          \hide Staff.Clef } The result: Thanks,Ming.On Wednesday, October 9, 2019, 05:49:17 a.m. EDT, Graham King wrote: On 9 Oct 2019, at 02:22, MING TSANG wrote: Hi, lilyponders, Is it

Open multiple files on frecoaldi

2019-10-09 Thread MING TSANG
Hi, lily ponders, > Previously, I was able to open multiple files in frecobaldi with each file in > a separate tab. Then, a couple of days ago, I found that this function was no > longer working as expected. I have no idea what why the function might have > become disabled; I don't recall makin

Re: remove a staff

2019-10-09 Thread MING TSANG
Michael > > Mobil gesendet > >> Am 08.10.2019 um 22:23 schrieb MING TSANG : >> >>  >> Hi, lilyponders, >> >> Is it possible to remove a staff ( everything)? >> >> Thanks for the help, >> Ming >> __

Re: remove a staff

2019-10-12 Thread MING TSANG
you with this problem, and now you don’t see any need to let anyone know if you bypassed the problem, solved it, or simply gave up. I find that not exactly courteous, to say the least… Best, Simon On 09.10.19 03:22, MING TSANG wrote: > Hi, lilyponders, > > Is it possible to remov

Compiling from the command line from Frecobaldi

2022-07-19 Thread ming tsang
How to run the command line to compile lilypond v2.23.8 from frecobaldi,v3.1.3? e.g.: $ lilypond -dbackend=svg -o test svg.ly shalom + Emmanuel, ming. -- ming (lyndon) tsang

Rehearsal MIDI files: in wizard

2022-08-25 Thread ming tsang
Dear lilyponders, on frecobaldi there is a score wizard which contains Rehearsal MIDI files option. After I install frecobalsi 3.2 I cannot locate this option. Does it move to other section within the score wizard? Thanks for the help. Ming. -- ming (lyndon) tsang

chord name does not transpose as score using language italino

2022-09-06 Thread ming tsang
The following code produces a png file that did not print the correct chord name. . \version "2.23.11" \language "italiano" global = { \key do \major \numericTimeSignature \time 4/4 } chordNames = \chordmode { \global % Chords follow here. la1 dod1:m fad1:m re2 dob8:m

Re: chord name does not transpose as score using language italino

2022-09-07 Thread ming tsang
Hi Hans Thank you for the info pertaining to the known issue 6305. I found the work around solution from the known issue link. Ming Tsang On Wed, Sep 7, 2022 at 2:15 AM Hans Aikema wrote: > > > On 7 Sep 2022, at 05:32, ming tsang wrote: > >  > The following code produces a

error: Unbound variable: \version

2022-09-20 Thread ming tsang
dear lilyponders, i have the following lilypond code: \version "2.18.2" \markup "Test" That produce the following error in log file: Starting lilypond-windows.exe 2.18.2 [Untitled (9)]... C:/LilyPond_2-18-2/usr/share/lilypond/current/scm/lily.scm:462:5 <0>: In procedure primitive-load-path in ex

Re: error: Unbound variable: \version

2022-09-20 Thread ming tsang
Jean Abou Samra wrote: > Le 20/09/2022 à 10:18, ming tsang a écrit : > > dear lilyponders, > > i have the following lilypond code: > > \version "2.18.2" > > \markup "Test" > > > > That produce the following error in log file: > > >

align solfege display

2022-10-08 Thread ming tsang
Hi lilyponders, Someone helped to to produce solfege Up or below staff. Question: 1. How to align the solfege? 2. Is it possible to have the solfege on a seperate staff ont its own OR as dynamic staff (line)? Thanks for the help. Ming Tsang Example: [image: image.png] -- ming (lyndon) tsang

warning

2024-03-05 Thread ming tsang
Hi users, I got the following warning message. I read some where one should not ignore the warning message. warning: cannot find context Voice = soprano how to make context specification? Thanks -- ming (lyndon) tsang

Re: warning

2024-03-06 Thread ming tsang
r help. Very much appreciated. waiming(lyndon) Tsang On Tue, Mar 5, 2024 at 5:06 PM Aaron Hill wrote: > On 2024-03-05 1:53 pm, ming tsang wrote: > > Hi users, > > I got the following warning message. I read some where one should not > > ignore the warning message. > >

\unfoldRepeats for midi file

2017-12-07 Thread Ming Tsang
Hi lilyponders, I try to produce file file that unfoldRepeats. The following code did not produce repeats volta. I need help. Thanks, Ming \version "2.19.80" \language "english" \header { subtitle = "Joy to the World / Angels We Have Heard on High" } global = { \key d \major \numericTimeS

RE: \unfoldRepeats for midi file

2017-12-10 Thread Ming Tsang
Sent: December 10, 2017 9:25 PM To: Ming Tsang Cc: lilypond-user@gnu.org Subject: Re: \unfoldRepeats for midi file Ming> Hi lilyponders, I try to produce file file that Ming> unfoldRepeats. The following code did not produce repeats Ming> volta. I need help. Thanks, Ming Please next

Color lyrics text

2017-12-10 Thread Ming Tsang
Hi lilyponders, Can I color few lyric text? Thank you for your help. Ming Sent from Mail for Windows 10 ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

RE: \unfoldRepeats for midi file

2017-12-11 Thread Ming Tsang
Sent: December 10, 2017 9:25 PM To: Ming Tsang Cc: lilypond-user@gnu.org Subject: Re: \unfoldRepeats for midi file Ming> Hi lilyponders, I try to produce file file that Ming> unfoldRepeats. The following code did not produce repeats Ming> volta. I need help. Thanks, Ming Please next ti

Re: color lyrics text

2017-12-12 Thread MING TSANG
dlyrics { \verseThree }  \layout { }  \midi {    \tempo 4=100  }} From: Simon Albrecht To: David Kastrup ; Peter Chubb Cc: Ming Tsang ; "lilypond-user@gnu.org" Sent: Tuesday, December 12, 2017 2:27 PM Subject: Re: \unfoldRepeats for midi file On 12.12.2017 11:27, David Ka

RE: alignment of "To" and \coda horizontally

2018-02-02 Thread Ming Tsang
Sent from Mail for Windows 10 From: Ming Tsang Sent: February 2, 2018 6:07 PM To: lilypond-user@gnu.org Subject: alignment of "To" and \coda horizontally Liliponders, How can I align the following on the same line horizontally? Thanks, Ming \version "2.19.80" { f'1^\mar

Re: alignment of "To" and \coda horizontally

2018-02-03 Thread Ming Tsang
Robin, Think you. I did not find the answer is LSR Ming Sent from Mail for Windows 10 ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

chord name e2:m7(b5)/d

2018-02-16 Thread Ming Tsang
Lilyponders How to generate the second chard name? Thanks for the help Ming Sent from Mail for Windows 10 ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: chord name e2:m7(b5)/d

2018-02-20 Thread Ming Tsang
Thank You Torsten and Robert: Thank you for the tips. I use language English sot I change c ees ges bes to c ef gf bf. The result is great. Ming Sent from Mail for Windows 10 ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.or

Another code AbMaj7(#11)/Eb

2018-02-20 Thread Ming Tsang
Hi, lilyponders, I need help for code another chord per the image link https://tsang94-rogers.tinytake.com/sf/MjM2OTAyOF83MjE0MDA1 Is there any resource that I can locate the solution? Thank you, Ming Sent from Mail for Windows 10 ___ lilypond-user mail

Re: Another code AbMaj7(#11)/Eb

2018-02-21 Thread Ming Tsang
Elaine: Thank you. I has been a great help. Is there any resource that will provide help next time I need co code some special chord? Thanks again, Ming Sent from Mail for Windows 10 ___ lilypond-user mailing list lilypond-user@gnu.org https://list

Different time signature on different staff

2018-04-16 Thread Ming Tsang
Dear ponders, My code did not produce the expecting of time 6/8 on the first staff. What shall I code to correct this. Thanks, Ming Sent from Mail for Windows 10 the-spirit-of-life_test.ly Description: Binary data ___ lilypond-user mailing list l

RE: Different time signature on different staff

2018-04-16 Thread Ming Tsang
Brian, Thank you for pointing me to NR. I have been search LSR and found nothing. I will study the NR. Ming Sent from Mail for Windows 10 From: Brian Barker Sent: April 16, 2018 11:49 AM To: lilypond-user@gnu.org Cc: Ming Tsang Subject: Re: Different time signature on different staff At 11:17

RE: Different time signature on different staff

2018-04-16 Thread Ming Tsang
Knut, Thank you for the sample PDF and ly source. http://lilybin.com/94hi4y/1 Question: how to align bar lines for the above lilybin sample. Ming Sent from Mail for Windows 10 From: Knut Petersen Sent: April 16, 2018 12:07 PM To: Ming Tsang; lilypond-user@gnu.org Subject: Re: Different time

change of volta number

2018-06-21 Thread Ming Tsang
Hi lilyponders, how can I modify volta number from 1. To 2? Thanks, Ming Sent from Mail for Windows 10 ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

RE: change of volta number

2018-06-22 Thread Ming Tsang
Thank you all for the reply. Here is snippet. It is Chinese character in the lyric. In Chinese music note name uses (i)1 2 3 4 5 6 7 or (ii) do re mi fa so la ti.  I find language “italiano” very close to (ii), therefor my snippet use language “italiano” for note name and use “Chinese” for lyr

lSR=197

2016-12-17 Thread MING TSANG
http://lsr.di.unimi.it/LSR/Snippet?id=197  using pure English alphabet it complies  I try to compile the above LSR using English and UTF-8 as file name, I got the error below:Starting lilypond-windows.exe 2.18.2 [filename_名字.ly]...Processing `C:/Users/user/Google Drive/CHOIR_2016/filename_��

Re: lSR=197

2016-12-17 Thread MING TSANG
uded in this emai) below: This is to followup previous "LSR - file information [0.24759]" on Nov 26, 2016.Is there a work-a-round solution?  Thank you all for you precious time spend on this LSR 197 Immanuel,Ming From: MING TSANG To: Lilypond-usermailinglist Sent: Saturday,

Re: lSR=197

2016-12-17 Thread MING TSANG
. From: Simon Albrecht To: MING TSANG ; Lilypond-usermailinglist Sent: Saturday, December 17, 2016 11:07 AM Subject: Re: lSR=197 On 17.12.2016 17:02, MING TSANG wrote: > UTF-8 as file name It does not come as a surprise that non-ASCII file names cause trouble on windows. Simply do

Re: lSR=197

2016-12-17 Thread MING TSANG
refrain using LSR-197 to generate filename.  I am working away using hard-code variables for display as drive#/utf-8_folder/utf-8_sub-folder/utf-8_filename.ly on pdf file footer.Thank you all for helping.Immanuel,Ming   From: David Wright To: Simon Albrecht Cc: MING TSANG ; Lilypond

Re: lSR=197

2016-12-17 Thread MING TSANG
16/"fileN = "testing-utf-8_file-name_中文" \header {  title = "生根建造"  subtitle = "rooting construction"  subsubtitle = \markup{\concat{\folderD \folder \fileN}}     copyright = \markup{\concat{\folderD \folder \fileN}}}\score {   {c' d' e' f'

merge rests

2016-12-22 Thread MING TSANG
Dear lilyponders, At this movement the merge rests (LSR=336) is for "r" only, is it possible to adapt it also to merge "R" as well? Any help is appreciated. I don't know guile / scheme code. Merry Christmas and A Happy New Year.Ming http://lsr.di.unimi.it/LSR/Item?id=336_

Re: merge rests

2016-12-22 Thread MING TSANG
package. Merry Christmas and A Happy New Year,Ming From: David Nalesnik To: MING TSANG Cc: Lilypond-usermailinglist Sent: Thursday, December 22, 2016 10:44 AM Subject: Re: merge rests Ming, On Thu, Dec 22, 2016 at 9:54 AM, MING TSANG wrote: > > Dear lilyponders, >

chords name

2017-01-11 Thread MING TSANG
dear lilyponders, I transcribe a score, I encounter  Gm7(b5)/F and don't know how to code it.Any help is appreciated. Immanuel,Ming___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

how to differentiate F1:maj and F1:maj7

2017-01-11 Thread MING TSANG
dear lilyponders, I have the following snippet but I cannot see the difference between F1:maj and F1:maj7Help is appreciated. God bless nImmanuel,Ming \version "2.19.54"\language "english"chordNames = \chordmode {  f2 f2:maj     f2:6 f2     f2 f2:maj7     f2:6 bf2:6  %01-}\score {\new Chord

Re: chords name

2017-01-12 Thread MING TSANG
Robert,Thank you for the link and explanation about the chordsImmanuel,Ming From: Robert Schmaus To: MING TSANG Cc: Lilypond-usermailinglist Sent: Thursday, January 12, 2017 12:43 AM Subject: Re: chords name Ming, That would be g : m7.5- / f or alternatively g : min7.5- / f Cf

Re: Midi output with highlighted voices

2017-01-12 Thread MING TSANG
Hi Jonathan. Fredobaldi v2.19.0 can do what you are looking for.Here below is score wizard of frecobaldi generated skeleton code. If you want pinano midi as background, you can move "rehearsalMidi" section after "% Rehearsal MIDI files:" section and add pinano staff after SATB staff.  The midi g

offset of chords

2017-01-25 Thread MING TSANG
Dear lilyponders, Is it possible to tweak chords outside the four eighth-note beam? Ming \version "2.19.54"\language "english" {\key g \major  \numericTimeSignature  \time 4/4  \tempo 4=66<<{2 2}\\{ef''8 df'' c'' bf' f'' ef'' bf' g'}>>} ___

Exited with return code -1073741819.

2017-03-07 Thread MING TSANG
I encounter exit error code. What does it mean?Ming.  Starting lilypond-windows.exe 2.19.56 [who-has-promised.ly]...Processing `C:/Users/user/Google Drive/S-team/2017-04-02/who-promised/who-has-promised.ly'Parsing...Interpreting music...[8][16][24][32][40][48]Exited with return code -1073741819.

Re: Exited with return code -1073741819.

2017-03-07 Thread MING TSANG
After I send the email, I search user archived which suggest to do google search and I found the error means python exit - stack overflow.   Now I know the meaning. How can this be resolved? Ming  From: MING TSANG To: Lilypond-usermailinglist Sent: Tuesday, March 7, 2017 4:25 PM

Re: Exited with return code -1073741819.

2017-03-07 Thread MING TSANG
addition info.    I run lilypond v2.19.55 and it compiles sucessful, but for V2.19.56 error occurs with caption subject.  Ming From: MING TSANG To: Lilypond-usermailinglist Sent: Tuesday, March 7, 2017 4:44 PM Subject: Re: Exited with return code -1073741819. After I send the

Re: Exited with return code -1073741819.

2017-03-07 Thread MING TSANG
David, There is no white space in the file name nor path.I run the same file with v2.19.55 and it compiles sucessful. But it didn't work with v2.19.56 Ming From: David Wright To: MING TSANG Cc: Lilypond-usermailinglist Sent: Tuesday, March 7, 2017 5:04 PM Subject: Re: Exited

Re: Exited with return code -1073741819.

2017-03-07 Thread MING TSANG
Noeck, Thank you for your reply. Since I had problems with UTF-8 file name, I no longer use it.lilypond v2.19.55 compiles the same file sucessfully, but v2.19.56 fails with caption subject. Ming ___ lilypond-user mailing list lilypond-user@gnu

Re: Exited with return code -1073741819.

2017-03-07 Thread MING TSANG
le, I will use v2.19.55 for the time being. I will wait for v2.19.57 to see if the problem goes away. Thank you.Ming  From: David Kastrup To: MING TSANG Cc: "lilypond-user@gnu.org" ; David Wright Sent: Tuesday, March 7, 2017 5:40 PM Subject: Re: Exited with return code -

Re: Fw: Exited with return code -1073741819.

2017-03-08 Thread MING TSANG
David Nalesnik,Thanks for the reply.  As suggested I re-send the file without the pdf to lilypond-user.Ming From: David Nalesnik To: MING TSANG ; lilypond-user Cc: David Kastrup ; "noeck.marb...@gmx.de" Sent: Wednesday, March 8, 2017 8:26 AM Subject: Re: Fw: Exited with r

Re: Fw: Exited with return code -1073741819.

2017-03-08 Thread MING TSANG
David Nalesnik, I am afraid to try tempering UAC. Thanks,Ming From: David Nalesnik To: MING TSANG ; lilypond-user Cc: David Kastrup ; "noeck.marb...@gmx.de" Sent: Wednesday, March 8, 2017 9:10 AM Subject: Re: Fw: Exited with return code -1073741819. On Wed, Mar 8, 2017

Re: Fw: Exited with return code -1073741819.

2017-03-08 Thread MING TSANG
David,I am afraid to try tempering UAC. I have no idea what it is. I am just an ordinary window user.Ming From: David Nalesnik To: MING TSANG Cc: lilypond-user ; David Kastrup ; "noeck.marb...@gmx.de" Sent: Wednesday, March 8, 2017 12:45 PM Subject: Re: Fw: Exited with r

Re: Exited with return code -1073741819.

2017-03-08 Thread MING TSANG
Robert, Thank you for the info. I will out wise resistry cleaner. If I am comfortable, I will download and install. Ming. From: Robert Murdoch To: tsan...@rogers.com Cc: lilypond-user@gnu.org Sent: Wednesday, March 8, 2017 8:46 AM Subject: Re: Exited with return code -1073741819.

install lilypond v2.19.57

2017-03-21 Thread MING TSANG
 I download and install lilypond v2.19.57; but when I try to make lilypond version to use in Lilypound Preference of Frecobaldi v3.0.0 and I got the following error. Is any one download lilypond v2.19.57 have any problem?  I am running with window 10 Ming_

Re: [Frescobaldi] cannot add lilypond 2.19.57 to lilypond preference

2017-03-23 Thread MING TSANG
Knute, Simon and Anders. Thank you for all your response.  It looks that I install v2.19.57 to a USB drive give me problem. After the install, directory entry is there and I assume everything is there.  When I add lilypond preference to frecobaldi v3.0.0 and it fails.Knute, after your email I ch

Re: [Frescobaldi] cannot add lilypond 2.19.57 to lilypond preference

2017-03-27 Thread MING TSANG
preference failed. I seems that the USB is full. I plan to unstall older version, say v2.19.49, v2.19.50, v2.19.51 and install v2.19.57 again onto the USB to check if the frecobalri lilypond preference fails or not. Ming.  From: Federico Bruni To: MING TSANG Cc: "frescoba...@googlegroup

Frecobaldi 3.0 install

2017-05-15 Thread MING TSANG
Dear lily users I install window 10 Pro to replace my window 10 Home for my laptop. I installed lilypond 2.18.2 and lilypond 2.19.60 and frecobaldi 2.20.0  All are well and no problem. Then I install frecobaldi 3.0.0 and when I run frecobaldi 3.0.0 and I get the following error.When I am with win

help to tie individual note to a chord

2017-05-26 Thread MING TSANG
Lilyponders I have trouble to produce the following score. (A)  Here is the snippet: \version "2.19" {   \clef bass  c,8~ g,16~ e16~ 4} produces the following (B) Question:   How can I code lilypond to produce image (A) Thanks for the help.Ming___ lilyp

Re: help to tie individual note to a chord

2017-05-27 Thread MING TSANG
8~ d16~ a16~ 2. } I code \stemUp for for the second group. It works but all subsequent stems are all UP. How can I stop the \stemUp for next measure onward? Thanks,Ming  From: Steven Weber To: MING TSANG ; Lilypond-usermailinglist Sent: Friday, May 26, 2017 9:46 PM Subject: RE: help to

Re: lilypond-user Digest, Vol 174, Issue 99

2017-05-27 Thread MING TSANG
Andrew,  Thank you very much. Ming   1. Re:help to tie individual note to a chord (Andrew Bernard)  Message: 1 Date: Sat, 27 May 2017 11:48:33 +1000 From: Andrew Bernard To: MING TSANG Cc: Lilypond-usermailinglist Subject: Re: help to tie individual note to a chord Message-ID

Re: help to tie individual note to a chord

2017-05-27 Thread MING TSANG
Michael, Thank you for your kind suggestion. Next time I will do that before I ask the list. Ming. From: Michael Gerdau To: MING TSANG ; lilypond-user@gnu.org Sent: Saturday, May 27, 2017 12:14 PM Subject: Re: help to tie individual note to a chord >> I code \stemUp for f

Re: help to tie individual note to a chord

2017-05-27 Thread MING TSANG
Mark, Thank you. Ming From: Mark Stephen Mrotek To: 'MING TSANG' ; 'Steven Weber' ; 'Lilypond-usermailinglist' Sent: Saturday, May 27, 2017 1:14 PM Subject: RE: help to tie individual note to a chord #yiv4407243761 #yiv4407243761 -- _

increase spaces between title and first system

2017-07-26 Thread MING TSANG
hi, lilyponders, Can the author the following pdf share the lily source that produce the pdf? http://joramberger.de/files/LilypondSpacing.pdf  I have try to use top-markup-spacing.basic-distance =  #5 in \paper{..}, but did not produce desire extra vertical space. Thank you for your help.Ming ___

Re: increase spaces between title and first system

2017-07-26 Thread MING TSANG
Thank you Simon: I found out there is another line with different number when I try to create a minimal snippet to send to the list. Thank you all,Ming From: Simon Albrecht To: MING TSANG ; Lilypond-usermailinglist Sent: Wednesday, July 26, 2017 8:37 PM Subject: Re: increase spaces

running midi2ly in frecobaldi 3.0

2017-07-31 Thread MING TSANG
hi lilyponders, I did the following steps in frecobaldi - trying to import midi so as to produce lily text file 1. file - import - import midi2. selection box appeard : select midi file (created by lily ) - hit "open" button3. another box appeared - check "pitches in absolute mode" box - hit "ru

Re: Jianpu music notation question

2017-08-21 Thread MING TSANG
forgot to include lilypond user  From: TSANGMING To: "imj-...@bluewin.ch" Sent: Monday, August 21, 2017 6:28 PM Subject: Re: Jianpu music notation question The following may be of interest to youhttps://lists.gnu.org/archive/html/lilypond-user/2015-04/msg01342.html   Ming.  发送自 Wi

Re: Jianpu music notation question

2017-08-22 Thread MING TSANG
additional info for jianpu.  the output from 7-speech+jianpu_10a_test.ly  From: MING TSANG To: "imj-...@bluewin.ch" ; Lilypond-usermailinglist Sent: Monday, August 21, 2017 9:51 PM Subject: Re: Jianpu music notation question forgot to include lilypond user 

Re: Jianpu Notation

2017-08-23 Thread MING TSANG
| From: | Paul Morris | | Subject: | Re: Jianpu Notation | | Date: | Thu, 30 Apr 2015 11:36:28 -0400 | There has no activities since April 30/2015 - two year past.I hope Paul Morris and David Zhang can re-start the development of Jianpu.Thank you.Ming. > On Apr 30, 2015, at 9:10 AM, MING TS

Re: Jianpu Notation

2017-08-24 Thread MING TSANG
Thank you David Zhang for setting this github. Now the lilipond-jianpu development can proceed after two years wait.Can you  merge your jianpu6.y code with jianpu10a.ly? Thank you.Ming From: David Zhang To: MING TSANG ; Paul Morris ; Werner LEMBERG ; Carl Sorensen ; David Nalesnik

Re: Jianpu Notation

2017-08-24 Thread MING TSANG
Thank you David Kastrup for helping.Paul: does the info provide help to solve the lyrics placement in jianpu? Thank you Ming. From: David Kastrup To: MING TSANG Cc: Paul Morris ; Super-User ; Werner LEMBERG ; Carl Sorensen ; David Nalesnik ; Lilypond-usermailinglist Sent: Thursday

Re: manual beaming and variables

2017-08-27 Thread MING TSANG
Hi Simon,Will remember to do next time. Thank you for letting me know.Ming. From: Simon Albrecht To: TSANGMING ; "gianmarial...@gmail.com" ; "lilypond-user@gnu.org" Sent: Sunday, August 27, 2017 7:33 AM Subject: Re: manual beaming and variables Hello Ming, sorry to be pedantic, b

Re: manual beaming and variables

2017-08-27 Thread MING TSANG
Hi Simon:I reply from the user-achieve list. At end of the message there is an instruction "replay email via". I was assuming that it will change the subject line and include the message.Is is possible to set it to reply with re:subject and message ?Next time I will remember to do that. Fr

Re: Jianpu Notation

2017-08-30 Thread MING TSANG
Hi David,Thank you very much for resuming development of jianpu in lilypond (gitHub lilypond-jianpu).  If jianpu10a.ly is stable enough, please merge jianpu6.ly and jianpu10a.ly.  After the merge, I can resume testing.Ming. From: David Zhang To: MING TSANG Cc: Lilypond-usermailinglist

Exited with return code 1. - Guile signal error & cannot find context to switch to

2017-09-28 Thread MING TSANG
Dear lilyponders,I run (compile) the attached test-tempo.ly and receive the following error (Exited with return code 1.)However, the pdf output seems OK.Ming Starting lilypond-windows.exe 2.19.65 [test-tempo.ly]...Processing `C:/Users/user/AppData/Local/Temp/frescobaldi-t7bi8umh/tmp4uf0oy18/te

Re: Exited with return code 1. - Guile signal error & cannot find context to switch to

2017-09-28 Thread MING TSANG
Sorry for the missing attachment .ly file.  Here it is. From: MING TSANG To: Lilypond-usermailinglist Sent: Thursday, September 28, 2017 8:43 PM Subject: Exited with return code 1. - Guile signal error & cannot find context to switch to Dear lilyponders,I run (compile)

Full bar rest R time 6/8 and 9/8

2017-11-29 Thread Ming Tsang
Lilyponders: 1 for time 4/4R1 provides full bar rest centered; 2 for time 2/4R2 provides full bar rest centered 3 for time 3/4 R2. Provides full bar rest centered How to code : 4 for time 6/8; for time 9/8 Thank you for the help. Ming Sent from Mail for Windows 10 ___

Re: Full bar rest R time 6/8 and 9/8

2017-12-01 Thread Ming Tsang
Thank you for the helping hand, Malte Meyn. Sent from Mail for Windows 10 ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: note names as solmisation printed as markup automagically?

2016-05-31 Thread MING TSANG
Anders,Thank you.Ming From: Anders Eriksson To: ming ; "lilypond-user@gnu.org" Sent: Tuesday, May 31, 2016 3:30 AM Subject: Re: note names as solmisation printed as markup automagically? On 2016-05-31 00:28, ming wrote: > > Can this code be modified for movable do? > > I will try

scheme code generate variable series with leading "\"

2016-08-08 Thread MING TSANG
Dear lilyponders:I do not know scheme code. Can scheme code to generate variable series with leading "\"?Detail question in the lily file attachment.Thank you for any help.Immanuel,Ming. \version "2.19.46" \language "english" \header { title = "感谢一生有祢" subtitle = "Thank You For B

Re: scheme code generate variable series with leading "\"

2016-08-09 Thread MING TSANG
David,  thank you for the scheme code for me. It works and save lots of typing.  Thank you very much. Thomas, how to use "$@(reverse (map cdr mel))"? Jan-peter, thank you for showing me another way of doing this. Immanuel,Ming From: Thomas Morley To: David Kastrup Cc:

<    1   2   3   4   5   6   7   >