Re: Compress Long Rest in Jianpu.
--
*From*: Werner LEMBERG
*Subject*: Re: Compress Long Rest in Jianpu.
*Date*: Sun, 24 Mar 2024 06:27:49 + (UTC)
--
[Please always reply to the list!]
>* Sure, it looks like this*
>* [image: image.png]*
4 PM Stu McKenzie via LilyPond User List <
swwlilyu...@stoozsoftware.com> wrote:
>
>
> On 2024-09-20 04:39, ming tsang wrote:
>
> Hi lilyponders,
> the following code generates two files according to the log.
> %%%
> \paper {
> output-filename = "my_
>
>> On 9/20/24 07:39, ming tsang wrote:
>> > Hi lilyponders,
>> > the following code generates two files according to the log.
>>
>>
> This seems to be a problem with Frescobaldi and not with LilyPond. If you
> execute the code directly with LilyPon
Hi lilyponders,
the following code generates two files according to the log.
%%%
\paper {
output-filename = "my_special_output"
}
\book {
\paper {
output-suffix = "menuetto"
}
\score {\relative { c''4 d e f } }
}
\book {
\paper {
output-suffix = "scherzo"
}
\score {
#t
\context {
\Voice
\consists \Ez_numbers_engraver
}
}
% \midi { % \tempo 4=81 %}
}
%% end of mme
Thank you for your help,
Ming Tsang
--
ming (lyndon) tsang
PS forgot to include the output pdf.
On Thu, Jun 6, 2024 at 5:12 PM ming tsang wrote:
> Dear Valentin,
>
> The "%\rouded-box" is a misplaced typo. Once I delete the \rounded-box
> trom the code you sent me, it works A-ok. Your code answers my two
> questions.
> I mi
o,
>
> Do you mean something like this:
>
> \version "2.24.3"
> \markup\line {
> \circle" 1. "
> \box \override #'(line-width . 40) \fill-line { "\t\musicglyh \tlsr?" } %
> \rounded-box
> }
> \markup \vspace #0.75
>
> Cheers,
&g
Dear Lilyponders,
I have two markups printed in two lines.
questions:
1.. How to print the two markups side-by-side on one line
2.. How to shorten the fill-line or have an arg to determine the width.
Here is the lily markup code:
\version "2.24.3"
\markup\circle" 1. "
\markup \box \fill-line { "\t\
is fine with me.
BTW I am running window 10
Ming (Lyndon) Tsang
On Fri, May 24, 2024 at 7:36 AM Jean Abou Samra wrote:
> Le vendredi 24 mai 2024 à 07:23 -0600, ming tsang a écrit :
> > I try to run the following code as lilypond .ly
> > \version "2.24.3"
> > lily
Hi lilyponders,
I try to run the following code as lilypond .ly
\version "2.24.3"
lilypond -dbackend=eps -dno-gs-load-fonts -dinclude-eps-fonts myfile.ly
And I got the following in log file with Exited with return code 1.
Starting lilypond.exe 2.24.3 [Untitled]...
Processing
`C:/Users/Owner/App
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
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.
> >
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
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
Jean Abou Samra wrote:
> Le 20/09/2022 à 10:18, ming tsang a écrit :
> > dear lilyponders,
> > i have the following lilypond code:
> > \version "2.18.2"
> > \markup "Test"
> >
> > That produce the following error in log file:
> >
>
dear lilyponders,
i have the following lilypond code:
\version "2.18.2"
\markup "Test"
That produce the following error in log file:
Starting lilypond-windows.exe 2.18.2 [Untitled (9)]...
C:/LilyPond_2-18-2/usr/share/lilypond/current/scm/lily.scm:462:5 <0>: In
procedure primitive-load-path in ex
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
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
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
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
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
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
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
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
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
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.
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:13 CEST schrieb ming tsang:
> > Dear
ntext-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
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"
}
}
e:
> 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
ly> 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
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, 13
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:
> Knute
ul 12, 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:
> > > >
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 wrote
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.
>
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'
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
: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
\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
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 try
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
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
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
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 crea
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 5
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
= \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
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
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
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
>> __
Hi, lily ponders,
> Previously, I was able to open multiple files in frecobaldi with each file in
> a separate tab. Then, a couple of days ago, I found that this function was no
> longer working as expected. I have no idea what why the function might have
> become disabled; I don't recall makin
Staff.StaffSymbol.line-count = #0
\hideNotes %\hide Staff.NoteHead \hide Staff.TimeSignature
\hide Staff.Clef }
The result:
Thanks,Ming.On Wednesday, October 9, 2019, 05:49:17 a.m. EDT, Graham King
wrote:
On 9 Oct 2019, at 02:22, MING TSANG wrote:
Hi, lilyponders,
Is it
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
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
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
Hi list:
I used can open multiple files in frecobaldi that show each file in tabs. Two
days ago I cannot do this anymore. I have no idea what setting that disable
that function. Is there s special settling that will restore the caption
subject.
I run window 10 and lilypond 2.19.83.
Thank you,Mi
dear lily ponders,
On score setup wizard - frecobaldi a few entry such as "subsubtitle", "tempo
indication" have drop down list, is it possible to edit the list - ie to delete
or modify entries?
Thanks for the help,Ming___
lilypond-user mailing list
li
recobaldi to do the convert-ly and
it fails.
I have not run command line convert-ly ever. Please send me the command
synthetic and steps of executing it. Thanks.
Ming
On Friday, June 21, 2019, 07:40:37 a.m. EDT, David Kastrup
wrote:
MING TSANG writes:
> Hi, all
> At frecobaldi I
Hi, Brian & Simon:
It seems that the \grace or \\acciaccatura is the code generate the error. I
use window 10.1). with \grace programming error spears2). change \grace to
\acciaccatura compiles clean without programming error3). BUT input next bar
(measure) the programming error appears.4). R
ms...
Layout output to `./tmp-lilypond-zKIQCm'...
Converting to `test_2.pdf'...
Deleting `./tmp-lilypond-zKIQCm'...
Success: compilation successfully completed
Completed successfully in 4.3".
On Sunday, May 19, 2019, 2:28:30 p.m. EDT, Simon Albrecht
wrote:
Hi Min
: try to narrow it down yourself. What changes did you make to
the document before the error first appeared? Just go through the usual
‘minimal example’ process (tedious as it may be), and if that doesn’t
show you the problem already, then send the example to the list.
Best, Simon
http://lilypo
re).
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:
Andrew:
Thank you very much.
Once the tieWaitForNote = ##t is set, it continues to work. Is this the
intention? Is it necessary to reset to it's default?
Thanks,Ming
On Thursday, May 16, 2019, 7:41:14 p.m. EDT, Andrew Bernard
wrote:
Hi Ming,
\set tieWaitForNote = ##t
It's in the Nota
Hi, lilyponders:
What is it mean "...miss-predicted..."?How to resolve the following error?
Thank you for the help.Ming
error log after compile:
Starting lilypond-windows.exe 2.19.83 [speechless-praise.ly]...
Processing `C:/Users/yming
tsang/Documents/S_team/2019-06-02/Speechless-Praise/speechles
I try to transcribe the above image.
Question: is this normal / standard score?
The below code is my attempt: %code \key a\major \clef bass \time 3/4 d8~
f~ gs~ b~ 4 |}%endThe result and log:
Thanks,Ming
___
lilypond-user mailing list
lilypond
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
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
Lukas-Fabian, Ralph, Budanov and Ben:
Thank you all for the solution.
Ming.On Sunday, April 14, 2019, 8:18:42 a.m. EDT, Ralph Palmer
wrote:
On Sun, Apr 14, 2019 at 4:33 AM Lukas-Fabian Moser wrote:
That's not true anymore: In recent versions (starting at some point in the
2.19.xx
Lilyponders:
I have the following lily code:
\version "2.19.83"\language "english" \fixed c' { <<{f4 e8 c8~( c4 e8( f8)
)}\\{f4 e8 c~ 4~ 4}>> |}
which has the following :
Starting lilypond-windows.exe 2.19.83 [Untitled]...
Processing
`C:/Users/YMINGT~1/AppData/Local/Temp/frescobaldi-
The issue with the network drive is known, I think. Probably this one:
https://github.com/frescobaldi/frescobaldi/issues/1053
I should double-check...
Il giorno gio 28 mar 2019 alle 3:20, MING TSANG ha
scritto:
> Thank you for the info. Now I use folder in C-drive. Save and compile
> solve m
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
Hi lilyponder:
I have my ipro4 computer hacked. I reinstall window 10 on ipro4. I down load
lilypond 2.19.83 & 2.18.2 and also frecobaldi v3.0.1
Then I run frescobaldi to create new lily scroe sheet. It complies OK, but no
pdf, mid files saved onto the same folder of lily file.
Help is appreciate
http://lsr.di.unimi.it/LSR/Snippet?id=197
I copy the above snippet and name it test_file-name_info.ly and run with
fracobaldi3.01 + lilypond2.19.82 it produces desired file infomation.
Then I rename the file as test_中文.ly (UTF-8 Chinese characters) and execute and
the following error occurs:
St
2019 at 23:27, MING TSANG wrote:
I coded arpeggio variant and is not working. Am I use them wrongly?
\version "2.19.82"\language "english"right = \fixed c' { \key bf\major \time
4/4 1\arpeggio | 1\arpeggioArrowDown | 1\arpeggioBracket | 1\arpeggioArrowUp
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 | 1\arpeg
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
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 yo
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
Thank you all for the reply.
Here is snippet.
It is Chinese character in the lyric.
In Chinese music note name uses (i)1 2 3 4 5 6 7 or (ii) do re mi fa so la ti.
I find language “italiano” very close to (ii), therefor my snippet use language
“italiano” for note name and use “Chinese” for lyr
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
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
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
Dear ponders,
My code did not produce the expecting of time 6/8 on the first staff.
What shall I code to correct this.
Thanks,
Ming
Sent from Mail for Windows 10
the-spirit-of-life_test.ly
Description: Binary data
___
lilypond-user mailing list
l
Elaine:
Thank you. I has been a great help.
Is there any resource that will provide help next time I need co code some
special chord?
Thanks again,
Ming
Sent from Mail for Windows 10
___
lilypond-user mailing list
lilypond-user@gnu.org
https://list
Hi, lilyponders,
I need help for code another chord per the image link
https://tsang94-rogers.tinytake.com/sf/MjM2OTAyOF83MjE0MDA1
Is there any resource that I can locate the solution?
Thank you,
Ming
Sent from Mail for Windows 10
___
lilypond-user mail
Thank You Torsten and Robert:
Thank you for the tips. I use language English sot I change c ees ges bes to
c ef gf bf. The result is great.
Ming
Sent from Mail for Windows 10
___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.or
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
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
Sent from Mail for Windows 10
From: Ming Tsang
Sent: February 2, 2018 6:07 PM
To: lilypond-user@gnu.org
Subject: alignment of "To" and \coda horizontally
Liliponders,
How can I align the following on the same line horizontally?
Thanks,
Ming
\version "2.19.80"
{ f'1^\mar
dlyrics { \verseThree } \layout { } \midi { \tempo 4=100
}}
From: Simon Albrecht
To: David Kastrup ; Peter Chubb
Cc: Ming Tsang ; "lilypond-user@gnu.org"
Sent: Tuesday, December 12, 2017 2:27 PM
Subject: Re: \unfoldRepeats for midi file
On 12.12.2017 11:27, David Ka
Sent: December 10, 2017 9:25 PM
To: Ming Tsang
Cc: lilypond-user@gnu.org
Subject: Re: \unfoldRepeats for midi file
Ming> Hi lilyponders, I try to produce file file that
Ming> unfoldRepeats. The following code did not produce repeats
Ming> volta. I need help. Thanks, Ming
Please next ti
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
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
Hi lilyponders,
I try to produce file file that unfoldRepeats. The following code did not
produce repeats volta. I need help.
Thanks,
Ming
\version "2.19.80"
\language "english"
\header {
subtitle = "Joy to the World / Angels We Have Heard on High"
}
global = {
\key d \major
\numericTimeS
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
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
___
Sorry for the missing attachment .ly file. Here it is.
From: MING TSANG
To: Lilypond-usermailinglist
Sent: Thursday, September 28, 2017 8:43 PM
Subject: Exited with return code 1. - Guile signal error & cannot find context
to switch to
Dear lilyponders,I run (compile)
Dear lilyponders,I run (compile) the attached test-tempo.ly and receive the
following error (Exited with return code 1.)However, the pdf output seems
OK.Ming
Starting lilypond-windows.exe 2.19.65 [test-tempo.ly]...Processing
`C:/Users/user/AppData/Local/Temp/frescobaldi-t7bi8umh/tmp4uf0oy18/te
Hi David,Thank you very much for resuming development of jianpu in lilypond
(gitHub lilypond-jianpu). If jianpu10a.ly is stable enough, please merge
jianpu6.ly and jianpu10a.ly. After the merge, I can resume testing.Ming.
From: David Zhang
To: MING TSANG
Cc: Lilypond-usermailinglist
1 - 100 of 629 matches
Mail list logo