Re: Narrow down search of Lilypond documentation to English

2015-03-23 Thread Simon Albrecht
Am 23.03.2015 um 02:10 schrieb Colin Tennyson: Colin Tennyson wrote: so anyone who wants to create Lilypond files has to master english anyway. Simon Albrecht wrote: You have to learn the English command names, indeed, but it’s by no means necessary to read the source code for creating any

[Slightly Off-topic] Advice for freelancing?

2015-03-23 Thread Ryan McClure
Hello friends, I've been really trying for the last two years to become a freelance music engraver. I've really come to love engraving music, and I would like to make my hobby into a job. I don't ever think that I'll be able to survive by only engraving music, but it sure would be nice. I really

Re: How do I extract individual voices from chords

2015-03-23 Thread MING TSANG
Hi, Kaj: Perhaps the following link can provide help for you to extract voices from a chord. http://lsr.dsi.unimi.it/LSR/Item?u=1id=545http://lsr.dsi.unimi.it/LSR/Item?u=1id=761 HTH,Ming.___ lilypond-user mailing list lilypond-user@gnu.org

Re: centering note columns [WAS: Directional NoteHead Stencil Support]

2015-03-23 Thread David Nalesnik
On Mon, Mar 23, 2015 at 8:47 AM, David Nalesnik david.nales...@gmail.com wrote: Hi Kieren, On Sun, Mar 22, 2015 at 7:39 PM, Kieren MacMillan kieren_macmil...@sympatico.ca wrote: Hi David, Try the attached out. It will only center an object if the contents of all staves can reasonably

Re: centering note columns [WAS: Directional NoteHead Stencil Support]

2015-03-23 Thread David Nalesnik
Hi Kieren, On Sun, Mar 22, 2015 at 7:39 PM, Kieren MacMillan kieren_macmil...@sympatico.ca wrote: Hi David, Try the attached out. It will only center an object if the contents of all staves can reasonably be centered. So far, I would call that perfect”! =) oh, it will be broken!

Re: layout-set-staff-size: will it ever be fixed?

2015-03-23 Thread Nikolai Hedler
I see that this may have been worked on in 2.19 as Issue 216 https://code.google.com/p/lilypond/issues/detail?id=216can=1q=layout-set-staff-sizecolspec=ID%20Type%20Status%20Stars%20Owner%20Patch%20Needs%20Summary; can someone update me as to the current status? On 23 March 2015 at 16:47, Nikolai

error when creating variable for paper block

2015-03-23 Thread Nikolai Hedler
I'm attempting to arrange a Bach organ fugue for brass quintet, and I am attempting to create a single file which outputs the score and all individual parts. I would like to create a variable which contains the contents of the \paper block for the individual parts, which is different than that of

layout-set-staff-size: will it ever be fixed?

2015-03-23 Thread Nikolai Hedler
https://code.google.com/p/lilypond/issues/detail?id=367can=1q=layout-set-staff-sizecolspec=ID%20Type%20Status%20Stars%20Owner%20Patch%20Needs%20Summary This is a bug which has been known about since 2.11 in 2007, but for some reason someone decided that it didn't deserve fixing, in spite of the

Re: Discrete note clusters

2015-03-23 Thread Pierre Perol-Schneider
Or, if you want to keep your syntax: \version 2.18.2 myCluster = { \once\override NoteHead.X-offset = #0 \once\override NoteHead.stem-attachment = #'(0.8 . 0) \once\override NoteHead.stencil = #(lambda (grob) (grob-interpret-markup grob #{ \markup {

Re: layout-set-staff-size: will it ever be fixed?

2015-03-23 Thread tisimst
Nikolai, I don't believe that there isn't a solution already for your needs (it appears that Kieren already has some ideas, I think I have an idea or two for you, and I think there are other users that have their own ideas about how you can accomplish this), but it would be tremendously helpful

Re: layout-set-staff-size: will it ever be fixed?

2015-03-23 Thread Kieren MacMillan
Hi Nikolai, Is there any reason not to fix a known bug that's been around for this long that's been a pain in the neck since I started using LilyPond? If you don’t see any reason, then please send in a patch for review. My goal is to be able to create a single file which outputs a book

Re: layout-set-staff-size: will it ever be fixed?

2015-03-23 Thread Simon Albrecht
Am 23.03.2015 um 21:53 schrieb Nikolai Hedler: I see that this may have been worked on in 2.19 as Issue 216 https://code.google.com/p/lilypond/issues/detail?id=216can=1q=layout-set-staff-sizecolspec=ID%20Type%20Status%20Stars%20Owner%20Patch%20Needs%20Summary; can someone update me as to the

Re: Cue notes included in ambitus

2015-03-23 Thread Simon Albrecht
I forwarded this to ly-bug. ~ Simon Am 23.03.2015 um 15:36 schrieb Patrick Karl: Consider the following snippet: \version 2.19.17 music = \relative c'' { \clef treble \new CueVoice { \set instrumentCueName = Bass } \cueDuringWithClef #Bass #DOWN #bassR1 g4 a b c }

Re: [Frescobaldi] Re: ANN: Frescobaldi 2.18

2015-03-23 Thread SoundsFromSound
Peter Bjuhr wrote On 2015-03-09 11:41, Simon Albrecht wrote: Hello, for whatever reason I keep running into problems whenever I try to upgrade Frescobaldi (or install it on another machine). This time, I downloaded the .tar.gz bundles of both frescobaldi 2.18 and python-ly 0.9.1 into

Cue notes included in ambitus

2015-03-23 Thread Patrick Karl
Consider the following snippet: \version 2.19.17 music = \relative c'' { \clef treble \new CueVoice { \set instrumentCueName = Bass } \cueDuringWithClef #Bass #DOWN #bassR1 g4 a b c } Bass = \relative g { \clef bass g,2 d' } \addQuote Bass \Bass \score {

Re: [Frescobaldi] Re: ANN: Frescobaldi 2.18

2015-03-23 Thread Urs Liska
For me ot only seemed to work when I manually edit the entey script and insert import ly after import sys. I don't see what that means but didn't have the time to investigate. I'll have to do a fresh Debian install soon, then U'll try again. Urs Am 23. März 2015 18:37:43 MEZ, schrieb

Re: Disappearing barlines with skipBars - possible bug?

2015-03-23 Thread Kevin Barry
On Mon, Mar 23, 2015 at 6:16 PM, Mark Knoop m...@opus11.net wrote: Barlines disappear when skipBars is true and a note duration continues over the bar. I don't think this should happen. It is consistent with the IR definition of the property: `If set to true, then skip the empty bars that are

Re: error when creating variable for paper block

2015-03-23 Thread Kevin Barry
Hi Nikolai, Can you post a (preferably tiny) example of the variable that produces this problem? LilyPond may not evaluate variables when they appear but it still needs to figure out where they begin and end so perhaps that is the source of the problem? It's hard to know without seeing any code.

rendered pdf files

2015-03-23 Thread Stephen MacNeil
the files when i compiled on my linux box render a more compressed look then those on my friends windows? same file both have 2.18.2 why? ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user