Re: font size for numbers on easyHeadOn with number

2010-10-08 Thread MING TSANG
4, then to v.2.13.35. ____ From: MING TSANG To: Carl Sorensen Cc: "lilypond-user@gnu.org" Sent: Tue, October 5, 2010 9:27:42 AM Subject: Re: font size for numbers on easyHeadOn with number Thanks, your code is perfect. 1. I applied the suggest

midi dynamic sound performers

2010-10-08 Thread MING TSANG
Hi, lilypond users: I like to produce midi file without dynamic performers but I still want score sheet showing the dynamics. Where do I code the following? \remove "Dynamic_performer" \remove "Staff_performer" I put it in \midi - "syntax error, unexpected \remove"

Re: midi dynamic sound performers

2010-10-09 Thread MING TSANG
TSANG Cc: lilypond-user@gnu.org Sent: Sat, October 9, 2010 5:06:39 AM Subject: Re: midi dynamic sound performers On Fri 08 Oct 2010, 10:03 MING TSANG wrote: > Hi, lilypond users: > > I like to produce midi file without dynamic performers but I still want score > sheet showing

What happen to MUP2LY.py

2010-10-31 Thread MING TSANG
Mup2ly.py is available on LP v2.6.5. It was droped. If I obtain a copy of mup2ly.py on LP v2.6.5, can I use it on LP v2.13.37? Can someone show me how to get mup2ly.ly and show me how to use it? I have dozens of .mup files I wish I can convert them into .ly files. __

bar-check warning when generating rehearsal midi soprano, alto, tenor etc

2014-01-22 Thread MING TSANG
When compile the .ly there is no warning or error in the log file: Starting lilypond-windows.exe 2.19.0 [test-midi.ly]... Processing `C:/Users/Tsang/Dropbox/CHOIR/the-rock/test-midi.ly' Parsing... Interpreting music...[8][16][24][32] Preprocessing graphical objects... Interpreting music... MIDI out

Re: bar-check warning when generating rehearsal midi soprano, alto, tenor etc

2014-01-23 Thread MING TSANG
phical objects... Interpreting music... MIDI output to `test-midi.mid'... Finding the ideal number of pages... Fitting music on 2 or 3 pages... Drawing systems... Layout output to `test-midi.ps'... Converting to `./test-midi.pdf'... Success: compilation successfully completed Compl

Fw: lilypond-user Digest, Vol 134, Issue 154

2014-01-23 Thread MING TSANG
,    tenor etc Message-ID: <52e13c29.6090...@gmx.de> Content-Type: text/plain; charset=ISO-8859-1 Hi MING TSANG, I think, there is just a typo. You give \sopranoVoiceI as last argument lyrics to the rehaersalMidi function. But that is the melody. \verseSopranoVoiceI are the lyrics. I changed th

RE: Producing a title page

2014-01-31 Thread MING TSANG
  6. RE:Producing a title page (SoundsFromSound) -- Message: 6 Peter, I tried to use your code and I kept getting an error: error: syntax error, unexpected end of input \pageBreak Do you know how to remedy this? I a

compilable lilypond-book templeat

2014-01-31 Thread MING TSANG
Hi, lilyponders: Over the years (since lilypond v2.14) I have coded 25+ hymns for our choir. I like to put them in book form.  Is there a lilypond-book template available (compilable - just include my 25+ hymns)? I like to have title page, table of content and each hymn starts on a new page.  If

Re: compilable lilypond-book templeat

2014-02-01 Thread MING TSANG
's template and replace the \bookpart blocks with an \include statement and then wrap the \score block in the included files inside a \bookpart. 2014/2/1 Ernie Braganza This was just posted on the list by Nick Payne . Hope it helps. > > > >On Fri, Jan 31, 2014 at 8:36 PM, M

\parenthesize for dotted notehead

2014-02-05 Thread MING TSANG
Hi lilyponders,  how can I parenthesize df8. ? the dot is outside the parenthesis.   \version "2.18.0" \language "english" { \key af\major 1 |%m26 q2. \parenthesize ef'4 \parenthesize df'8 df'4 \parenthesize df'8. \parenthsize ef'16 |%m27 } Emmanuel, Ming.__

Cannot remove empty staff when dynamic staff is added between piano staff

2014-02-07 Thread MING TSANG
Hi, lilyponders: I compile the dropbox share .ly file  with dynamic staff between piano right & left. the RemoveEmptyStaff is not working anymore.   I hope reader of this email can read the following dropbox share  https://www.dropbox.com/s/emu5vxueljsem7q/test-with-dynamic-staff.ly https://ww

Re: Cannot remove empty staff when dynamic staff is added between pianostaff

2014-02-07 Thread MING TSANG
Thanks.  It works after added the suggested code. I will try to code a tiny sample in the future.   Thanks for the solution. Emmanuel, Ming On Friday, February 7, 2014 7:24:00 AM, Phil Holmes wrote: - Original Message - From: MING TSANG To: lilypond-user mailinglist Sent: Friday

Re: consolidate code

2014-02-11 Thread MING TSANG
From: Eluze Subject: Re: consolidate code Date: Tue, 11 Feb 2014 11:57:54 -0800 (PST) MING TSANG wrote >I hope the attached .ly file qualifies as tiny snippet. >>certainly not - >please reduce it to one or two notes to show the >>unexpect

Re: consolidate code

2014-02-11 Thread MING TSANG
g. On Tuesday, February 11, 2014 5:00:02 PM, David Nalesnik wrote: Hi, On Tue, Feb 11, 2014 at 3:35 PM, Phil Holmes wrote: >OK - so this "tiny" example is 107 lines of code.   >   >- Original Message - >>From: MING TSANG >>To: -Eluze ; lil

Re: consolidate code

2014-02-11 Thread MING TSANG
David Nalesnik-2 wrote >Hi, > > >On Tue, Feb 11, 2014 at 3:35 PM, Phil Holmes < >mail@ >> wrote: >> >> OK - so this "tiny" example is 107 lines of code. >> >>

Re: consolidate code

2014-02-11 Thread MING TSANG
David, Thank you very much. Now that I have a clean function instead of duplicate code in the same file for minor difference - what a life-saver. Emmanuel, Ming. On Tuesday, February 11, 2014 8:08:48 PM, David Nalesnik wrote: Hi Ming, On Tue, Feb 11, 2014 at 4:28 PM, MING TSANG wrote

Re: consolidate code

2014-02-11 Thread MING TSANG
Nalesnik wrote: Hi Ming, On Tue, Feb 11, 2014 at 7:13 PM, MING TSANG wrote: Hi, David: I cut & paste http://www.mail-archive.com/address@hidden/msg73062.html >but I got >Not Found >The document you were looking for was not found. Hmm.  That's something I don't fully

Re: \context \voice override previous \context voice

2014-02-14 Thread MING TSANG
MING TSANG wrote >I try to combine two includes into one and I encounter the last \context >>\voice  override previous \context \voice.   >>that's expected behavior. >I >am expecting soprano voice has EzNum encoded and alto voice has EzSol >>encoded.   Is is

warning: no heads for arpeggio found?

2014-02-14 Thread MING TSANG
I compile the following lily code: \version "2.19.2" left= \relative c''{ \clef treble a2.\arpeggio } << \new Staff = "left" \with { } { \clef bass \left } >> And I got warning message and no arpeggio shown on pdf. Starting lilypond-windows.exe 2.19.2 [test_no-head-arpeggio.ly]... Processing

Re: warning: no heads for arpeggio found?

2014-02-14 Thread MING TSANG
rpeggio.ly:4:46: warning: no heads for arpeggio found? left= \relative c''{ \clef treble < a >2. \arpeggio } I got the same warning message and no arprggio on pdf. Emmanuel, Ming On Friday, February 14, 2014 9:26:06 PM, Kieren MacMillan wrote: Hi Ming, Arpeggios require chords. It is s

Re: combine codes

2014-02-14 Thread MING TSANG
David, Wonderfull! Thank you very much. Emmanuel, Ming On Friday, February 14, 2014 9:44:31 PM, David Nalesnik wrote: Hi Ming, On Fri, Feb 14, 2014 at 4:09 PM, MING TSANG wrote: As the sample from David Nalesnik that combine three set of variables into one, I try to do the same to

Re: warning: no heads for arpeggio found?

2014-02-15 Thread MING TSANG
er. I hope that makes sense to you. In any event it is not possible to arpeggiate just a single tone. Shane On Fri, Feb 14, 2014 at 9:56 PM, MING TSANG wrote: > rpeggio.ly:4:46: warning: no heads for arpeggio found? > left = \relative c''{ \clef treble < a >2. > \arpeggi

remove beginning rests of voice two for rehearsal midi

2014-02-20 Thread MING TSANG
Hi, lilyponders: I have a choir SA-TB with piano.  I can generate midi for voices.  Alto (voiceTwo} has many rests at the beginning. When generate rehearsal midi of alto, it contains all those rests. How can I generate alto midi without rests (or just 1 full bar rest) without deleting all the re

Re: remove beginning rests of voice two for rehearsal midi

2014-02-20 Thread MING TSANG
Thursday, February 20, 2014 12:25:50 PM, MING TSANG wrote: Hi, lilyponders: I have a choir SA-TB with piano.  I can generate midi for voices.  Alto (voiceTwo} has many rests at the beginning. When generate rehearsal midi of alto, it contains all those rests. How can I generate alto midi without

Re: remove beginning rests of voice two for rehearsal midi

2014-02-20 Thread MING TSANG
all the rests. 2014-02-20 18:54 GMT+01:00 MING TSANG : Hi, >Sorry. I have additional question. > > >In the middle of alto voice, there are 20 full bar rests, How can I generate >alto rehearsal midi not to include 19 full bars, leaving 1 full bar only.   >This way when practi

Re: Lines and Ties and Slurs oh my!

2014-02-21 Thread MING TSANG
Shane Brandes writes: >So while I find the pursuit of perfection somehow attractive there >is definitely a downside to this endeavor and maybe the time would be >more worthwhile spent working on other areas of the program that >could, in fact, use more attenti

utf-8 characters in file name.

2014-02-25 Thread MING TSANG
%%lily code  file name Test_中文.ly \version "2.19.2" #(define (footnote-filename) (define (periodize i l) (if (null? l) i (periodize (string-append i "." (car l)) (cdr l (let* ((comml (object->string (command-line))) (loc (+ (string-rindex comml #\space) 2)) (commllen (- (string-length comml) 2)

Re: lilypond-user Digest, Vol 135, Issue 116

2014-02-26 Thread MING TSANG
: text/plain; charset=ISO-8859-1; format=flowed Am 26.02.2014 11:58, schrieb Yming: > > Sent from my NOOK > > MING TSANG wrote: > > Hi, lilyponders: >  \unfoldRepeats generates a midi file with "\repeat volta 2" music > properly. > Is it possible to generate

Re: General questions - \unfoldRepeats

2014-02-26 Thread MING TSANG
Martin, Thank You very much.  Marc also suggested the same way. I am pursuing it now. Emmanuel, Ming On Wednesday, February 26, 2014 7:21:06 AM, Martin Tarenskeen wrote: On Wed, 26 Feb 2014, Yming wrote: > > Sent from my NOOK > > MING TSANG wrote: > &g

General questions - \unfoldRepeats

2014-03-04 Thread MING TSANG
Hi, lilyponders:  \unfoldRepeats generates a midi file with "\repeat volta 2" music properly.  Is it possible to generate midi file with "D.S. al Code"; "segno"; "To Coda" and "Coda" structure of a music?  I like to listen the generated midi contains all the D.S. al Code"; "segno"; "To Coda" and

Re: tie in volta alternative

2014-03-04 Thread MING TSANG
Hi, David: Thank you.  I have read that section, somehow I missed. After your email, I re-read and find it at the very last section.  I just missed the first time.   Thank you again. Emmanuel, Ming On Tuesday, March 4, 2014 1:08:29 PM, David Kastrup wrote: MING TSANG writes

Re: ANN: Frescobaldi 2.0.14

2014-03-07 Thread MING TSANG
Hi Wilbert:Happy birthday! Thank you for a wonderful frecobaldi v2.01.4 - I like the new exe icon. I am now work on newest version. Emmanuel, Ming___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

dynamics did not print

2014-03-08 Thread MING TSANG
Hi, lilyponders, I have two Dynamics - one for choir staff (coded  above soprano) and one for piano staff (coded in between right-hand and left-hand. But when I compile the .ly file I only see piano Dynamics.  I cannot find chord Dynamics. I also just display the two Dynamics, they both display i

Re: dynamics did not print

2014-03-08 Thread MING TSANG
olmes - Original Message - From: MING TSANG To: lilypond-user mailinglist Sent: Saturday, March 08, 2014 5:23 PM Subject: Re: dynamics did not print sorry, I hit send before include files. Here they are: On Saturday, March 8, 2014 12:19:17 PM, MING TSANG wrote: Hi, lilyponders, I have two Dyn

Re: dynamics did not print

2014-03-08 Thread MING TSANG
Hi Daniel, I do the same. I cut down as much and still cannot discover where is the missing element.  My original score has 59 measures. Emmanuel, Ming  On Saturday, March 8, 2014 1:24:05 PM, Daniel Rosen wrote: > From: MING TSANG [mailto:tsan...@rogers.com] > Sent: Saturday, Ma

Re: dynamics did not print

2014-03-08 Thread MING TSANG
M, Daniel Rosen wrote: > From: MING TSANG [mailto:tsan...@rogers.com] > Sent: Saturday, March 08, 2014 12:23 PM > To: lilypond-user mailinglist > Subject: Re: dynamics did not print > > sorry, I hit send before include files. > Here they are:  If you try to make your example

Re: extract notes into voices

2014-03-14 Thread MING TSANG
clude_extract-chord&voice.ly" Exited with return code 1. On Friday, March 14, 2014 5:13:58 AM, Gilles wrote: Le vendredi 14 mars 2014, 00:47:28 Gilles a écrit : > Le mercredi 12 mars 2014, 14:12:57 MING TSANG a écrit : > > Hi, lilyponders, > > I browse the LSR and find thi

"+" & utf-8 characters on file name

2014-03-18 Thread MING TSANG
The attached .ly file generate two pdf files.   1. test_utf-8_filename.pdf  2. test_uft-8_filename-SA_TB.pdf I was anticipating that the 2nd pdf file name to be  "test_utf-8_filename-SA+TB.pdf"  Instead it generates  "test_utf-8_filename-SA_TB.pdf".  Is it that lilypond cannot generate utf-8 char

Re: "+" & utf-8 characters on file name

2014-03-18 Thread MING TSANG
On Tuesday, March 18, 2014 12:58:13 PM, MING TSANG wrote: The attached .ly file generate two pdf files.   1. test_utf-8_filename.pdf  2. test_uft-8_filename-SA_TB.pdf I was anticipating that the 2nd pdf file name to be  "test_utf-8_filename-SA+TB.pdf"  Instead it generates 

Re: "+" & utf-8 characters on file name

2014-03-18 Thread MING TSANG
On Tuesday, March 18, 2014 5:58:51 PM, Simon Albrecht wrote: Am 18.03.2014 21:05, schrieb Fredrik Wallberg: Hi Ming, someone with more knowledge about Unicode (and Windows) could perhaps explain why that happens, but since you also asked for a workaround: Instead of using \bookOutSuffi

Re: "+" & utf-8 characters on file name

2014-03-19 Thread MING TSANG
On Wednesday, March 19, 2014 3:36:42 AM, Wilbert Berendsen wrote: Excuse me for top-quoing, my phone forces me.  LilyPond intentionally changes non-alphanumeric characters to the underscore for the output-suffix. It doesn't do that for \bookOutputName, however.  I recently got bitten by

invalid argument

2014-03-19 Thread MING TSANG
I compile the following and get code 1 - invalid argument. \version "2.19.3" \book { \markup {this generate error} \bookOutputSuffix "+男+女" { e' e' e' e' } } Error Log: Starting lilypond-windows.exe 2.19.3 [test_utf-8_filename(2).ly]... Processing `C:/Users/Tsang/Dropbox/sample_lily-code/test_utf

chord A(add2) D(add2)/A

2014-03-20 Thread MING TSANG
I encounter the caption subject chords when I am transcripting a score sheet.   I don't know how to code this in lilypond. I use lily v2.19.3.  Any help is appreciated.  Where can I find all the chords used by guitar score sheet? Emmanuel, Ming.___ lilyp

passing parameter

2014-03-22 Thread MING TSANG
Hi, lilyponders, How can I combine the nrS nbS into one by passing color parameter ( red, blue or green)? Is there a Dots #'layer in lily?  \version "2.19.3" nrS = { \override NoteHead #'layer = #2 \override NoteHead.color = #red \override Stem.color = #red \override Beam.color = #red \over

Re: entering chords

2014-03-23 Thread MING TSANG
4:13 PM, Thomas Morley wrote: 2014-03-23 11:59 GMT+01:00 MING TSANG : > Lilyponders, > Help / explanation is appreciated. > Question 1. > I find a sample .ly in  recent archive user list for testing and I have > question I like to clarify. > When entering chords with <...>

Re: entering chords

2014-03-23 Thread MING TSANG
note written first. HTH Urs MING TSANG schrieb am 23.03.2014: Lilyponders, >Help / explanation is appreciated. >Question 1. >I find a sample .ly in  recent archive user list for testing and I have >question I like to clarify. >When entering chords with <...> construct, 

Re: entering chords

2014-03-24 Thread MING TSANG
Thomas, WOW! Thank you very much.  Can this be adapted to <<{..1..}\\{..2..}>> construct - upper color or lower color?   Emmanuel, Ming. On Monday, March 24, 2014 5:04:13 PM, Thomas Morley wrote: 2014-03-24 0:02 GMT+01:00 MING TSANG : > > > The sample clr you pr

Re: lilypond-user Digest, Vol 136, Issue 121

2014-03-25 Thread MING TSANG
t; wrote:   2. Re:entering chords (Gilles) Message: 2 Date: Tue, 25 Mar 2014 14:27:36 +0100 From: Gilles To: lilypond-user@gnu.org Subject: Re: entering chords Message-ID: <3722075.j3IU32Mb4Z@pc-i3> Content-Type: text/plain; charset="iso-8859-1" Le dimanche 23 mars 2014, 0

tie & slur in <..> chord construct

2014-03-31 Thread MING TSANG
Hi, lilyponders, What shall I do to make slur " d' df' " displayed as the tie? Emmanuel, Ming \version "2.19.3" \language "english" { c'1 < d'( f'~ >1 < df') f' >1 < c' f'>1 } test_tie&slur.pdf Description: Adobe PDF document ___ lilypond-user mai

Re: tie & slur in <..> chord construct

2014-03-31 Thread MING TSANG
k   From:lilypond-user-bounces+carsonmark=ca.rr@gnu.org [mailto:lilypond-user-bounces+carsonmark=ca.rr@gnu.org] On Behalf Of MING TSANG Sent: Monday, March 31, 2014 6:49 PM To: lilypond-user mailinglist Subject: tie & slur in <..> chord construct   Hi, lilyponders, What shall I do t

Re: placement of Dynamics

2014-04-08 Thread MING TSANG
On Tuesday, April 8, 2014 9:02:26 AM, MING TSANG wrote: Hi, lilyponders, I have trouble placing the dynamics above the lyrics (ie in between melody staff and lyrics). Your help is appreciated.     When I place the dynamics after \addlyrics - now this display dynamics and lyrics, but "m

language "italiano" to "english"

2014-04-08 Thread MING TSANG
Hi, lilyponder,   I was given a numbered (jianpu) score sheet to transcribe. I have been manually produce a table showing number equivalent "english" pitch name. Now I discover that "italiano" do re mi is the same as 1 2 3 (jianpu - number) and it's fairly easy to code in lily. Question:  after

italiano key signature

2014-04-08 Thread MING TSANG
I code the following .ly and got error - unknown string. How to code key signature in language "italiano"? Emmanuel, Ming \version "2.19.4" \language "italiano" \header { title = "test" } global = { \key re \maggiore \time 4/4 \tempo 4=66 } Starting lilypond-windows.exe 2.19.4 [test_italiano.ly

Re: placement of Dynamics

2014-04-09 Thread MING TSANG
David, Thank you for the link.  It is good to know that "new Voice" can be use in stead of "\new Staff". Emmanuel, Ming. On Wednesday, April 9, 2014 2:32:52 AM, David Kastrup wrote: MING TSANG writes: > On Tuesday, April 8, 2014 9:02:26 AM, MING TSANG wrote: >  &

Re: placement of Dynamics

2014-04-09 Thread MING TSANG
Simon, Thank you for the info and the link. Emmanuel, Ming On Wednesday, April 9, 2014 2:11:25 PM, Simon Albrecht wrote: Am 09.04.2014 16:17, schrieb MING TSANG: David, >Thank you for the link.  It is good to know that "new Voice" can be use >instead of "\new Staff&

voice solfege sequence

2014-04-19 Thread MING TSANG
Hi, lilyponders: The attach .ly file show the sequencing of solfege above the staff behaves inconsistent. How can this be resolved?  I am also hoping it will be the same if it is sequencing below the staff. The color solfege will be showing on the lower stack in both case. Help is appreciated. E

Re: voice solfege sequence

2014-04-20 Thread MING TSANG
Hi, Thomas: On Sunday, April 20, 2014 8:36:04 AM, Thomas Morley wrote: 2014-04-20 14:30 GMT+02:00 Thomas Morley : > 2014-04-20 3:23 GMT+02:00 Thomas Morley : >> 2014-04-19 23:25 GMT+02:00 MING TSANG : >>> The color solfege will be showing on the lower >>> stack in

Re: voice solfege sequence

2014-04-21 Thread MING TSANG
Hi, Thomas: On Monday, April 21, 2014 4:32:34 AM, Thomas Morley wrote: 2014-04-20 23:46 GMT+02:00 MING TSANG : > Thank you for modify the solfege-engraver. > I copy and paste into the .ly file and ran.  Result: The below staff seems > working, but "\xup" suppose to put the

Re: voice solfege sequence

2014-04-21 Thread MING TSANG
Hi, Thomas, On Monday, April 21, 2014 10:17:36 AM, Thomas Morley wrote: 2014-04-21 13:47 GMT+02:00 MING TSANG : > Hi, Thomas: > On Monday, April 21, 2014 4:32:34 AM, Thomas Morley > wrote: > 2014-04-20 23:46 GMT+02:00 MING TSANG : > >> Thank you for modify the solfege-en

easyHeadsOn with numbers or solfege coded in <<{...}\\{..}>> construct

2014-04-27 Thread MING TSANG
Hi, lilyponders: Refer to the example (attached .ly file and png): 1. Bar 1, 5-6 female staff, not all notes are displayed numbered notehead. 2. The same happens on male staff bar 3. How can this be resolved? I don't know scheme, so I cannot attempt to solve this.  Any help is appreciated. Emmanue

Re: easyHeadsOn with numbers or solfege coded in <<{...}\\{..}>> construct

2014-04-27 Thread MING TSANG
Pierre, Thank you. It works. Emmanuel, Ming On Sunday, April 27, 2014 2:41:06 PM, Pierre Perol-Schneider wrote: 2014-04-27 20:06 GMT+02:00 MING TSANG : Hi, lilyponders: Hi Emmanuel,   Refer to the example (attached .ly file and png): >1. Bar 1, 5-6 female staff, not all notes are displa

Re: easyHeadsOn with numbers or solfege coded in <<{...}\\{..}>> construct

2014-04-27 Thread MING TSANG
Hi Pierre, On Sunday, April 27, 2014 5:09:46 PM, MING TSANG wrote: Pierre, Thank you. It works. Emmanuel, Ming On Sunday, April 27, 2014 2:41:06 PM, Pierre Perol-Schneider wrote: 2014-04-27 20:06 GMT+02:00 MING TSANG : Hi, lilyponders: Hi Emmanuel,   Refer to the example (attached .ly

Re: easyHeadsOn with numbers or solfege coded in <<{...}\\{..}>> construct

2014-04-27 Thread MING TSANG
Pierre, Thank you. You save my day. Emmanuel, Ming. On Sunday, April 27, 2014 6:37:18 PM, Pierre Perol-Schneider wrote: 2014-04-28 0:07 GMT+02:00 MING TSANG :   I try to code the following two lines for male staff >    instrumentName = \markup \center-column { &quo

Re: easyHeadsOn with numbers or solfege coded in <<{...}\\{..}>> construct

2014-04-27 Thread MING TSANG
Hi, Pierre: On Sunday, April 27, 2014 6:52:36 PM, MING TSANG wrote: Pierre, Thank you. You save my day. Emmanuel, Ming. On Sunday, April 27, 2014 6:37:18 PM, Pierre Perol-Schneider wrote: 2014-04-28 0:07 GMT+02:00 MING TSANG :   I try to code the following two lines for male staff

Re: easyHeadsOn with numbers or solfege coded in <<{...}\\{..}>> construct

2014-04-28 Thread MING TSANG
Hi, Pierre: <<< On Monday, April 28, 2014 10:40:40 AM, Pierre Perol-Schneider wrote: 2014-04-28 14:08 GMT+02:00 MING TSANG :   I applied your change to my full score and I notice that the staff size for female-staff & male-staff are the same.  I am expecting the male-staff si

Re: easyHeadsOn with numbers or solfege coded in <<{...}\\{..}>> construct

2014-04-29 Thread MING TSANG
Hi,Pierre: On Monday, April 28, 2014 11:33:47 AM, MING TSANG wrote: Hi, Pierre: <<< On Monday, April 28, 2014 10:40:40 AM, Pierre Perol-Schneider wrote: 2014-04-28 14:08 GMT+02:00 MING TSANG :   I applied your change to my full score and I notice that the staff size for fem

Re: easyHeadsOn with numbers or solfege coded in <<{...}\\{..}>> construct

2014-04-30 Thread MING TSANG
Pierre: << On Wednesday, April 30, 2014 3:59:03 AM, Pierre Perol-Schneider wrote: 2014-04-30 0:34 GMT+02:00 MING TSANG : Hi,Pierre: Hi Emmanuel,   1. How can I Just increase the size of numbers inside the easyNoteheadsOn option? Right now the numbers is too small. A larger number insi

Re: easyHeadsOn with numbers or solfege coded in <<{...}\\{..}>> construct

2014-05-05 Thread MING TSANG
Hi, pierre: On Monday, April 28, 2014 4:01:09 AM, Pierre Perol-Schneider wrote: 2014-04-28 4:32 GMT+02:00 MING TSANG : Hi, Pierre: Hi Emmanuel,   I remove the \EzNum from Female staff; I am expecting to see normal staff display, but it give me the easyNoteheadsOn .  I want female Staff

Re: easyHeadsOn with numbers or solfege coded in <<{...}\\{..}>> construct

2014-05-05 Thread MING TSANG
Hi, pierre: On Monday, April 28, 2014 4:01:09 AM, Pierre Perol-Schneider wrote: 2014-04-28 4:32 GMT+02:00 MING TSANG : Hi, Pierre: Hi Emmanuel,   I remove the \EzNum from Female staff; I am expecting to see normal staff display, but it give me the easyNoteheadsOn .  I want female Staff

Re: lilypond has stop working error

2014-05-29 Thread MING TSANG
lance of the score.  I wonder why this happen. I have not encounter the problem of \include before. Any idea? Emmanuel, Ming. On Thursday, May 29, 2014 8:38:11 PM, Knute Snortum wrote: It seems to work for me with version 2.19.7. Knute Snortum (via Gmail) On Thu, May 29, 2014 at 2:

Re: lilypond has stop working error

2014-05-30 Thread MING TSANG
Friday, May 30, 2014 1:14:38 AM, Paul Scott wrote: On Thu, May 29, 2014 at 07:26:36PM -0700, MING TSANG wrote: > Hi, Knute: > Thank you for your reply. I also has v2.19.7 installed.  When you > said it works for you, I thought you must have copy the content > of "include_ext

Re: lilypond has stop working error

2014-05-30 Thread MING TSANG
Sorry Paul,  I did not read the email clearly.  I forgot to have the email address to you in my previous email. On Friday, May 30, 2014 8:11:55 AM, MING TSANG wrote: Knute: Thank you for the info. I did as you suggested.  I add bar 61, it fails, then I add bar 62; this time it compile. So

chord name

2014-06-01 Thread MING TSANG
lilyponders: I am transcribe a score hardcopy and I encounter lily does not generate as the score hardcopy. questions: (1)  are they the same? (2)  how can I make it show as the score hardcopy? (3)  Is there a sample chord name sample? Below is a sample code: \version "2.19.7" \language "english"

Re: chord name

2014-06-01 Thread MING TSANG
James: Thank you for the link.  I will study it and let you know. Emmanuel, Ming On Sunday, June 1, 2014 6:54:47 AM, James wrote: On 01/06/14 11:34, MING TSANG wrote: lilyponders: >I am transcribe a score hardcopy and I encounter lily does not generate as the >score hardcopy. >

slur and tie in a chord

2014-06-01 Thread MING TSANG
lilyponders: I have trouble make the following code working: I like to see ef, tie to Ef,  Ef tie to Ef, Af slur to G.  The ties are ok but slur does not display.   \version "2.19.7" \language "english" { \key ef\major \clef bass 2. |2. } Emmanuel, Ming

small notehead in a chord

2014-06-01 Thread MING TSANG
lilyponders: For the following code, how can I make notehead Ef, Ef, in the chords  smaller? \version "2.19.7" \language "english" { \key ef\major \time 3/4 \clef bass 2. |2. } Emmanuel, Ming.___ lilypond-user mailing list lilypond-user@gnu.org https://

Re: small notehead in a chord

2014-06-02 Thread MING TSANG
rset=ISO-8859-1; format=flowed > >You can tweak the font size: > ><\tweak font-size -2 ef, ef af>2. > >Malte >>On 02.06.2014 03:46, MING TSANG wrote: >> lilyponders: >> For the following code, how can I make notehead Ef, Ef, in the chords  >> smaller? >

Re: slur and tie in a chord

2014-06-03 Thread MING TSANG
gt; > > > >- Original Message - >From: MING TSANG >To: lilypond-user mailinglist >Sent: Monday, June 02, 2014 2:08 AM >Subject: slur and tie in a chord> >> > >lilyponders: >I have trouble make the following code working: >I like to see ef, tie t

Re: Lyrics in a piano staff with << { ... } \\ { ... } >> s

2014-06-10 Thread MING TSANG
Someone in this lilypond user lists provides the solution to this: Please use the following will have the lyrics properly associated to upper (voiceOne) voice. <<{\voiceOne .}\new Voice{\voiceTwo }>>\oneVoice Emmanuel, Ming. ___ lilypond-use

(8va) to extend to barline

2014-06-28 Thread MING TSANG
Hi lilyponders, How can I extend an ottava to the barline for c''1?   Any help is appreciated. Emmanuel, Ming. linly code: \version "2.19.8" \language "english" ottavaa = { \ottava 1 \set Staff.ottavation = \markup \bold \concat {"8" \tiny \raise #0.7 "va" } } ottavab = { \ottava -1 \set Staff.ott

Re: (8va) to extend to barline

2014-06-28 Thread MING TSANG
ider wrote: Hi Ming, 2014-06-28 18:37 GMT+02:00 MING TSANG :   Any help is appreciated. Please provide compilable example. This should do what you're looking for : {   \once\override Staff.OttavaBracket.minimum-length = #30   \once\override Staff.OttavaBracket.ext

Re: (8va) to extend to barline

2014-06-28 Thread MING TSANG
Pierre: Thank you very much. It is exactly the same as the score sheet I am trying to transcribe. Emmanuel, Ming. On Saturday, June 28, 2014 5:43:38 PM, Pierre Perol-Schneider wrote: 2014-06-28 23:35 GMT+02:00 MING TSANG :   Pierre:  Where do I put your code?  I put if before line 26 and

solfege display for tie & slur

2014-06-30 Thread MING TSANG
Lily ponders: With the help from the list I have the .ly file that I use quite often. Many thanks lily ponders. Is it possible to modify the code do not display the tied note? example in the attached .ly file:   i.e. (1) do not display second ⓢ & third ⓢ because it is the tied notes (2) do not dis

Re: solfege display for tie & slur

2014-06-30 Thread MING TSANG
Hi, Colin: Message: 3 Date: Mon, 30 Jun 2014 19:15:15 -0600 From: Colin Campbell To: lilypond-user@gnu.org Subject: Re: solfege display for tie & slur Message-ID: <53b20ba3.2080...@shaw.ca> Content-Type: text/plain; charset="utf-8"; Format="flowed" On 14-06

where to put \partcombine for it to work

2014-07-01 Thread MING TSANG
Hi lily ponders: I try to do as LSR sample, but have a hard time to place \partcombine in \score to make it works.   What is the difference between LSR \score and my \score? Any help is appreciated. Emmanuel, Ming.\version "2.19.8" global = { \key c \major \time 4/4 } sopMusic = \relative

Re: where to put \partcombine for it to work

2014-07-02 Thread MING TSANG
you can use a NullVoice context: <<     \partcombine << \global \sopMusic >> << \global \altoMusic >>     \new NullVoice = "soprano" { \voiceOne \sopMusic }   >> This is documented in the docs: http://www.lilypond.org/doc/v2.19/Documentation/inter

Re: solfege display for tie & slur (re-submit to list)

2014-07-02 Thread MING TSANG
On 14-06-30 07:39 PM, MING TSANG wrote: > >Hi, Colin: ><><><><> >Thank you for the suggestion. But I want to preserve what is code in the >staff. I do not want  to display second ⓢ and third ⓢ  above the staff (the >same way midi track just extend th

Re: solfege display for tie & slur (re-submit to list)

2014-07-02 Thread MING TSANG
James:  thank you for the email. Thomas: Is it possible to modify 'solfege-engraver' not display / print tied-to-notes?  Emmanuel, Ming. On Wednesday, July 2, 2014 8:41:13 AM, James wrote: On 02/07/14 13:34, MING TSANG wrote: Hi, Colin: >Thank you for you email. >I don&#x

Re: solfege display for tie & slur (re-submit to list)

2014-07-02 Thread MING TSANG
Hi forgot to include attachments. On Wednesday, July 2, 2014 9:39:38 AM, MING TSANG wrote: James:  thank you for the email. Thomas: Is it possible to modify 'solfege-engraver' not display / print tied-to-notes?  Emmanuel, Ming. On Wednesday, July 2, 2014 8:41:13 AM, James wro

Re: solfege display for tie & slur (re-submit to list)

2014-07-02 Thread MING TSANG
Thomas, Thank you very much and appreciate your effort.  Take your time. Looking forward to hear good news. Emmanuel, Ming.  On Wednesday, July 2, 2014 2:31:10 PM, Thomas Morley wrote: 2014-07-02 18:47 GMT+02:00 MING TSANG : > Hi forgot to include attachments. > > > On Wedne

How split SA staff into two staff - each now has two voices?

2014-07-31 Thread MING TSANG
Hi, lilyponders: I try to engrave a hymn which has two staff - one for SA and one for TB.  At measure 70 to the end (measure 91)  SA staff split into two S & A and each contains two voices. TB stays on one staff till the end. SA   measure 1 to 69 then it split into S & A measure 70 to 91. Each S

Re: How split SA staff into two staff - each now has two voices?

2014-08-01 Thread MING TSANG
Janek, Phil & Abraham: Thank you all for the snippet. It is great.  I will add piano staves to the hymn. Emmanuel, Ming On Friday, August 1, 2014 9:26:15 AM, Janek Warchoł wrote: 2014-08-01 15:10 GMT+02:00 Phil Holmes : > I've updated the LSR with your snippet: the code base will have th

Re: a thank you :)

2014-08-17 Thread MING TSANG
Message: 7 Date: Sun, 17 Aug 2014 23:51:50 +0200 From: Janek Warcho? To: David Kastrup , LilyPond Users     Subject: a thank you :) Message-ID:     Content-Type: text/plain; charset=UTF-8 Hi, today's no special anniversary, but i'd like to publicly thank David Kastrup for all the work

Wrong type argument

2014-09-01 Thread MING TSANG
I uninstall v2.19.12 and install v19.13 and run a lily file and I got the following error. I then run convert-ly; re-run and got the same error. The .ly file run without error in v2.19.12. Emmanuel, Ming. Starting lilypond-windows.exe 2.19.13 [joyful-joyful-we-adore-thee.ly]... Processing `C:/U

Re: Wrong type argument

2014-09-01 Thread MING TSANG
someone else. -- Phil Holmes - Original Message - >From: MING TSANG >To: lilypond-user mailinglist >Sent: Monday, September 01, 2014 2:58 PM >Subject: Wrong type argument > > >I uninstall v2.19.12 and install v19.13 and run a lily file and I got the >followi

Re: Wrong type argument

2014-09-02 Thread MING TSANG
that engraver then we stand a better chance of working out the problem. I know that might not help you in the short term. Jameds On 02/09/14 00:59, MING TSANG wrote: James: >Thank you for answering. >Now I reduce the file and copy & paste the two includes inline. The .ly file >com

Re: Fwd: Re: Wrong type argument

2014-09-04 Thread MING TSANG
il...@web142602.mail.bf1.yahoo.com> <5406c08e.3040...@gmail.com> Date: Thu, 4 Sep 2014 10:24:48 +0200 Message-ID: Subject: Re: Wrong type argument From: Thomas Morley To: James Cc: MING TSANG , Lilypond bug , lilypond-user mailinglist Content-Type: text/plain; charset=UTF-8 Con

Two time signature at start of system

2014-10-02 Thread MING TSANG
Dear lilyponders, I didn't realize until I have coded a hymn with 92 measures that two time signature at bar #78. So I code a test version just bar 76-79 to show the problen system. I have been playing with code and still couldn't remove one of them. What should I do? Also, I run just the "righ

Re: Two time signature at start of system

2014-10-02 Thread MING TSANG
Thank you Simon and Kieren, Immanuel, Ming On Thursday, October 2, 2014 8:59 AM, pls wrote: It’s the “grace note bug”. Workaround: insert \acciacatura s8 after \time 6/8 in your right-variable. hth patrick On 02.10.2014, at 14:50, MING TSANG wrote: Dear lilyponders, >I didn't

<    1   2   3   4   5   6   7   >