On 2/11/12 6:23 PM, "MING TSANG" wrote:
>Thank you for the info.
>
>
>The reason I try this approach is because I have 96 bars of voice 1 and
>voice 2 comes in at bars 51-70 only. The notes on pdf seems ok except
>the lyrics. I am seeking work around.
>
>If I use new voice approach, that I need
On 12/02/2012, at 2:23 pm, MING TSANG wrote:
> If I use new voice approach, that I need to have 50 bars rest or space before
> coding voice 2.
No, you can still start with one voice and then split in two after 50 bars,
using 'new Voice' for the second voice at the split.
Best wishes,
Matthew
Thank you for the info. I am looking forward to have see the enhanced << .. \\
.. >> construct.
Blessing in+,
>
> From: Xavier Scheuer
>To: MING TSANG
>Cc: "lilypond-user-requ...@gnu.org" ;
>lilypond-usermailinglist
>Sent: Saturday, February 11, 2012 7:2
Thank you for the info.
The reason I try this approach is because I have 96 bars of voice 1 and voice 2
comes in at bars 51-70 only. The notes on pdf seems ok except the lyrics. I
am seeking work around.
If I use new voice approach, that I need to have 50 bars rest or space before
coding voi
sorry about the include.
The following should compile.
\version "2.14.0"
\include "english.ly"
mbk = \break
global = {\key e \major \time 4/4 \tempo 4 = 95}
nrS = \override NoteHead #'color = #red
nbS = \override NoteHead #'color = #blue
nE = \revert NoteHead #'color
SSa = \relative c'
Hi David,
2012/2/12 David Kastrup :
> Thomas Morley writes:
>
>> 2012/2/11 David Kastrup :
>>> Thomas Morley writes:
>>>
Personally I'd prefer sth like the attached. But it might not work
with the latest devel-version due to the changes with EventChord. (I
can't test it. "2.15.24"
Thomas Morley writes:
> 2012/2/11 David Kastrup :
>> Thomas Morley writes:
>>
>>> Personally I'd prefer sth like the attached. But it might not work
>>> with the latest devel-version due to the changes with EventChord. (I
>>> can't test it. "2.15.24" is currently my highest version.)
>>
>> I hav
Hi David,
2012/2/12 David Nalesnik :
> Hi Francisco,
>
> On Sat, Feb 11, 2012 at 4:54 PM, Francisco Vila
> wrote:
>>
>> 2012/2/11 Robin Bannister :
>> >> what Francisco wanted [?]
>> >
>> >
>> > http://lists.gnu.org/archive/html/lilypond-es/2012-02/jpgGbKXsMUjKS.jpg
>> >
>> >
>>
>> Exactly, thank
Hi David,
2012/2/11 David Kastrup :
> Thomas Morley writes:
>
>> Personally I'd prefer sth like the attached. But it might not work
>> with the latest devel-version due to the changes with EventChord. (I
>> can't test it. "2.15.24" is currently my highest version.)
>
> I have not checked this in
Hi Eluze,
2012/2/11 -Eluze :
>
>
> harm6 wrote:
>>
>>
>>
>> playing around with titling-init.ly I come up with :
>> …
>>
> hi Harm
>
> this will also not reflect the score's header on the page header line
> specially when you have more than one score per bookpart!
>
> thanks
> Eluze
seems I don't
Marcel Korpel writes:
> Hi all,
>
> Example at http://pastebin.com/1USBkWCH
>
> I am transcribing a 16th-century mass for 4 voices I got the next
> problem: its Kyrie is divided in three parts that are separated by a
> || bar. The last note of each part is a longa (sometimes with a
> fermata) tha
On 12 February 2012 00:55, MING TSANG wrote:
> 2012-02-11_183404.png shows lyrics on the score. I added voice two starting
> at 4th beat bar 5 to the end of bar 19 (first 3 beats).
> 2012-02-11_183528.png shows that all lyrics in between disappear. Need help
> figure out why.
Don't use the << {
Hi Nils
2012/2/12 Nils :
> Hello list,
>
> Figured Bass standalone sharps and flats are much too small and have
> the wrong position. I can change that in
> /scm/translation-functions.scm
> (define-public (format-bass-figure figure event context)
> line 147, change -2 2 to 0 0.
> and line 160 cha
On 12/02/2012, at 12:55 pm, MING TSANG wrote:
> 2012-02-11_183404.png shows lyrics on the score. I added voice two starting
> at 4th beat bar 5 to the end of bar 19 (first 3 beats).
> 2012-02-11_183528.png shows that all lyrics in between disappear. Need help
> figure out why.
Don't use aut
On 12/02/2012, at 9:25 am, Marcel Korpel wrote:
> I am transcribing a 16th-century mass for 4 voices I got the next
> problem: its Kyrie is divided in three parts that are separated by a
> || bar. The last note of each part is a longa (sometimes with a
> fermata) that just fills up the rest of the
ymingt wrote:
>
> 2012-02-11_183404.png shows lyrics on the score. I added voice two
> starting at 4th beat bar 5 to the end of bar 19 (first 3 beats).
> 2012-02-11_183528.png shows that all lyrics in between disappear. Need
> help figure out why.
>
> Here is the lilypond code:
>
ther is th
Hello list,
Figured Bass standalone sharps and flats are much too small and have
the wrong position. I can change that in
/scm/translation-functions.scm
(define-public (format-bass-figure figure event context)
line 147, change -2 2 to 0 0.
and line 160 change 0.3 to 0.1
Since there is a patch f
Hi Francisco,
On Sat, Feb 11, 2012 at 4:54 PM, Francisco Vila wrote:
> 2012/2/11 Robin Bannister :
> >> what Francisco wanted [?]
> >
> >
> > http://lists.gnu.org/archive/html/lilypond-es/2012-02/jpgGbKXsMUjKS.jpg
> >
> >
>
> Exactly, thanks. Latest example from Thomas Morley (not _that_ Thomas
>
2012/2/11 Robin Bannister :
>> what Francisco wanted [?]
>
>
> http://lists.gnu.org/archive/html/lilypond-es/2012-02/jpgGbKXsMUjKS.jpg
>
>
Exactly, thanks. Latest example from Thomas Morley (not _that_ Thomas
Morley, I guess :-) ) is more precise and better, but I think plain
slashes are a quick w
Hi all,
Example at http://pastebin.com/1USBkWCH
I am transcribing a 16th-century mass for 4 voices I got the next
problem: its Kyrie is divided in three parts that are separated by a
|| bar. The last note of each part is a longa (sometimes with a
fermata) that just fills up the rest of the space
Sorry! I missed the next page and previous page buttons. Question 2 remains.
Thank you.
Blessing in+,
>
> From: MING TSANG
>To: "lilypond-user@gnu.org" ;
>"lilypond-user-requ...@gnu.org"
>Sent: Saturday, February 11, 2012 9:54:16 AM
>Subject: Re: LilyBin
On Sat, Feb 11, 2012 at 3:39 AM, GRAEME F ST CLAIR
wrote:
>
> I'm going to suggest that most of us have some sort of firewall/AV problem
> here. I even tried downforeveryone.com and it came up with fail too.
I am running Linux so no built in firewall or anti-virus running here!
As it's working n
harm6 wrote:
>
>
>
> playing around with titling-init.ly I come up with :
> …
>
hi Harm
this will also not reflect the score's header on the page header line
specially when you have more than one score per bookpart!
thanks
Eluze
--
View this message in context:
http://old.nabble.com/Instr
Hello,
I integrated LilyBin.com export/upload into Laborejo - Music Notation
Workshop.
Here is a short video showing the feature.
http://www.youtube.com/watch?v=2f15deJq_Bo
greetings,
Nils
http://www.laborejo.org
___
lilypond-user mailing list
lily
I like it. Thank you for the convenience.
Question:
1. Is it possible for Lilybin (lilypond editor) to display multiple pages?
2. There is \midi{} on the sample (initial screen). How can I get the midi
file as well?
Blessing in+,
Ming
>
>
>
>___
Thomas Morley writes:
> Personally I'd prefer sth like the attached. But it might not work
> with the latest devel-version due to the changes with EventChord. (I
> can't test it. "2.15.24" is currently my highest version.)
I have not checked this in practice, but theoretically, the only
affected
W dniu 10 lutego 2012 14:30 użytkownik Graham Percival
napisał:
> I suggest the following:
>
> 1) pick a specific work, or body of works, which are
> unquestionably in the public domain. A Dvorak string quartet?
> Beethoven piano concerto? Bach chorales? Something already in
> mutopia?
> (actua
what Francisco wanted [?]
http://lists.gnu.org/archive/html/lilypond-es/2012-02/jpgGbKXsMUjKS.jpg
Cheers,
Robin
___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user
Hi Robin,
2012/2/11 Robin Bannister :
> Thomas Morley wrote:
>>
>> how about the code below? Is there something wrong with it?
>>
>> (Tested with "2.14.2" and "2.15.24")
>
>
> I thought Neil was implying it would stop working. I see it works with
> 2.15.29 too.
> But the result seems pretty halfb
Hi Eluze,
2012/2/11 -Eluze :
>
>
> harm6 wrote:
>>
>> I'm not sure to understand:
>> The default is explained in NR 3.2.1
>> How to create custom-titles etc in NR 3.2.2
>>
>> I don't think that there is any need to change something.
>>
> hi Harm
>
> my experience is that using instrument in oddFoo
- Original Message -
From: "pls"
To: "Phil Holmes"
> There are a number of commercial products that, given a perfect
> representation of a score, convert it to perfect musicXML - so it can't
> be that hard.
Hm, could you name some, please? I haven't come across such a product,
yet
Am Sat, 11 Feb 2012 01:08:59 -0800 (PST)
schrieb trevordixon :
I forgot:
The return value gives me "revision", which is always 1.
It would be nice to return the ID via post so that my old file gets
overwritten.
Nils
___
lilypond-user mailing list
lilyp
Am Sat, 11 Feb 2012 01:08:59 -0800 (PST)
schrieb trevordixon :
>
> Yep! Should be able to POST to http://lilybin.com/save. The body
> should include 'code=' followed by the LilyPond score, and optionally
> '&version=' followed by either 'stable' or 'unstable'. The response
> will indicate an id,
Am 09.02.2012 um 17:26 schrieb Phil Holmes:
> - Original Message - From: "Han-Wen Nienhuys"
> To: "Carl Sorensen"
>
>>> C) Development of score_ocr2ly, which would take a score pdf and turn it
>>> into .ly files matching the lilypond scoring standard
>>
>> Heh. This is a known proble
Thomas Morley wrote:
how about the code below? Is there something wrong with it?
(Tested with "2.14.2" and "2.15.24")
I thought Neil was implying it would stop working.
I see it works with 2.15.29 too.
But the result seems pretty halfbaked to me;
what additional information is the player
Hartmut Leister writes:
> Hello all,
>
> I'm writing/producing a song book, but want to use both LilyPond and
> MusixTex, since I already got sheets in both types/languages.
>
> Here's what I do so far:
> (1) Use lilypond-book to translate LY to TEX
> (2) link the new TEX-file from the MusixTex-P
Hello all,
I'm writing/producing a song book, but want to use both LilyPond and
MusixTex, since I already got sheets in both types/languages.
Here's what I do so far:
(1) Use lilypond-book to translate LY to TEX
(2) link the new TEX-file from the MusixTex-Project
(3) translate MusixTex to pdf
Is
Il 11/02/2012 11:16, Helge Kruse ha scritto:
Am 11.02.2012 11:19, schrieb Federico Bruni:
Il 11/02/2012 04:37, Bernardo Barros ha scritto:
+ would be nice a Diaspora button too, not just Facebook
there's no facebook button :)
just dropbox
the free alternartive to dropbox could be sparkleshar
Am 11.02.2012 11:19, schrieb Federico Bruni:
Il 11/02/2012 04:37, Bernardo Barros ha scritto:
+ would be nice a Diaspora button too, not just Facebook
there's no facebook button :)
just dropbox
the free alternartive to dropbox could be sparkleshare:
http://sparkleshare.org/
This doesn't sup
Il 11/02/2012 04:37, Bernardo Barros ha scritto:
+ would be nice a Diaspora button too, not just Facebook
there's no facebook button :)
just dropbox
the free alternartive to dropbox could be sparkleshare:
http://sparkleshare.org/
___
lilypond-user m
2012/2/11 trevordixon :
>
> www.lilybin.com wasn't working, but should be now. http://lilybin.com has
> been working, and http://lily.sytes.net should still be up too.
All work for me now. Thanks,
Janek
___
lilypond-user mailing list
lilypond-user@gnu.
www.lilybin.com wasn't working, but should be now. http://lilybin.com has
been working, and http://lily.sytes.net should still be up too.
Robert Schmaus wrote:
>
>
> Drop the "www" and it works ...
>
>
> On 11 Feb 2012, at 09:34, Janek Warchoł wrote:
>
>> 2012/2/11 Brett McCoy :
>>> On Fri,
harm6 wrote:
>
> I'm not sure to understand:
> The default is explained in NR 3.2.1
> How to create custom-titles etc in NR 3.2.2
>
> I don't think that there is any need to change something.
>
hi Harm
my experience is that using instrument in oddFooterMarkup always shows the
instrument defin
Yep! Should be able to POST to http://lilybin.com/save. The body should
include 'code=' followed by the LilyPond score, and optionally '&version='
followed by either 'stable' or 'unstable'. The response will indicate an id,
which you can append to http://lilybin.com/ to get a url.
Nils Hammerfes
Drop the "www" and it works ...
On 11 Feb 2012, at 09:34, Janek Warchoł wrote:
> 2012/2/11 Brett McCoy :
>> On Fri, Feb 10, 2012 at 7:24 PM, trevordixon wrote:
>>> The "Experimental Web-based LilyPond Editor" now has a name and a home at
>>> http://www.lilybin.com! Features since last update
I'm going to suggest that most of us have some sort of
firewall/AV problem here. I even tried
downforeveryone.com and it came up with fail too.
Rgds, GFStC.
On Sat, 11 Feb 2012 09:34:23 +0100
Janek Warchoł wrote:
2012/2/11 Brett McCoy :
On Fri, Feb 10, 2012 at 7:24 PM, trevordixon
wrote:
2012/2/11 Brett McCoy :
> On Fri, Feb 10, 2012 at 7:24 PM, trevordixon wrote:
>> The "Experimental Web-based LilyPond Editor" now has a name and a home at
>> http://www.lilybin.com! Features since last update in the previous thread
>> include:
>
> Doesn't seem to be reachable right now...
I can't
2012/2/11 Thomas Morley :
> how aboutthe code below? Is there something wrong with it?
Wonderful. Many thanks for those quick and clever responses!
--
Francisco Vila. Badajoz (Spain)
www.paconet.org , www.csmbadajoz.com
___
lilypond-user mailing list
2012/2/10 Robin Bannister :
> Maybe you can make do with the (cheap imitation) slash provided towards the
> end of the same thread? See simile.ly
\chordmode { c1 g1 e1:m \percentCN e1:m \percentCN e1:m a1:m bes1 c1 }
\score {<< \new ChordNames { \set chordChanges = ##f \harmonies } >>}
Looks grea
49 matches
Mail list logo