Re: How to split system?

2014-04-30 Thread Alexander Kobel
On 04/30/2014 04:12 AM, Rus wrote: Hello! How to make a split system, like in the attached file? Hi Rus, this is going to be a few pointers to semi-solutions, that's all I can offer. The closest I know which can be achieved (fairly) easily is what Simon Bailey used for the coda here: ht

Re: Read multiple lines from an input-pipe

2014-04-30 Thread Urs Liska
Am 29.04.2014 13:26, schrieb Urs Liska: Am 29.04.2014 12:24, schrieb Urs Liska: Hi all, I'm writing a set of functions to retrieve Git repository information for use in a score: https://github.com/openlilylib/snippets/tree/master/editorial-tools/git-commands I'm using a function provided by

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

2014-04-30 Thread Pierre Perol-Schneider
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 > inside the notehead will provide better sight reading. > Ez_noteheads-engraver is ma

Re: Read multiple lines from an input-pipe

2014-04-30 Thread David Kastrup
Urs Liska writes: > I've tried around for quite some time now to no avail, probably having > tried _everything_ except the right solution ;-) so I have to come > back here and ask. > > I now have this implementation: > > #(use-modules (ice-9 popen)) > #(use-modules (ice-9 rdelim)) > > #(define (s

Re: [SPAM] Re: Read multiple lines from an input-pipe

2014-04-30 Thread Urs Liska
Am 30.04.2014 10:00, schrieb David Kastrup: Urs Liska writes: I've tried around for quite some time now to no avail, probably having tried _everything_ except the right solution ;-) so I have to come back here and ask. I now have this implementation: #(use-modules (ice-9 popen)) #(use-module

Re: Read multiple lines from an input-pipe

2014-04-30 Thread Urs Liska
Am 30.04.2014 10:15, schrieb Urs Liska: Am 30.04.2014 10:00, schrieb David Kastrup: Urs Liska writes: I've tried around for quite some time now to no avail, probably having tried _everything_ except the right solution ;-) so I have to come back here and ask. I now have this implementation:

Re: [SPAM] Re: Read multiple lines from an input-pipe

2014-04-30 Thread David Kastrup
Urs Liska writes: > Thank you for that. However, > (interpret-markup-list layout props result) > returns all strings concatenated to one line. No, it doesn't. It returns a markup list, and if you put this into a \markup without change, _then_ this list will be assembled into a single line by im

RE: lilypond-announce

2014-04-30 Thread Daniel Rosen
Weird, I could have sworn that I had checked for them on Gmane and that they weren't there, but apparently I didn't because they are. However, there does appear to be a problem with Gmane's RSS feed (http://rss.gmane.org/gmane.comp.gnu.lilypond.announce): http://www.w3.org/1999/02/22-rdf-syntax

A new printed work done with LilyPond

2014-04-30 Thread Francisco Vila
Hello all, I just wanted to share with you a few photos of this book. https://secure.flickr.com/photos/pacovila/sets/72157644486452813/ It is published under noncommercial+nonderivative license, but I plan to publish my own work (this is: the lilypond code itself) under attribution+sharealike li

Re: A new printed work done with LilyPond

2014-04-30 Thread Urs Liska
Am 30.04.2014 13:35, schrieb Francisco Vila: Hello all, I just wanted to share with you a few photos of this book. https://secure.flickr.com/photos/pacovila/sets/72157644486452813/ It is published under noncommercial+nonderivative license, but I plan to publish my own work (this is: the lilypo

Re: A new printed work done with LilyPond

2014-04-30 Thread Pierre Perol-Schneider
2014-04-30 13:35 GMT+02:00 Francisco Vila : > Hello all, > Hi Francisco, > I just wanted to share with you a few photos of this book. > Congrats ! Cheers, ~Pierre ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/list

Re: A new printed work done with LilyPond

2014-04-30 Thread Ralph Palmer
Very nice, Francisco! Thank you for sharing. Ralph On Wed, Apr 30, 2014 at 7:35 AM, Francisco Vila wrote: > Hello all, > > I just wanted to share with you a few photos of this book. > > https://secure.flickr.com/photos/pacovila/sets/72157644486452813/ > -- Ralph Palmer Brattleboro, VT USA palme

Re: A new printed work done with LilyPond

2014-04-30 Thread quicksilvercarr...@yahoo.co.uk
Very neat, nicely presented Graheme On 30/04/14 12:35, Francisco Vila wrote: Hello all, I just wanted to share with you a few photos of this book. ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypo

Re: A new printed work done with LilyPond

2014-04-30 Thread Marc Hohl
Am 30.04.2014 13:35, schrieb Francisco Vila: [...] We are fairly satisfied with the results. Yes, it looks very nice indeed! Marc ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: Automated custom clef settings for custom staves (revisited)

2014-04-30 Thread Paul Morris
Paul Morris wrote > I wrote a music function that takes music with standard clef settings and > returns the music with customized clef settings. Here's an improved version that also handles cue clefs. Designed for treble, bass, and alto clefs, so it may not work with other clefs (with more work

"Namespace" for includes

2014-04-30 Thread Knute Snortum
Is there anything like a namespace for include files? Like JSP or XML has. I'm finding that if I have a lot of includes in my file, I will get clashes in variable definitions. For instance a variable like \global will have to become \courAllStaves, where "cour" is the namespace. This is a very

Re: Bertrand Bordage - LilyPond

2014-04-30 Thread Pierre Perol-Schneider
2014-04-30 14:46 GMT+02:00 Nir Somoto : > Hi, > > I recently downloaded *LilyPond *and found it very useful and interesting. > I have a few suggestions and I'm looking for the person responsible for > business development. > > Can you please refer me to the relevant contact? > > I'm afraid we do n

Re: Automated custom clef settings for custom staves (revisited)

2014-04-30 Thread Pierre Perol-Schneider
2014-04-30 20:03 GMT+02:00 Paul Morris : > Here's an improved version that also handles cue clefs. Designed for > treble, bass, and alto clefs, so it may not work with other clefs (with > more > work they could be added). > Hi Paul, I'm sure I've already seen this code or part of it... Have you

slur slope question

2014-04-30 Thread Karol Majewski
Please, take a look at the attachment. This is excerpt from one the old Henle Verlag editions. Although slur goes from bes to bes, it is sloped - because of staccato. And it looks absolutely fine. Now, look how LilyPond handles this: { bes8 ( d'16 c'16 bes4 -. ) } Here, there is this gap betw

Re: How to split system?

2014-04-30 Thread Nick Payne
On 30/04/14 12:12, Rus wrote: Hello! How to make a split system, like in the attached file? You can adapt something like this: \relative c'' { \repeat unfold 4 { c1 } \bar "||" \cadenzaOn \stopStaff \repeat unfold 4 { % Adjust unfold counter to manipulate indentation s \noBreak \bar ""

Re: Automated custom clef settings for custom staves (revisited)

2014-04-30 Thread Paul Morris
Schneidy wrote > Hi Paul, > I'm sure I've already seen this code or part of it... > Have you send it somewhere else ? > Anyway I'm not a client for this kind of notation but I appreciate the > idea. > Thanks for sharing, Hi Pierre, No I haven't posted this particular code anywhere else... (Well e

How to create a text spanner with a "half" arrow on right side

2014-04-30 Thread Kate Sekula
I am trying to create a text span solid line that ends with just 1/2 of an arrowhead on the right side. Is there a way to set a graphic, something simple like ... samplePath = #'((moveto 0 0) (lineto -1 -.5) (closepath)) ... as the right text for the spanner? Something like: \onc

Odp: How to create a text spanner with a "half" arrow on right side

2014-04-30 Thread Karol Majewski
\override TextSpanner.bound-details.right.text = \markup { \postscript #samplePath } --Karol > I am trying to create a text span solid line that ends with just 1/2 of an > arrowhead on the right side. Is there a way to set a graphic, something > simple like ... > > samplePath = > #'((moveto

Odp: How to create a text spanner with a "half" arrow on right side

2014-04-30 Thread Karol Majewski
And of course: samplePath = # "0 0 moveto 2 0 lineto 0 1 lineto closepath fill stroke" ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

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 inside the

Re: How to create a text spanner with a "half" arrow on right side

2014-04-30 Thread Pierre Perol-Schneider
2014-05-01 0:22 GMT+02:00 Kate Sekula : > I am trying to create a text span solid line that ends with just 1/2 of an > arrowhead on the right side. > Try : \version "2.18.2" mySpan = { \once\override TextSpanner.style = #'line \once\override TextSpanner.