Re: tied chords with articulate.ly

2012-11-07 Thread Martin Tarenskeen
On Wed, 7 Nov 2012, Martin Tarenskeen wrote: Hi, if I do when creating a midi file normally no problems. But if I use articulate.ly, the chord is not tied in the midi output. I can hear it played twice. To answer my own question This is a known problem - issue 1749 -- MT _

helper function that should take a list argument doesn't do anything

2012-11-07 Thread Janek Warchoł
% Hi people, % here's what i want to do: << { \overrideProperty #"Score.NonMusicalPaperColumn" #'line-break-system-details #'((alignment-distances . (30))) a a a a } { b b b b } >> % the override is very long, so i wanted to create a helper music function. I tried this staff

Re: Supporting LilyPond development financially

2012-11-07 Thread Werner LEMBERG
David, you've beaten me by a few minutes with answering the same :-) > If you still think you would also like to contribute money, it is my > opinion that the kind of development that I do might be worth making > more sustainable. Supporting David financially is certainly the way to go with mo

RE: uncentered rests

2012-11-07 Thread Mark Stephen Mrotek
Mr. Payne: Thank you for the solution and, especially, the documentation reference. It helps me track down information. Mark From: lilypond-user-bounces+carsonmark=ca.rr@gnu.org [mailto:lilypond-user-bounces+carsonmark=ca.rr@gnu.org] On Behalf Of Nick Payne Sent: Wednesday, Nove

Re: uncentered rests

2012-11-07 Thread Nick Payne
On 8/11/2012 2:46 PM, Mark Stephen Mrotek wrote: Fellow Users: Please look at this: \version "2.16.0" global = { \key a \minor \time 4/4 } rightOne = \relative c'' { \global r8 a a a b b b16 c d b | c8 b16 c a8 b c b c d | e b-1 e4~-4 e8 dis16 cis dis e fis dis | e4. d16 c b8-1

Re: Extract notes within music function

2012-11-07 Thread Aleksandr Andreev
On Wed, Nov 7, 2012 at 2:28 PM, Gilles wrote: > > >> Is it possible to extract individual notes from the music passed to a music >> function, e.g.: >> \myFunction { c d e f } >> Within myFunction, can I do something like >> car notes >> cdr notes > > > Here is a kind of template, but i am not abs

RE: uncentered rests

2012-11-07 Thread Mark Stephen Mrotek
Thank you. Works perfectly. Mark -Original Message- From: lilypond-user-bounces+carsonmark=ca.rr@gnu.org [mailto:lilypond-user-bounces+carsonmark=ca.rr@gnu.org] On Behalf Of Michael Rivers Sent: Wednesday, November 07, 2012 8:14 PM To: lilypond-user@gnu.org Subject: Re: uncentered

Re: uncentered rests

2012-11-07 Thread Michael Rivers
Use R1 instead of r1. -- View this message in context: http://lilypond.1069038.n5.nabble.com/uncentered-rests-tp135995p135996.html Sent from the User mailing list archive at Nabble.com. ___ lilypond-user mailing list lilypond-user@gnu.org https://lis

uncentered rests

2012-11-07 Thread Mark Stephen Mrotek
Fellow Users: Please look at this: \version "2.16.0" global = { \key a \minor \time 4/4 } rightOne = \relative c'' { \global r8 a a a b b b16 c d b | c8 b16 c a8 b c b c d | e b-1 e4~-4 e8 dis16 cis dis e fis dis | e4. d16 c b8-1 a-2 b-1 e16-5 d | } rightTwo = \relative c''

Re: Adding a clef mid-measure

2012-11-07 Thread soundsfromsound
Well said. :) - composer | sound designer -- View this message in context: http://lilypond.1069038.n5.nabble.com/Adding-a-clef-mid-measure-tp135945p135994.html Sent from the User mailing list archive at Nabble.com. ___ lilypond-user mailing list

Re: Editing slur markings in LilyPond

2012-11-07 Thread soundsfromsound
At the risk of getting ever-so-slightly-off-topic: My passion is not only composing but also the craft of music engraving. Typesetting, that "classic" beautiful look. Sure, I've experimented with SCORE way back when I was in college but, I never warmed up to it and besides, there's something abo

Re: Editing slur markings in LilyPond

2012-11-07 Thread Trevor Daniels
soundsfromsound wrote Wednesday, November 07, 2012 11:09 PM > LilyPond is simply incredible. I cannot believe how awesome it just keeps > getting every time I turn around. Major thanks to all involved in the work > of this software. I can't thank you all enough. You all are such great > peop

Re: Editing slur markings in LilyPond

2012-11-07 Thread soundsfromsound
LilyPond is simply incredible. I cannot believe how awesome it just keeps getting every time I turn around. Major thanks to all involved in the work of this software. I can't thank you all enough. You all are such great people and it's a pleasure to share a love for music with you. Ben ---

Re: Adding a clef mid-measure

2012-11-07 Thread David Rogers
soundsfromsound writes: > On a side note, is there any one way that everyone agrees is the "best" way > to import MusicXML into Lilypond with the cleanest, most accurate conversion > results? Yes, absolutely there is. 1. Print the score (not the file, print the musical score) using the other p

Re: Lilypond cheat sheat

2012-11-07 Thread Ralph Palmer
Wow! I'm also in awe, and grateful for your efforts. Great job. In gratitude, Ralph On Tue, Nov 6, 2012 at 3:29 PM, Noeck wrote: > Am 06.11.2012 23:24, schrieb Alberto Simões: > > Hey > > > > It seems interesting/useful, but I can't understand a word :-) > > > > Cheers > > ambs > > Sorry, I d

Re: Incipit issues

2012-11-07 Thread Thomas Morley
2012/11/6 David Kastrup : > Thomas Morley writes: [...] >> Sorry, that I can't work on it. As soon as C++ is in the game, I'm not >> able to play it. > > We still have the whitespace under meter thing. One can manually set a > length for the staff lines, but that seems like cheating. > > -- > Dav

Re: Extract notes within music function

2012-11-07 Thread Gilles
Is it possible to extract individual notes from the music passed to a music function, e.g.: \myFunction { c d e f } Within myFunction, can I do something like car notes cdr notes Here is a kind of template, but i am not absolutely sure it's what you want. myFunction

Square brackets across an entire system?

2012-11-07 Thread Aristotle Esguerra
Below is the link to the code that will create square brackets for a single staff. http://lsr.dsi.unimi.it/LSR/Snippet?id=377 Is there a similar way to create square brackets that span an entire system? ___ lilypond-user mailing list lilypond-user@gnu.o

Extract notes within music function

2012-11-07 Thread Aleksandr Andreev
Hello list, Is it possible to extract individual notes from the music passed to a music function, e.g.: \myFunction { c d e f } Within myFunction, can I do something like car notes cdr notes etc. to process the c, d, etc., individually? The argument can be arbitrarily long. Thanks, Aleksandr

Re: Lilypond cheat sheat

2012-11-07 Thread Guy Stalnaker
Thanks to both Reinhold and Noeck for their excellent help documents! Guy On 11/06/2012 06:25 PM, Reinhold Kainhofer wrote: On 2012-11-06 23:14, Noeck wrote: many years ago I made a cheat sheet for Lilypond, because I couldn't remember all the syntax by heart. Now, after having used Lilypond f

Re: Adding a clef mid-measure

2012-11-07 Thread soundsfromsound
Ok, I understand now. Sometimes MusicXML doesn't translate well coming into LilyPond, and I agree with you - I should probably be more thorough with my "housekeeping" after the import. :) Often times, I find that the MusicXML import is quite different depending on how I bring it in to LilyPond - f

Custom expressive marks over noteheads?

2012-11-07 Thread Aristotle Esguerra
Is it possible to create a custom expressive mark over noteheads (e.g., acute or grave accents)? Many thanks in advance. ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: Lilypond cheat sheat

2012-11-07 Thread Phil Holmes
- Original Message - From: "Janek Warchol" To: "Werner LEMBERG" Cc: "LilyPond Users" ; "Reinhold Kainhofer" Sent: Wednesday, November 07, 2012 9:29 AM Subject: Re: Lilypond cheat sheat On Wed, Nov 7, 2012 at 7:21 AM, Werner LEMBERG wrote: I think both cheat sheets nicely compl

Re: Lilypond in path on Windows?

2012-11-07 Thread David Kastrup
Jan Nieuwenhuizen writes: > David Kastrup writes: > >> A new _installation_ step was introduced since the previous one would >> not work more than a few times and left traces in the system when >> uninstalling that would eventually lead to failure. > > Who takes care of this new step? > >>> Great

Re: Lilypond cheat sheat

2012-11-07 Thread Noeck
Am 07.11.2012 10:55, schrieb Jan Nieuwenhuizen: > Francisco Vila writes: > >> 2012/11/7 Jan Nieuwenhuizen : >>> Well, doesn't that depend a bit upon how they are produced? >>> >>> We don't want to ship anything (binaries, PDFs, Gonville fonts, >>> etc). without sources, and we also don't want to

Re: Lilypond cheat sheat

2012-11-07 Thread Noeck
Am 07.11.2012 11:01, schrieb Francisco Vila: > 2012/11/7 Trevor Daniels : >> >> Noeck wrote Tuesday, November 06, 2012 11:29 PM >> >>> Sorry, I don't speak Portuguese, but I added an *English version*, which >>> should make it readable for a wider community. Most of the text consists >>> of Lilyp

Re: Lilypond cheat sheat

2012-11-07 Thread Alberto Simões
yay! It was quick :) Thank you :) On 06/11/12 23:29, Noeck wrote: Am 06.11.2012 23:24, schrieb Alberto Simões: Hey It seems interesting/useful, but I can't understand a word :-) Cheers ambs Sorry, I don't speak Portuguese, but I added an *English version*, which should make it readable for

Re: Lilypond cheat sheat

2012-11-07 Thread Marc Hohl
Am 07.11.2012 11:02, schrieb Jan Nieuwenhuizen: David Kastrup writes: We arrive at our indentation using Emacs, but even if we deliver the scripts for doing so, this does not mean we need to redistribute Emacs as well. There is a difference between build time and run time dependencies. Even if

Re: Adding a clef mid-measure

2012-11-07 Thread Janek Warchoł
On Wed, Nov 7, 2012 at 9:18 AM, soundsfromsound wrote: > Sorry, yes you are right! I had pasted from an MusicXML conversion - I > haven't edited anything out of it yet. > > Are you saying that this is somehow hindering me from being able to use a > mid-measure clef change? I'm confused. How shou

Re: Editing slur markings in LilyPond

2012-11-07 Thread Janek Warchoł
On Wed, Nov 7, 2012 at 3:24 AM, soundsfromsound wrote: > Can someone weigh in and let me know if LilyPond offers similar slur > parameters that can be controlled by the user? Or is this editing slightly > limited? You definitely want to know about \shape function. If you're using development ve

Re: Lilypond in path on Windows?

2012-11-07 Thread Jan Nieuwenhuizen
David Kastrup writes: > A new _installation_ step was introduced since the previous one would > not work more than a few times and left traces in the system when > uninstalling that would eventually lead to failure. Who takes care of this new step? >> Great. Also no trail was left in Git, > > T

Re: Lilypond cheat sheat

2012-11-07 Thread Jan Nieuwenhuizen
David Kastrup writes: > We arrive at our indentation using Emacs, but even if we deliver the > scripts for doing so, this does not mean we need to redistribute Emacs > as well. There is a difference between build time and run time dependencies. Even if libreoffice, like Emacs would obviously not

Re: Lilypond cheat sheat

2012-11-07 Thread Francisco Vila
2012/11/7 Trevor Daniels : > > Noeck wrote Tuesday, November 06, 2012 11:29 PM > >> Sorry, I don't speak Portuguese, but I added an *English version*, which >> should make it readable for a wider community. Most of the text consists >> of Lilypond commands, though. There are some places where I am

Re: Lilypond in path on Windows?

2012-11-07 Thread David Kastrup
Jan Nieuwenhuizen writes: > Janek Warchoł writes: > >> i suppose relevant issue is here >> http://code.google.com/p/lilypond/issues/detail?id=1948 > > Interesting. > > So instead of FIXING that bug, a new bug was introduced by > removing code. A new _installation_ step was introduced since the p

Re: Lilypond cheat sheat

2012-11-07 Thread Jan Nieuwenhuizen
Francisco Vila writes: > 2012/11/7 Jan Nieuwenhuizen : >> Well, doesn't that depend a bit upon how they are produced? >> >> We don't want to ship anything (binaries, PDFs, Gonville fonts, >> etc). without sources, and we also don't want to add build dependencies >> on, say, libreoffice? > > But we

Re: Lilypond in path on Windows?

2012-11-07 Thread Jan Nieuwenhuizen
David Kastrup writes: > I usually try to remember when pushing changes to do one > > git commit --amend > > for the sake of adding "Issue : " in front of the commit message. I > don't think many other bother, and my own success rate is probably below > 70%. Yes, that's quite nice. I like th

Re: Lilypond cheat sheat

2012-11-07 Thread David Kastrup
Jan Nieuwenhuizen writes: > Janek Warchoł writes: > >> On Wed, Nov 7, 2012 at 7:21 AM, Werner LEMBERG wrote: >>> I think both cheat sheets nicely complement each other. >>> >>> What about adding both of them to the lilypond distribution? >> >> +1 > > Well, doesn't that depend a bit upon how

Re: Lilypond cheat sheat

2012-11-07 Thread Francisco Vila
2012/11/7 Jan Nieuwenhuizen : > Well, doesn't that depend a bit upon how they are produced? > > We don't want to ship anything (binaries, PDFs, Gonville fonts, > etc). without sources, and we also don't want to add build dependencies > on, say, libreoffice? But we could link to the various existin

Re: Lilypond in path on Windows?

2012-11-07 Thread Jan Nieuwenhuizen
Janek Warchoł writes: > i suppose relevant issue is here > http://code.google.com/p/lilypond/issues/detail?id=1948 Interesting. So instead of FIXING that bug, a new bug was introduced by removing code. Great. Also no trail was left in Git, which leaves the risk of someone restarting that cycle

Re: Lilypond in path on Windows?

2012-11-07 Thread David Kastrup
Janek Warchoł writes: > On Wed, Nov 7, 2012 at 10:26 AM, Jan Nieuwenhuizen wrote: >> >> commit 917dab12e7a838f1f153e7c57fb921c0b19b9bc2 >> Author: Phil Holmes >> Date: Fri Jan 6 17:23:15 2012 + >> >> Stops Windows PATH being changed >> >> Such messages, and this one in

Re: Lilypond cheat sheat

2012-11-07 Thread Jan Nieuwenhuizen
Janek Warchoł writes: > On Wed, Nov 7, 2012 at 7:21 AM, Werner LEMBERG wrote: >> >>> I think both cheat sheets nicely complement each other. >> >> What about adding both of them to the lilypond distribution? > > +1 Well, doesn't that depend a bit upon how they are produced? We don't want to shi

Re: Lilypond in path on Windows?

2012-11-07 Thread Janek Warchoł
On Wed, Nov 7, 2012 at 10:26 AM, Jan Nieuwenhuizen wrote: > > commit 917dab12e7a838f1f153e7c57fb921c0b19b9bc2 > Author: Phil Holmes > Date: Fri Jan 6 17:23:15 2012 + > > Stops Windows PATH being changed > > Such messages, and this one in particular can annoy me immensly.

Re: Lilypond cheat sheat

2012-11-07 Thread Janek Warchoł
On Wed, Nov 7, 2012 at 7:21 AM, Werner LEMBERG wrote: > >> I think both cheat sheets nicely complement each other. > > What about adding both of them to the lilypond distribution? +1 ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gn

Re: Lilypond in path on Windows?

2012-11-07 Thread Jan Nieuwenhuizen
Nick Payne writes: > Should the Lilypond install add the program directory to the path on > Windows? I normally use LP on Linux, where it is in the path, but I > just installed 2.17.6 on my notebook, which runs Windows 7 x64, and it > isn't in the path - I can't open a command prompt and run "lily

Re: Lilypond cheat sheat

2012-11-07 Thread Trevor Daniels
Noeck wrote Tuesday, November 06, 2012 11:29 PM > Sorry, I don't speak Portuguese, but I added an *English version*, which > should make it readable for a wider community. Most of the text consists > of Lilypond commands, though. There are some places where I am not sure > if I found the correct

Re: Adding a clef mid-measure

2012-11-07 Thread soundsfromsound
Sorry, yes you are right! I had pasted from an MusicXML conversion - I haven't edited anything out of it yet. Are you saying that this is somehow hindering me from being able to use a mid-measure clef change? I'm confused. How should I proceed? Thanks! - composer | sound designer -- View

Re: Adding a clef mid-measure

2012-11-07 Thread David Kastrup
David Kastrup writes: > soundsfromsound writes: > >> Hello, >> >> One last question for tonight please. I'm having trouble figuring out how >> to insert a treble clef mid-measure. I keep getting an error message when I >> try to insert the "\clef treble", but it works when I put it at the star

Re: Adding a clef mid-measure

2012-11-07 Thread David Kastrup
soundsfromsound writes: > Hello, > > One last question for tonight please. I'm having trouble figuring out how > to insert a treble clef mid-measure. I keep getting an error message when I > try to insert the "\clef treble", but it works when I put it at the start of > the measure (though that'

Re: Lilypond cheat sheat

2012-11-07 Thread David Rogers
Noeck writes: > ... I added an *English version*, which should make it readable for a > wider community. Most of the text consists of Lilypond commands, > though. There are some places where I am not sure if I found the > correct translation. > > http://arsantiqua-karlsruhe.de/images/pdf/Lilypon