Re: Help using a Scheme variable in a function

2024-04-13 Thread ming tsang
Hello Mathew Fong, I am very interested in this scheme variable in a function, however I have a hard time generating a working .ly with sample output. Thank you. -- 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. > >

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

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

Re: error: Unbound variable: \version

2022-09-20 Thread ming tsang
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: > > > > Star

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

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

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

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

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

Re: UTF-8 unicode use in \markup

2021-11-29 Thread ming tsang
0a7 you can also do > ##xa7 as well as simply 167 (which is the decimal numeric value for hex A7). > > Thus char basically takes a number and gives us that unicode character. > > Cheers, > Valentin > > Am Montag, 29. November 2021, 01:27:37 CET schrieb ming tsang: >> Hi

Re: UTF-8 unicode use in \markup

2021-11-28 Thread ming tsang
p, or use \char ##20ac. > > Valentin > > Am Sonntag, 28. November 2021, 22:42:47 CET schrieb ming tsang: > > Hi lilyponder, > > > > I would like to use \markup to display € using U+20AC. I can use > \markup > > { \char ##x2197 } to display / print / output t

UTF-8 unicode use in \markup

2021-11-28 Thread ming tsang
Hi lilyponder, I would like to use \markup to display € using U+20AC. I can use \markup { \char ##x2197 } to display / print / output to pdf. ##x2197 is [image: image.png] Your help is appreciated. Shalom, yMing -- ming (lyndon) tsang

Re: print log content to a pdf

2021-11-23 Thread ming tsang
On Sun, Nov 21, 2021 at 10:02 PM David Wright wrote: > On Sun 21 Nov 2021 at 16:01:43 (-0500), ming tsang wrote: > > > The following lilypond code > > > > #(ly:font-config-display-fonts) > > > > generate a log output. > > > > Is it possible to

print log content to a pdf

2021-11-21 Thread ming tsang
Dear lilyponders, The following lilypond code #(ly:font-config-display-fonts) generate a log output. Is it possible to generate a pdf by lilypond? Shalom, yMing. -- ming (lyndon) tsang

Re: eps file

2021-09-02 Thread ming tsang
oks fine. I'll try to look into this, can you > please append the file > C:/LilyPond_2-23-3/usr/share/lilypond/current/scm/lily/lily.scm > > just to be sure? > > 02.09.2021 13:07:42 ming tsang : > > Hi David Wright and Valentin Petzel: > Thank you both for helping. >

Re: eps file

2021-09-01 Thread ming tsang
file axis size path > Where axis is the axis for scaling, size is the size of the end result > along > this axis and path is the path to the file. > > Cheers, > Valentin > > Am Mittwoch, 1. September 2021, 22:17:13 CEST schrieb ming tsang: > > Dear lilyponders, > &

Re: eps file

2021-09-01 Thread ming tsang
context-example.eps. > > The sytax for \epsfile is > \epsfile axis size path > Where axis is the axis for scaling, size is the size of the end result > along > this axis and path is the path to the file. > > Cheers, > Valentin > > Am Mittwoch, 1. September 2021, 22:17:1

eps file

2021-09-01 Thread ming tsang
Dear lilyponders, How can I specify the eps file that will be recognized by the \markup - re below lilypond code? The eps file is in my computer folder. Shalom, Ming \markup { \general-align #Y #DOWN { \epsfile #X #20 #"context-example.eps" \epsfile #Y #20 #"context-example.eps" } }

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

2021-07-23 Thread ming tsang
gt; 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 >

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

2021-07-22 Thread ming tsang
; frecobaldi display the file with contents in "勉勵.ly <http://xn--4grwd.ly>." tab. Note: either file location or file name or both contain non english characters, "A" happends. Shalom, yMing. On Sun, Jul 18, 2021 at 11:56 PM David Wright wrote: > On Sun 18 Jul

Re: error :GUILE signaled an error for the expression

2021-07-13 Thread ming tsang
xample code. The above test is for folder names containing utf-8 characters. Later today I will test the folder and filename containing utf-8 characters to see the effects. Thank you for your help. Shalom, yMing Tsang On Tue, Jul 13, 2021 at 12:15 PM David Wright wrote: > > Date: Tue,

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: >

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

2021-07-12 Thread ming tsang
, 2021 at 6:30 AM Thomas Morley wrote: > 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 a

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

2021-07-11 Thread ming tsang
ccessfully executed. Consider the problem solved! Thanks. Also thank you to : Knute Snortum; David Kastrup for the help. Thanks again, yMing Tsang On Sat, Jul 10, 2021 at 11:50 PM Aaron Hill wrote: > On 2021-07-10 8:46 pm, Aaron Hill wrote: > > On 2021-07-10 7:15 pm, ming tsang w

Re: wront type for argument: on \note

2021-07-10 Thread ming tsang
Thank you both: I will definitely run convert from now on. yMing Tsang Sent from my iPhone > On Jul 9, 2021, at 7:00 PM, David Kastrup wrote: > > Aaron Hill writes: > >>> On 2021-07-09 1:22 pm, ming tsang wrote: >>> I try to run the following lilypond code. >

wront type for argument: on \note

2021-07-09 Thread ming tsang
Hi lilyponders: I try to run the following lilypond code. \version "2.23.3" \markup { \note #"16" #1 } And I got the following error. Starting lilypond-windows.exe 2.23.3 [Untitled_note.ly]... Processing `C:/Users/yming tsang/Documents/CHOIR_2021/the-Lord-in-His-Holy-temple/Untitled_note.ly'

Re: lilypond coding problem

2021-06-22 Thread ming tsang
will use \once\hideNotes from now on. I am trying to understand this hide and unHide business. Thanks, Ming Tsang On Tue, Jun 22, 2021 at 9:53 PM ming tsang wrote: > Dear Knute: > Thank you for the reply. > I had 35 bars that requires the \hideNotes: > bars 16, 20, 21, 23, 25, 26 no \unHid

Re: lilypond coding problem

2021-06-22 Thread ming tsang
:35 AM Knute Snortum wrote: > On Tue, Jun 22, 2021 at 3:13 AM ming tsang wrote: > > > > Dear Moinard and Knute > > Thank you for the tips on \hideNotes and \unHideNotes. > > I coded 35 bars using \hidesNotes, only 4 bars need the \unHideNotes. I > discovered this

Re: lilypond coding problem

2021-06-22 Thread ming tsang
\hideNotes and \unHideNotes must be used in pairs? 2. How can I pass the nide note in using variables? ie hn = *3/4 (\hideNotes d8) in my code I use f,2\hn Thank you very much for your help. Ming Tsang On Tue, Jun 22, 2021 at 2:19 AM F. Moinard wrote: > Hello, > > Sorry, I forgot t

Exited with return code -1073741819.

2021-06-17 Thread ming tsang
Starting lilypond-windows.exe 2.23.0 [trust_in_the_Lord.ly]... Processing `C:/Users/yming tsang/Documents/CHOIR_2021/專心信主/trust_in_the_Lord.ly' Parsing... Interpreting music...[8][16][24][32][40][48][56][64][72][80][88][96][96] Exited with return code -1073741819. Dear Lily Ponders, I am

Exited with return code -1073741819.

2021-06-17 Thread ming tsang
Starting lilypond-windows.exe 2.23.0 [trust_in_the_Lord.ly]... Processing `C:/Users/yming tsang/Documents/CHOIR_2021/專心信主/trust_in_the_Lord.ly' Parsing... Interpreting music...[8][16][24][32][40][48][56][64][72][80][88][96] Exited with return code -1073741819. Dear lily ponders, I am trying

Re: lilypond coding problem

2021-06-16 Thread ming tsang
Thank you Knute. Sent from my iPhone > On Jun 16, 2021, at 2:03 PM, Knute Snortum wrote: > >  > I think force-hshift is what you're looking for: > > \once \override NoteColumn.force-hshift = 1.5 a4 > > -- > Knute Snortum > > > >> On Wed,

Re:

2020-09-19 Thread ming tsang
Hi, Jonas, I downloaded and installed v2.21.6 per your suggestion and the error was gone. Thank you for the info. Ming On Thu, Sep 17, 2020 at 12:14 PM Jonas Hahnfeld wrote: > Hi, > > Am Donnerstag, den 17.09.2020, 11:29 -0400 schrieb ming tsang: > > Starting lilypond-win

[no subject]

2020-09-17 Thread ming tsang
Starting lilypond-windows.exe 2.21.4 [the-conflict-of-the-ages.ly]... Processing `C:/Users/yming tsang/Documents/CHOIR_2020/the-conflict-of-the-ages/ the-conflict-of-the-ages.ly' Parsing... Interpreting music... Preprocessing graphical objects... Interpreting music... fatal error: cannot

print copyright on every page

2020-02-27 Thread MING TSANG
Dear lilyponders, How can I print the copyright info on every page. The following code only have the copyright printed on the first page only. Ming \version "2.19.84"\language "english" ymt = \markup {   \note #"16" #1  " yMt"  \postscript #"0.075 setlinewidth 0 -2.5 moveto -13.75 10 -10 -7 2.5

Re: change postscript output size

2020-02-27 Thread MING TSANG
Hi Pierre, Thank you for the different way of coding \scale.Now it works wonderfully. Thanks again. Ming.  On Thursday, February 27, 2020, 01:31:15 a.m. EST, Pierre Perol-Schneider wrote: Hi Ming Le mer. 26 févr. 2020 à 22:30, MING TSANG a écrit : Pierre:Thank you for the \scale

Re: change postscript output size

2020-02-26 Thread MING TSANG
= \markup {   \note #"16" #1   " yMt"   \scale #'(.5 . .5)   \postscript #"0.075 setlinewidth 0 -2.5 moveto -13.75 10 -10 -7 2.5 5     rcurveto stroke" } \markup\ymt \markup\scale #'(1 . 5)\ymt Cheers,Pierre Le mer. 26 févr. 2020 à 20:56, MING TSANG a écrit :

change postscript output size

2020-02-26 Thread MING TSANG
dear lilyponders, I have the following postscript code. How can I make it smaller or larger? ymt = \markup {   \note #"16" #1  " yMt"  \postscript #"0.075 setlinewidth 0 -2.5 moveto -13.75 10 -10 -7 2.5 5    rcurveto stroke"} image after lilypond compilation: Thank you 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

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 >> __

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

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

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
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

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

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

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

Re: conver-ly using frecobaldi 3.0.1

2019-06-21 Thread MING TSANG
aldi 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 try

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).

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

2019-05-19 Thread MING TSANG
Success: compilation successfully completed Completed successfully in 4.3". On Sunday, May 19, 2019, 2:28:30 p.m. EDT, Simon Albrecht wrote: Hi Ming, I can’t reproduce the error with your example on Ubuntu 16.04. Best, Simon On 19.05.19 19:51, MING TSANG wrote: > Hi Simon, &g

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

2019-05-19 Thread MING TSANG
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://lilypond.org/tiny-examples.html On 17.05.19 16:22, MING TSANG wrote: > Hi, lilyponders: > > What is it

Re: tie four 8 note to 4 chord

2019-05-18 Thread MING TSANG
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:14 p.m. EDT, An

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

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

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

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

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: 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

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

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

2019-03-28 Thread MING TSANG
ssue 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 my pro

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

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

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:

Re: arpeggio variant

2019-01-23 Thread MING TSANG
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  |  1\arpeg

arpeggio variant

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

Re: Flat flared hairpins

2018-12-31 Thread Ming Tsang
In our apartment here in Canada the floor number is 1,2,3,5,6,7,8,9,10,11,12,15, 16 17 missing 4,13 & 14 Ming Sent from Mail for Windows 10 ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: Jianpu

2018-12-28 Thread MING TSANG
Thank you for the workaround. Sent from my iPhone > On Dec 27, 2018, at 2:44 PM, Thomas Morley wrote: > > > >> Am Do., 27. Dez. 2018 um 21:03 Uhr schrieb MING TSANG : >> Dear Paul and David >> >> I don't know the code. Appreciate if either one of you can

Jianpu

2018-12-27 Thread MING TSANG
Dear Paul and David I don't know the code. Appreciate if either one of you can help to resolve the tie problem for jianpu. Thank you,Ming  the lily code is \version "2.19" \language "english" \include "jianpu10a.ly" global = { \key d \major \numericTimeSignature \time 3/4 \partial

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

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: 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

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

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

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

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

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

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: 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

RE: alignment of "To" and \coda horizontally

2018-02-02 Thread Ming Tsang
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^\markup"T

Re: color lyrics text

2017-12-12 Thread MING TSANG
From: Simon Albrecht <simon.albre...@mail.de> To: David Kastrup <d...@gnu.org>; Peter Chubb <pe...@chubb.wattle.id.au> Cc: Ming Tsang <tsan...@rogers.com>; "lilypond-user@gnu.org" <lilypond-user@gnu.org> Sent: Tuesday, December 12, 2017 2:27 PM Subje

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

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-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

\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

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

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: 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 <tsan...@rogers.com> To: Lilypond-usermailinglist <lilypond-user@gnu.org> Sent: Thursday, September 28, 2017 8:43 PM Subject: Exited with return code 1. - Guile signal error & cannot find co

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

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 <david...@qq.com> To: MING TSANG

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.

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,

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 <d...@gnu.org> To: MING TSANG <tsan...@rogers.com> Cc: Paul Morris <p...@paulwmorris.com>; Super-User <david...@qq.com

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 <david...@qq.com> To: MING TSANG <tsan...@rogers.com>; Pa

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 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 <tsan...@rogers.com> To: "imj-...@bluewin.ch" <imj-...@bluewin.ch>; Lilypond-usermailinglist <lilypond-user@gnu.org> Sent: Monday, August 21, 2017 9:51 PM Subjec

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

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

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 <simon.albre...@mail.de> To: MING TSANG <tsan...@rogers.com>; Lilypond-usermailinglist <lilypo

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 

  1   2   3   4   5   6   7   >