cannot find lilypond icon on my desktop after installation (window xp)

2008-04-08 Thread ming tsang
I download and installed lilypond_3.10.33-1.mingw.exe I did not see lilypond icon. I tried to execute c:\Program Files\LilyPond\usr\bin\lilypond-windows.exe, but no lilypond screen displayed. Is this the right program to execute? ___ lilypond-use

Re: cannot find lilypond icon on my desktop after installation (window xp)

2008-04-09 Thread MING TSANG
display / print Chinese lyrics. Thank you Tim and Mats. This will become a long learning process for me. Thanks, Ming. - Original Message From: Mats Bengtsson <[EMAIL PROTECTED]> To: Tim Litwiller <[EMAIL PROTECTED]> Cc: ming tsang <[EMAIL PROTECTED]>; lilypond

RE: lilybin

2012-10-05 Thread MING TSANG
Trevor, Thank you for updating the lilybin.  It is wonderful when I use somebody's pc (don't have lilypond installed).   Blessing in+, Ming ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

pitch name transpose into numeric pr key signature

2012-10-14 Thread MING TSANG
The following snippet did not transpose the pitch name to numbers e.g.  for key g\major the transpose should be: g= 1(do)  a= 2(re)  b= 3(mi)  c= 4(fa)  d= 5(so)  e= 6(la) ff=7(ti) I was told to substitute CDEFGAB(namer) for 1234567(numbr) will produce the right numeric.  I appreciate if s

Re: pitch name transpose into numeric pr key signature

2012-10-19 Thread MING TSANG
Hi, lily user, Just want to find out how can I fix the problem I have with the following email sent on Oct 14.   Blessing in+, Ming. > > From: MING TSANG >To: lilypond-usermailinglist >Sent: Sunday, October 14, 2012 6:08:56 PM >Subject: pitch

Re: pitch name transpose into numeric pr key signature

2012-10-24 Thread MING TSANG
;BB" is wrong. Is it possible to resolve the \numer? The png is produce by test_namer.ly   Blessing in+, Ming. > > From: MING TSANG >To: lilypond-usermailinglist >Sent: Friday, October 19, 2012 8:54:11 AM >Subject: Re: pitch name transpose

Re: pitch name transpose into numeric per key signature

2012-10-24 Thread MING TSANG
Hi, lily user community: I apologize if my email to the community offended anyone. I am truly sorry. I understand all of you are volunteer and I also understood you all felt satisfaction when one of the user is help. Thank you for what all of you have done in the past and I am sure the help for

Re: pitch name transpose into numeric per key signature

2012-10-28 Thread MING TSANG
   (let* ... (scalestep (modulo    (- (ly:pitch-notename pitch) (...base of key signature...)) 7)) (name (format #f "~a~a"     (string-ref "1234567" (scalestep))... assuming someone can point out what to substitute for my unknown

Re: pitch name transpose into numeric per key signature

2012-10-29 Thread MING TSANG
the staff? Thanks again for your solution. Blessing +, Ming. <><><><><><><><><><><><><><><> Le Sun, 28 Oct 2012 23:16:34 +0100, MING TSANG a écrit: (let* ... (scalestep (modulo (- (ly:pitch-notena

Re: pitch name transpose into numeric per key signature

2012-11-02 Thread MING TSANG
Gilles, Thank you for you answer.  This is great. Additional question:  Can the numeric line up horizontally?   Blessing in+, Lyndon. > > From: Gilles > >> One question though:  Can the numeric displayed above the staff? > >Just set the property of newgrob to UP

How to specify lilypond exec option in Frascobaldi?

2012-11-03 Thread MING TSANG
Hi, fellow lily users: I am executing lilypond by Frescobaldi.  How to specify lilypond options, eg --png in Frescobaldi (not as command-line)?    Blessing in+, Ming___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/list

Typesetting jianpu (numbered musical notation) with Lilypond

2012-11-04 Thread MING TSANG
Silas, I am interested. Can you post some sample file and more info how to use it?  I am not a programer. I use frescobaldi to exec lilypond.  I am a window 7 user.  Currently I am using Ez_numbers_engraver LSR and easyHeadsOn   Blessing in+, Ming

Re: pitch name transpose into numeric per key signature

2012-11-05 Thread MING TSANG
Hi, Gilles, Thank you for the solution.  It seems the padding method is simplier.  I am not a programmer.   Blessing in+, Ming. > > From: Gilles >To: lilypond-usermailinglist ; MING TSANG > >Sent: Monday, November 5, 2012 11:30:39 AM >

Re: Custom key signature stencils, differentiating major and minor keys

2012-11-11 Thread MING TSANG
Hi, Paul: Thank you for the custom key signature.  I have been dreaming this for sometime, but hesitate to ask lilypond user community.  I have been using circle of fifths to identify the key signature. You mention this custom key signature can be adapted to print above the clef sign.  I am no

Re: Custom key signature stencils, differentiating major and minor keys

2012-11-13 Thread MING TSANG
Hi, Paul: For now I just do alternate key signature on the top staff only or use manually by hand . Hope you have time to re-work to use rehearsal approach.   Blessing in+, Ming > > From: Paul Morris >To: MING TSANG >Cc: lilypond-usermailing

Re: Custom key signature stencils, differentiating major and minor keys

2012-11-14 Thread MING TSANG
Paul, Thank you.   Blessing in+, Ming. > > From: Paul Morris >To: MING TSANG >Cc: lilypond-usermailinglist >Sent: Wednesday, November 14, 2012 12:13:44 AM >Subject: Re: Custom key signature stencils, differentiating major and minor >k

jianpu (numeric notes) lilypond transcribe?

2012-11-17 Thread MING TSANG
Hi, lilypond users: Is is possible for lilypond code to produce the jianpu (numeric notes) shown on the .png file.   There is a namer.ly which will produce the jianpu, but the numeric notes are not associated with quarter-note, half-note, eight-note and differential octave.  Appreciate, if any

Fw: jianpu (numeric notes) lilypond transcribe?

2012-11-19 Thread MING TSANG
;6" "7") delta)) (newgrob (ly:engraver-make-grob engraver 'TextScript event))) (if (string= name "Hb") (set! name "B")) (set! (ly:grob-property newgrob 'text) name) (set! (ly:grob-property newgrob 'direction) UP)   Blessing in+, Ming. - Forw

[no subject]

2012-11-21 Thread MING TSANG
  Blessing in+,___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

UnquieContext3

2012-11-21 Thread MING TSANG
Hi, lily user:  sorry for my previous empty email - it is by accident. verseBassVoice = \lyricmode { He's always been faithful. } bassVoicePart = \new Staff \with { instrumentName = "Bass" } { \clef bass \bassVoice } \addlyrics { \verseBassVoice } The above code produce an error. What is the 'un

Re: UnquieContext3

2012-11-21 Thread MING TSANG
Phil, I have hard time creating scale down of codes that produce the error.  Here is the full .ly file. It has 274 lines.   Blessing in+, > > From: Phil Holmes >To: MING TSANG ; lilypond-usermailinglist > >Sent: Wednesday, November 21,

Re: UnquieContext3

2012-11-21 Thread MING TSANG
up: () Success: compilation successfully completed Completed successfully in 12.4".  Blessing in+, Ming. >____ > From: Phil Holmes >To: MING TSANG ; lilypond-usermailinglist > >Sent: Wednesday, November 21, 2012 2:11:51 PM >Subject: Re: UnquieCon

Re: roman numerals

2012-11-21 Thread MING TSANG
any ides? Blessing in+, Ming. > > From: David Nalesnik >To: MING TSANG >Cc: lilypond-user >Sent: Wednesday, November 21, 2012 6:12:52 PM >Subject: Re: roman numerals > >Hi Ming, > >On Wed, Nov 21, 2012 at 4:56 PM, MING TSANG

Re: UnquieContext3

2012-11-21 Thread MING TSANG
g systems... Layout output to `he's-always-been-faithful_SATB_x.ps'... Converting to `./he's-always-been-faithful_SATB_x.pdf'... Success: compilation successfully completed Completed successfully in 1.5".   Blessing in+, > > From: Thoma

Re: UnquieContext3

2012-11-22 Thread MING TSANG
  Blessing in+, Ming > > From: Thomas Morley >To: MING TSANG >Cc: Phil Holmes ; lilypond-usermailinglist > >Sent: Thursday, November 22, 2012 6:16:33 AM >Subject: Re: UnquieContext3 > >2012/11/22 MING TSANG : >> Hi, Thomas &am

\repeat volta

2012-11-23 Thread MING TSANG
Hi, lily user, The following lily code did not produce \bar"|:" at the beginning. \version "2.17.7" \relative c' { \key c \major \time 6/8 \bar"||:" \repeat volta 2 {c4 e4. g8 | e8( d8) d4 r8 c8 | c4 e4. g8 | e2 r8 d8 | } \alternative {{ c2. d2. } {d2. d2.}} e4 e8 f4 f8 \bar"|." } The out

Re: include header conflicts

2012-11-26 Thread MING TSANG
Hi,lily users: I try the following lily code as suggested in the email below  and I got error.  Then I change the version to "2.17.0"  (I have 2.17.7 installed), I got different error message. Appreciate if anyone can help. \version "2.16.0" #(ly:score-music #{ \score { \include "jesus-love

Re: include header conflicts

2012-11-26 Thread MING TSANG
: lilypond-user@gnu.org >Subject: Re: include header conflicts >Message-ID: <1353945503884-136877.p...@n5.nabble.com> >Content-Type: text/plain; charset=us-ascii > >MING TSANG wrote >please send logs as they are, just copy and paste what is there (don't  try >to emphasi

Re: include header conflicts

2012-11-26 Thread MING TSANG
u.org" >Subject: Re: include header conflicts >Message-ID: <50b3d542.1050...@probo.com> >Content-Type: text/plain; charset="iso-8859-1" > >MING TSANG wrote: >> >> >> I try the following lily code as suggested in the email below  and I >>

Re: problem of placing "\with {\consists #numbrUP}" on lilypond code

2012-12-11 Thread MING TSANG
Thank you for the info.  I will keep this in mind.   Blessing in+, Ming > > From: Reinhold Kainhofer >To: MING TSANG >Cc: lilypond-usermailinglist >Sent: Tuesday, December 11, 2012 5:42:55 PM >Subject: Re: problem of placing "\with {

Re: \bar"|:" & \bar":|"

2013-01-28 Thread MING TSANG
100 User-agent: Mozilla/5.0 (X11; Linux i686; rv:17.0) Gecko/20130107 Thunderbird/17.0.2 ____ Il 29/01/2013 01:10, MING TSANG ha scritto: Hi, lily user' I coded \bar"|:" and \bar":|" and the pdf does not print them. What am I di

Re: \bar"|:" & \bar":|"

2013-01-28 Thread MING TSANG
line 672, in __init__ File "c:\Python27\lib\subprocess.py", line 882, in _execute_child TypeError: environment can only contain strings   >____ > From: Paul Morris >To: MING TSANG >Cc: Federico Bruni ; lilypond-usermailinglist > >Sent: Mond

Re:\bar"|:" & \bar":|"

2013-01-29 Thread MING TSANG
: lilypond-user@gnu.org >Subject: Re: \bar"|:" & \bar":|" >Message-ID: <510781a2.8020...@gmx.de> >Content-Type: text/plain; charset=UTF-8 > > > >Am 29.01.2013 01:10, schrieb MING TSANG: >> Hi, lily user' >> >> I coded  \b

chord - missing 7

2013-02-22 Thread MING TSANG
Hi, lily users, I have trouble displaying number 7 on a chord, but 9 is OK.  Please refer to .ly file I also don't know how to code these chord ( refer to .png : G(add2) G(sus4) & A(add9) ) Thank you for the help and is much appreciated. Ming. test-chord.ly Description: Binary data <><><>_

Re: chord - missing 7

2013-02-22 Thread MING TSANG
Hi, Nathan: Thank you for your solution code.     c1:3.5.9 c1:2.3.5 c1:sus4   >> what is 3.5.9  and 2.3.5?  I am not a musician. Ming. > > From: Nathan >To: MING TSANG >Cc: lilypond-usermailinglist >Sent: Friday, February 22, 2013

final touches, but getting errors.

2013-03-17 Thread MING TSANG
Hi, I am also new to lilypond. I spot typo error on line 181.  The code should be \bar"I"  not \bar"\".  I make change and it compiles. Ming.___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: tie between voice & transpose a to g

2013-04-11 Thread MING TSANG
Tim Roberts, Thank you for the info. I always transpose a whole song that contains only a key signature. The is the first time I transpose a song with two key signatures. Thank you for your info.  Ming. ___ lilypond-user mailing list lilypond-user@gn

Re: tie between voice & transpose a to g

2013-04-11 Thread MING TSANG
Hi, Thomas: Thank you for the work-a-round. It displays great - true to the original.   Thank You. Blessing, Ming. > > From: Thomas Morley >To: MING TSANG >Cc: lilypond-usermailinglist >Sent: Thursday, April 11, 2013 7:52:41 PM >Subjec

warning in midi

2013-04-13 Thread MING TSANG
Hi, lily users: I added crescendo to a song and I got the warning message. The PDF output correctly.  What can I do to eliminated the warning message. Thanks for your help. Ming C:/Users/Gladys Tsang/Documents/My Dropbox/Lyndon/LiLy/this-is-the-day/this-is-the-day_transpose-AG_ED.ly:24:19: wa

Re: warning in midi

2013-04-13 Thread MING TSANG
MING TSANG wrote >I added crescendo to a song and I got the warning message. The PDF output >>correctly.  What can I do to eliminated the warning message. > > >>C:/Users/Gladys Tsang/Documents/My >>Dropbox/Lyndon/LiLy/this-is-the-day/this-is-the-day_transpose-AG_E

programming error - grob's vertical axis

2013-04-18 Thread MING TSANG
Hi, lily users: I compile a .ly file and got the following programming error.  I don't know how to resolve it. There is no reference line number that I can look at the code. There are 7 error messages - is that mean there are 7 places where the code is wrong?  The pdf seems ok. Starting lilyp

Is it possible to adapt Numbers as easy note heads [0.07143] to solfege ( d r m f s l t)?

2013-04-29 Thread MING TSANG
Hi lily users: I like to print solfege ( d r m f s l t) on to the note-head.  The following snippet print numbers onto the note-head. Is it possible to adapt the following snippet to print solfege onto the note-head? Thank for the help, Ming. Numbers as easy note heads [0.07143] - snippet \v

Re: Is it possible to adapt Numbers as easy note heads [0.07143] to solfege ( d r m f s l t)?

2013-04-29 Thread MING TSANG
Giles: Thank you for the quick response.  "EzSolfegeEngraver" works wonderfully.  I did replace : (solfege-base (circular-list "S" "O" "L" "F" "E" "G"  "E")) with (solfege-base (circular-list "d" "r" "m" "f" "s" "l" "t")) Thank you very much. Ming >Message: 7 >Date: Tue, 30 Apr 2013 01:11:0

lilydoc-2.17.17.pdf

2013-05-01 Thread MING TSANG
From: Nick Payne Subject: Re: Newbie problems Date: Tue, 16 Apr 2013 06:38:03 +1000 User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130329 Thunderbird/17.0.5 Hi Nick,   > > >I don't know if you generated lilypond fully indexed PDF portfolio?  Will   >v2.17.17 be available so

lilydoc-2.17.17.pdf

2013-05-01 Thread MING TSANG
From: Nick Payne Subject: Re: Newbie problems Date: Tue, 16 Apr 2013 06:38:03 +1000 User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130329 Thunderbird/17.0.5 Hi Nick,   > > >I don't know if you generated lilypond fully indexed PDF?  Will  v2.17.17 My habit with each new rele

Re: lilydoc-2.17.17.pdf

2013-05-01 Thread MING TSANG
Thank you Nick. >Date: Thu, 02 May 2013 07:51:15 +1000 >From: Nick Payne >To: MING TSANG >Cc: "lilypond-user@gnu.org" >Subject: Re: lilydoc-2.17.17.pdf >Message-ID: <51818e53.9060...@internode.on.net> >Content-Type: text/plain; charset="iso-8859-1&qu

numbered notes

2013-05-01 Thread MING TSANG
Hi lily user:   Is it possible to modify the following code. I like to display notes in numbered equivalent. eg. key c\major f   = 4 - if possible there is a "." below the number e.g. * f'  =4 - e.g. 4 f'' =4 - if possible to display a "." on top of the number e.g.$        Thanks, Ming. \versi

lilypond scheme-sandbox

2013-05-02 Thread MING TSANG
Hi lily user: I try lilypond scheme-sandbox.  The highlight did not correspond to what chapter 1 - scheme tutorial (extending.pdf) said: "2" is suppose displays on a line, but it is not.  Please refer to the copy of the run. Thanks for the help, Ming Microsoft Windows [Version 6.1.7600] Cop

Re: Lyrics and Punctuations Alignment Issue?

2013-05-02 Thread MING TSANG
Hi David: Thank you for the align grob. The chinese character is double byte.  Please refer to lyric d & f : correspondent Chinese character to d is ok but the Chinese character at f is off a bit.  Is it possible to make f the same as d?  The difference at d the '," is single byte while at f t

Re: Lyrics and Punctuations Alignment Issue?

2013-05-02 Thread MING TSANG
Hi David, Here is the .ly file that generates the png file in previous email.  This file is UTF-8 encoded. Thank for looking the solution, Ming.  > > From: David Nalesnik >To: MING TSANG >Cc: "lilypond-user@gnu.org" >Sent: Thursda

Re: Lyrics and Punctuations Alignment Issue?

2013-05-03 Thread MING TSANG
David,  Thank you very much.  I try to do two punctuation to the left, but I cannot make it work.  Any help is appreciated.  Please refer to "a" and "c" from the .png Thank again, Ming. > > From: David Nalesnik >To: Jun Wang

Re: Lyrics and Punctuations Alignment Issue?

2013-05-04 Thread MING TSANG
__ > From: Jun Wang >To: David Nalesnik ; MING TSANG >Cc: "lilypond-user@gnu.org" >Sent: Saturday, May 4, 2013 7:28:46 AM >Subject: RE: Lyrics and Punctuations Alignment Issue? > > > > >Ming and David, > > >I modified a bit

Re: Lyrics and Punctuations Alignment Issue?

2013-05-04 Thread MING TSANG
David,  Yes, left and right  UTF-8 parenthese - UTF-8. Thanks, Ming > > From: David Nalesnik >To: MING TSANG >Cc: Jun Wang ; "lilypond-user@gnu.org" > >Sent: Saturday, May 4, 2013 4:05:37 PM >Subject: Re: Lyrics a

Fw: numbered notes

2013-05-09 Thread MING TSANG
): 1 -Dotted half:1 - - Double dotted: 1 - - · Quarter (crotchet): 1 Dotted quarter: 1· Double dotted: 1·· Eighth (quaver): 1 Dotted eighth: 1· Double dotted: 1·· 16th (semiquaver): 1 = - Forwarded Message - >From: MING TS

Re: numbered notes

2013-05-09 Thread MING TSANG
jianpu.  I just want to enter lilypond code and have option to display jianpu without manually translates it. Thanks, Ming. > > From: Jun Wang >To: MING TSANG ; "lilypond-user@gnu.org" > >Sent: Thursday, May 9, 2013 7:30:04 PM >

re; ANN: Frescobaldi 2.0.10

2013-05-12 Thread MING TSANG
I use the following link from the caption subject http://code.google.com/p/lilykde/downloads/list I got the following error message. Frescobaldi Setup 2.0.10.exeUnknown network error. Ming.___ lilypond-user mailing list lilypond-user@gnu.org https://

\repeat tremolo

2015-08-09 Thread MING TSANG
Hi lilyponder, I am trying to code \repeat tremolo to produce the following IMAGE_0. All I get is missing slanted heavy lines.  How to code \repeat tremolo so that I can produce the same as the IMAGE_1.  %start\version "2.18.2" global = {  \key c \major  \time 4/4  \clef bass} {\global  8^^ r8 r4

Re: \repeat tremolo

2015-08-09 Thread MING TSANG
Thomas,Thank you very much.Immanuel,Ming From: Thomas Morley To: MING TSANG Cc: Lilypond-user Mailinglist Sent: Sunday, August 9, 2015 8:53 AM Subject: Re: \repeat tremolo 2015-08-09 14:18 GMT+02:00 MING TSANG : Hi lilyponder, I am trying to code \repeat tremolo to produce

missing glissando

2015-08-10 Thread MING TSANG
Lilyponders, I code a "\override Glissando.style = #'trill", but there is no glissando display on staff http://lilybin.com/05mbl7/1  output from above snippet: original score shown: ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.

Re: missing glissando

2015-08-10 Thread MING TSANG
Dominic,  Thank you very much for catching the missing "\arpeggio" command.I have always coding the chord - the "bottom note first". I notice the advantage in this case. Can I mixed coding "top note first" with "bottom note first"?Immanuel,Ming | From: | Dominic | | Subject: | Re: missing gliss

Re: OT: Beauty of programming languages

2015-09-12 Thread MING TSANG
I'm 68 years old and an IBM mainframe programmer using COBOL. Now retired. I've been using Lilypond since v1.12. One of the reason I choose lilypond because it supports UTF-8 for lyrics. Now I am gladly using V2.18.2 and V2.19.26. I sing in a choir.  Time and time, we were given photocopy music s

download 2.19.28

2015-10-02 Thread MING TSANG
I try to download to-day and I got the following message. Also it seem there there is no activity on user mailinglist.Immanuel,Ming ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: download 2.19.28

2015-10-03 Thread MING TSANG
I follow the link from brian Barker, I saw lots of entry for Oct 03. BUT, on lilypond-user Archives I only see one entry on Oct 3 mark at 1.07 am I receive the latest from subscription lilypond-user digest: lilypond-user Digest, Vol 155, Issue 25 From: Brian Barker To: Ming Tsang

code \acciaccatura e'8 broke the manual \break

2015-10-09 Thread MING TSANG
It didn't show up at lilypond-user Mailinglist.   Try again - Forwarded Message - From: MING TSANG To: Lilypond-user Mailinglist Sent: Thursday, October 8, 2015 7:10 PM Subject: code \acciaccatura e'8 broke the manual \break Dear lilyponders, Please refer to .png

Re: code \acciaccatura e'8 broke the manual \break

2015-10-10 Thread MING TSANG
Thank you Thomas & Jacques From: Thomas Morley To: MING TSANG Cc: Lilypond-user Mailinglist Sent: Saturday, October 10, 2015 5:19 AM Subject: Re: code \acciaccatura e'8 broke the manual \break 2015-10-10 4:35 GMT+02:00 MING TSANG : It didn't show up at

strange error message - cannot open .ly file

2015-10-29 Thread MING TSANG
Hi lilyponders: Frecobaldi can open the file, yet when I hit to run lilypond, I got strange error message: Starting lilypond-windows.exe 2.19.29 [06_prayer-willing_禱願.ly]...Processing `K://06_prayer-willing_�/�.ly'Parsing...warning: cannot open file: `K://06_prayer-willing_�/�.ly'K:/粤曲/0

Re: strange error message - cannot open .ly file

2015-10-30 Thread MING TSANG
ine as well3.. the file name with utf-8 "禱" when comply generate the strange error -- no version statement found. Question:  can be be resolved? Or nothing we can do? Immanuel,ming.  From: David Wright To: MING TSANG Cc: Lilypond-user Mailinglist Sent: Friday, October 30,

Invalid UTF-8 string passed to pango_layout_set_text()

2015-11-12 Thread MING TSANG
Hi, lilyponders: I ran the attach file and got the following.Question: can this be solved? How? Appreciate help given. Starting lilypond.exe 2.19.31 [test_ymt-曾煒明.ly]...Processing `K:/LILY_POND/test_ymt-��.ly'Parsing...Interpreting music...Preprocessing graphical objects...Finding the ideal

does not save file automatically after "run" lilypond "

2015-12-29 Thread MING TSANG
I run lilypond 2.19.34 with frescobaldi 2.18.2Upon exit frescobaldi ask to save file and I comply.  But pdf is not saved.   I saw a lot additional info that I did not see when running frescobaldi 2.18.1 and lilypond 2.19.34  Need help. Starting lilypond-windows.exe 2.19.34 [eye-hath-not-seen.ly]

Re: does not save file automatically after "run" lilypond "

2015-12-30 Thread MING TSANG
hi, Jacques, Robert, Simon, David, Thomas, Michael Gerdau,Johan Vroman: Thank you for the responses. It helps.  Now I save .ly file before execute lilypond - midi pdf files are saved. Looking forward for lilypond v2.19.35 Immanuel,Ming From: Jacques Menu To: MING TSANG Cc: Jacques

dingbat special characters of frescobaldi 18.2

2016-02-07 Thread MING TSANG
lilyponders:Recently I purchase a laptops with window 10 home version installed.  Anything I have to do in window 10 in order to have the same dingbats special character shown as in window 7?Immanuel,Ming The special characters of dingbats in window 10 home version did not show as in window 7

Re: dingbat special characters of frescobaldi 18.2

2016-02-07 Thread MING TSANG
Sorry, the frescobaldi version should be 1.18.1 for window 7 and 1.18.2 for window 10 home version. From: MING TSANG To: Lilypond-user Mailinglist Sent: Sunday, February 7, 2016 11:57 PM Subject: dingbat special characters of frescobaldi 18.2 lilyponders:Recently I purchase a

Re: dingbat special characters of frescobaldi 18.2

2016-02-07 Thread MING TSANG
Sorry again:   frescobaldi version is 2.18.1 in window 7and 2.18.2 in window 10 home versionImmanuel,Ming From: MING TSANG To: Lilypond-user Mailinglist Sent: Monday, February 8, 2016 12:09 AM Subject: Re: dingbat special characters of frescobaldi 18.2 Sorry, the frescobaldi

lilypond-windows.exc vs lilypond-exc

2016-02-22 Thread MING TSANG
Hi, lily ponders: There is lilypond-windows.exc and lilypond.exc in \usr\bin.  What is the difference?  I have window 10 - which one should I use? Immanuel,Ming___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/li

Re: lilypond-windows.exc vs lilypond-exc

2016-02-23 Thread MING TSANG
under frescobaldi. Immanuel,Ming From: Phil Holmes To: Helge Kruse ; MING TSANG Cc: Lilypond-user Mailinglist Sent: Tuesday, February 23, 2016 4:02 AM Subject: Re: lilypond-windows.exc vs lilypond-exc - Original Message - From: "Helge Kruse" To: "MING TSANG&

Exited with return code -1073741819.

2016-02-25 Thread MING TSANG
I  transcribe a score SA-TB + piano contains 118 measures.  I enter the last measure and I got the error message.If I comment out measure #118, the compile went OK.   I double check measure 118 and there is no code error.   What is the error message "Exited with return code -1073741819." mean ?

Re:difference of code construct (Malte Meyn)

2016-03-19 Thread MING TSANG
ubject: Re: difference of code construct Message-ID: <56ec0ad9.5070...@maltemeyn.de> Content-Type: text/plain; charset=UTF-8; format=flowed Am 18.03.2016 um 14:25 schrieb MING TSANG: > Hi, lilyponder: > I have a question about coding construct. Please refer to

difference of code construct

2016-03-19 Thread MING TSANG
Hi, lilyponder: I have a question about coding construct. Please refer to lilybin  attachment  LilyPond Score |   | |   |   |   |   |   | | LilyPond ScoreLilyPond Score made using LilyBin. | | | | View on lilybin.com | Preview by Yahoo | | | |   | Immanuel,Ming_

Re: difference of code construct

2016-03-19 Thread MING TSANG
object is to reuse the measure(s) other than copy-&-paste method.  Thanks again,Ming. From: Thomas Morley To: lilypond-user Cc: Benjamin Strecker ; MING TSANG ; David Wright Sent: Saturday, March 19, 2016 3:14 PM Subject: Re: difference of code construct 2016-03-19 17:26 GMT+0

Newbie needs help - how to set beats for midi output

2010-08-17 Thread MING TSANG
Lilypond user community: I started to use lilypond window (XP) version 2.13. ( I am a newbie to lilyPond). The following is lilypond text file I managed to compose. I have question ato ask for assistance. 1. How can I create two voices for pianoRHMusic and pianoLHMusic? I want to genera

no sound produce for bass staff

2010-09-02 Thread MING TSANG
- Forwarded Message From: MING TSANG To: lilypond-user-requ...@gnu.org Sent: Wed, September 1, 2010 12:07:34 PM Subject: no sound produce for bass staff The following is a new .ly file. I am new to lilypond (I start to use lilypond three week ago). I have questions to ask for

Fw: no sound produce for bass staff

2010-09-02 Thread MING TSANG
- Forwarded Message From: MING TSANG To: Phil Holmes Sent: Thu, September 2, 2010 2:17:56 PM Subject: Re: no sound produce for bass staff Thank you for your speedy assistance. 1. I can hear bass until bar 16 and after that I cannot hear even I see the base in midi. I use

Re: no sound produce for bass staff

2010-09-02 Thread MING TSANG
I thought accidentals.M2 will give me smaller flat music picture. Thanks, Ming. From: Phil Holmes To: MING TSANG ; lilypond-user@gnu.org Sent: Thu, September 2, 2010 9:34:46 AM Subject: Re: no sound produce for bass staff  HTML post so I'm top-posting to reply - my newsreader won&#x

Re: no sound produce for bass staff

2010-09-03 Thread MING TSANG
icsto "Sop" { \VerseOne } %\new Lyrics \lyricsto "Sop" { \VerseTwo } %\new Lyrics \lyricsto "Sop" { \VerseThree } %\new Lyrics \lyricsto "Sop" { \VerseFour } >> \new Staff << \clef "bass" %

Re: no sound produce for bass staff

2010-09-03 Thread MING TSANG
Thank you, Kaz: By adding \mf to bar 14 after the "cresc." on bar 13, I can hear bass notes to the end now. I have to remember this whenever I code/use "cresc.". From: Kaz Kylheku To: MING TSANG Cc: Phil Holmes ; lilypond-us

humber as easy note head

2010-09-06 Thread MING TSANG
I ran the following snippet and an error occurs (please refer to red text below)Please help. Numbers as easy note heads Easy notation note heads use the note-names property of the NoteHead object to determine what appears inside the note head. By overriding this property, it is possible to p

Re: numbers as easy note head

2010-09-07 Thread MING TSANG
I am using 2.12.3-1. When will 2.13.11 be released as stable version? In the mean time can I down 2.13.11 and install in window xp co-exist with 2.16.3-1 on the same computer? ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/ma

Re: numbers as easy note head

2010-09-07 Thread MING TSANG
ood news. Just want to led you know that I am new to lilypond and to-day is my 4th week of using lilypond. From: Martin Tarenskeen To: MING TSANG Cc: lilypond-user mailinglist Sent: Tue, September 7, 2010 4:50:49 PM Subject: Re: numbers as easy note head O

Re: numbers as easy note head

2010-09-11 Thread MING TSANG
ot;\makup{Deciso}" to a pitch (note)? ____ From: MING TSANG To: Martin Tarenskeen ; Carl Sorensen Cc: lilypond-user mailinglist Sent: Tue, September 7, 2010 9:53:03 PM Subject: Re: numbers as easy note head Thank you for the info pertain to 2.13.32 - parti

Jedit with lilypond tools

2010-09-21 Thread MING TSANG
I use jedit with lilypond tool. I also use lilypond 2.13.33 The console has the following message. However, I cannot locate the .pdf file. I do a search on c:\ drive and cannot find the file. I see the midi file. One additional question: on v2.12 after running lilypond, I can see three files

Re: Jedit with lilypond tools

2010-09-22 Thread MING TSANG
Thank you Phil. I put the line in to .ly Now .PS file is created but there is still no .PDF file generated. From: Phil Holmes To: MING TSANG ; lilypond-user@gnu.org Sent: Wed, September 22, 2010 12:38:34 PM Subject: Re: Jedit with lilypond tools  In

Re: Help needed - missing .pdf file after running lilypond sucessfully.

2010-09-24 Thread MING TSANG
ted in the dynamic link library gs-8.70.dll" For the past few days I have been rebooting window xp several times. Mark Polesky: thank you for pointing me to contact jedit users. I have send them an email and waiting for their response. From: Kaz Kylheku To:

Re: Jedit with lilypond tools

2010-09-24 Thread MING TSANG
Thank you Bertalan. I did a search on c: drive for the .pdf file and cannot locate it anywhere. From: Bertalan Fodor (LilyPondTool) To: MING TSANG Cc: lilypond-user@gnu.org Sent: Fri, September 24, 2010 6:35:14 AM Subject: Re: Jedit with lilypond tools

Fw: Help needed - missing .pdf file after running lilypond sucessfully.

2010-09-24 Thread MING TSANG
the following reply all did't go thru. Now I try again, just send ti lilypond users. - Forwarded Message From: MING TSANG To: Kaz Kylheku Cc: lilypond-user@gnu.org Sent: Fri, September 24, 2010 8:58:11 AM Subject: Re: Help needed - missing .pdf file after running lil

Re: Help needed - missing .pdf file after running lilypond sucessfully. (MING TSANG)

2010-09-24 Thread MING TSANG
Gordon Gilbert To: tsan...@rogers.com; Lilypondusers Group Sent: Fri, September 24, 2010 1:36:56 PM Subject: Re:Help needed - missing .pdf file after running lilypond sucessfully. (MING TSANG) Hi! I have used Lilypondtool both on Windoze, and on Ubuntu, and the toolbar immediately above the

Re: Fw: Help needed - missing .pdf file after running lilypond sucessfully.

2010-09-24 Thread MING TSANG
all v2.6.5 and install v3.13.33 - how come I am still running v2.6.5. Thanks everyone, Ming. ____ From: neuro黃學仁 To: MING TSANG Cc: lilypond-user@gnu.org Sent: Fri, September 24, 2010 2:09:48 PM Subject: Re: Fw: Help needed - missing .pdf file after running lilyp

Re: Help needed - missing .pdf file after running lilypond sucessfully.

2010-09-26 Thread MING TSANG
y \TenorMusic } \new Voice = "Bass" { \voiceTwo \BassMusic } >> >> %\new PianoStaff << % \new Staff = "RH" { \TimeKey \PianoRHand } % \new Staff = "LH" { \TimeKey \clef bass \PianoLHand } %>> >&g

font size for numbers on easyHeadOn with number

2010-09-27 Thread MING TSANG
\clef "bass" \EzNum \new Voice = "Tenor" { \voiceOne \TimeKey \TenorMusic } \new Voice = "Bass" { \voiceTwo \BassMusic } >> >> \new PianoStaff << \new Staff = "RH" { \TimeKey \PianoRHand } \new Staff = "LH&

Re: font size for numbers on easyHeadOn with number

2010-09-29 Thread MING TSANG
sic } >> >> \new PianoStaff << \new Staff = "RH" { \TimeKey \PianoRHand } \new Staff = "LH" { \TimeKey \clef bass \PianoLHand } >> >> \layout { \context { \Voice \consists \Ez_numbers_engraver }

Re: font size for numbers on easyHeadOn with number

2010-10-05 Thread MING TSANG
Settings/Administrator/Desktop/LILY_POND/more-love-to-thee.ly’ 分析中... Interpreting music... Interpreting music... Processing time: 64 seconds ____ From: Carl Sorensen To: MING TSANG Cc: "lilypond-user@gnu.org" Sent: Sun, October 3, 2010 3:44:57

  1   2   3   4   5   6   7   >