Quasiconf/FrosCON: are you making music with LISP?

2013-06-07 Thread Jan Nieuwenhuizen
FYI http://quasiconf.twoticketsplease.de/ Parenthetical Art If you use Lisp for composing music, crafting visualizations or making games then this is your opportunity to show it off. Lisp is not just about code as data, it’s also about programming as art! Jan -- Jan Nieuwenhuizen

Re: Removing fingerings from the general score

2013-06-07 Thread Jacques Menu
Hello folks, Thanks for the help about tags and Fingering_engraver, and a nice day! -- Jacques Menu Ch. de la Pierre 12 1023 Crissier mailto:jacques.m...@tvtmail.ch ___ lilypond-user mailing list lilypond-user@gnu.org

Re: osia: hide first bar line on left hand of key signature

2013-06-07 Thread Konstatin Heuer
Great. Thank you very much. How simple. ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: Frecobaldi 2 Mac OS X install guide

2013-06-07 Thread Jean-Alexis Montignies
Hi, I've got a bit of experience on frescobaldi builds. I have started doing a .app bundle for Mac, but never succeeded and I am slow because of the low available time for this project. So if you want to continue upon what I have discovered, I'll switch to more technical matter. (I'm CCing

Re: Improper handling of acciaccaturas and grace notes

2013-06-07 Thread pls
It's a well known issue. Workaround: use s8 instead of r8 in measure 5 (flute). hth patrick On 07.06.2013, at 16:44, Jacques Menu jacques.m...@epfl.ch wrote: Hello folks, I ran into this with irregular bars combined with repeats, but only with multiple staves. The source and PDF are

Re: Improper handling of acciaccaturas and grace notes

2013-06-07 Thread Eluze
I just compiled with 2.17.5 and upwards - it looks nice now! Eluze Am 07.06.2013 17:24, schrieb pls: It's a well known issue. Workaround: use s8 instead of r8 in measure 5 (flute). hth patrick On 07.06.2013, at 16:44, Jacques Menu jacques.m...@epfl.ch wrote: Hello folks, I ran into this

Re: Improper handling of acciaccaturas and grace notes

2013-06-07 Thread Jim Long
Eluze, I don't have 2.17.x handy just now Would you mind checking this code (attached), and seeing whether it also has been fixed? I haven't seen any reply on this issue from May. Thank you! Jim http://lists.gnu.org/archive/html/lilypond-user/2013-05/msg00367.html On Fri, Jun 07, 2013

Re: Improper handling of acciaccaturas and grace notes

2013-06-07 Thread Eluze
here is the out put wiht 2.17.19: tiny-JimLong.png http://lilypond.1069038.n5.nabble.com/file/n146832/tiny-JimLong.png is that what you expect? Eluze Jim Long wrote Eluze, I don't have 2.17.x handy just now Would you mind checking this code (attached), and seeing whether it also

Re: Improper handling of acciaccaturas and grace notes

2013-06-07 Thread Jim Long
On Fri, Jun 07, 2013 at 11:08:23AM -0700, Eluze wrote: here is the out put wiht 2.17.19: tiny-JimLong.png http://lilypond.1069038.n5.nabble.com/file/n146832/tiny-JimLong.png is that what you expect? Eluze Um, yes and no. Yes, in that the output still looks much like the PNG file I

Re: Improper handling of acciaccaturas and grace notes

2013-06-07 Thread Eluze
I was referring to Patrick's /It's a well known issue. Workaround: use s8 instead of r8 in measure 5 (flute)./ which clearly has to do with graces co in multi staff situations. your code/bug report seems to deal with other problems! Eluze Jim Long wrote On Fri, Jun 07, 2013 at 11:08:23AM

Re: Improper handling of acciaccaturas and grace notes

2013-06-07 Thread Jacques Menu
OK, thanks! JM Le 7 juin 2013 à 21:03, Eluze elu...@gmail.com a écrit : I was referring to Patrick's /It's a well known issue. Workaround: use s8 instead of r8 in measure 5 (flute)./ which clearly has to do with graces co in multi staff situations. your code/bug report seems to deal

Acciaccaturas with chords

2013-06-07 Thread Andrew Bernard
Greetings List, How does one specify a particular note of a chord to slur an acciaccatura to? In the following snippet, I want it to connect to a not d. \version 2.17.18 \relative c { \clef bass \acciaccatura gis8 d a'2^ d a'^ } Andrew

Re: osia: hide first bar line on left hand of key signature

2013-06-07 Thread Konstatin Heuer
In case someone is ever interested in this issue again, I will post my final solution, that I found with your help. I think it is the simplest way to synchronize scores with any kind of systemStartDelimiter and without connection by a primary bar line. \score{ \layout {\context {\Score

Re: Acciaccaturas with chords

2013-06-07 Thread Nick Payne
On 08/06/13 10:59, Andrew Bernard wrote: Greetings List, How does one specify a particular note of a chord to slur an acciaccatura to? In the following snippet, I want it to connect to a not d. \version 2.17.18 \relative c { \clef bass \acciaccatura gis8 d a'2^ d a'^ } \version