Re: lilypond-user Digest, Vol 131, Issue 35

2013-10-09 Thread Marc Hohl
Am 08.10.2013 19:02, schrieb MING TSANG: David, I coded using \stemUP \stemDown as suggested. There seems no effect. I don't think that \stemUp/\stemDown was a suggestion but rather meant as a possible source for the errors. \new Staff << \clef "bass" \new Voice = "Tenor" { \stemUp \TimeK

Re: lilypond-user Digest, Vol 131, Issue 35

2013-10-09 Thread David Kastrup
Marc Hohl writes: > Am 08.10.2013 19:02, schrieb MING TSANG: >> David, >> I coded using \stemUP \stemDown as suggested. There seems no effect. > > I don't think that \stemUp/\stemDown was a suggestion but rather meant > as a possible source for the errors. > > \new Staff << > \clef "bass" > \

Re: Problems with LilyJAZZ.ily

2013-10-09 Thread Urs Liska
Am 09.10.2013 01:07, schrieb Jim Long: On Wed, Oct 09, 2013 at 12:53:35AM +0200, Thomas Morley wrote: 2013/10/9 Jim Long : \override ChordName #'font-name = #"lilyjazzchord" Hi Jim, never heard of "lilyjazzchord". Where to get? Compiling your snippet returns LilyPond-default for the Chor

Re: Colored note heads with black outline

2013-10-09 Thread Pierre Perol-Schneider
2013/10/9 Paul Morris > > Hi Onno, > The code below should do what you want. I combined Pierre's outlined note > heads with some code I use to automatically override note head stencils > based on their pitch. It creates outlines around all note heads regardless > of their color, and it requires

Re: Colored note heads with black outline

2013-10-09 Thread Pierre Perol-Schneider
2013/10/9 Pierre Perol-Schneider > Well, your code makes me noticed that the layer change with the color... > weird. > > Sorry for this ; it changes with pitches and stem direction. Not weird in f ___ lilypond-user mailing list lilypond-user@gnu.org ht

Testers needed who use Frescobaldi from Git

2013-10-09 Thread Urs Liska
Hi all, I'm working on adding some Git functionality for Frescobaldi. Initially this will control Frescobaldi's source repository itself (i.e. managing program versions), but the ultimate goal is to add functionality to manage LilyPond projects. I've finished a first step, which doesn't provi

Re: Page number changes & forcing headers to appear on second page

2013-10-09 Thread Eluze
EdBeesley wrote > > Eluze: I copied and pasted your code into Lilypond but didn't get any > copyright text on 2nd or 3rd pages...maybe this is a new thing with 2.17? > (I'm still on 2.16) correct - it works with 2.17.0 and newer! Eluze -- View this message in context: http://lilypond.1069038

Re: Testers needed who use Frescobaldi from Git

2013-10-09 Thread Francisco Vila
2013/10/9 Urs Liska : > I'm working on adding some Git functionality for Frescobaldi. ... > So anybody using Frescobaldi from its Git repository is kindly asked to test > this pull request > https://github.com/wbsoft/frescobaldi/pull/223 > and report any issues or success, to me or the comments sec

Re: Testers needed who use Frescobaldi from Git

2013-10-09 Thread Urs Liska
You don't need to be a Github user. You simply can add my fork (g...@github.com:uliska/frescobaldi.git) as a remote to your frescobaldi git repo (git remote add). Then you can pull in any branches (use git remote show uliska to see which branches are there). But that's not necessary anymore in t

Lyric hyphens, preferred and otherwise

2013-10-09 Thread Joel C. Salomon
Is there a way to indicate that a hyphen is desired here, or that it is preferred that it be shrunk to nothing? Consider this example: \version "2.16.2" \score { << \relative c'' { c2 c } \addlyrics { two -- part } >> } It would be OK with me if this was displayed "two-part" or "two

Re: Lyric hyphens, preferred and otherwise

2013-10-09 Thread Kieren MacMillan
Hi Joel, > It would be OK with me if this was displayed "two-part" or "two - > part", but I want to avoid having this hyphen disappear: "twopart" is > *not* good. You can force adjacent lyrics to be a minimum distance apart — that should do it: \version "2.16.2" \layout { \context { \Lyr

Re: Catch direction operators

2013-10-09 Thread Paul Morris
David Kastrup wrote > Might make more sense to add it to LilyPond's own snippet base, I guess. > Obviously, we have no limitations how new any snippets may be there. Sounds good. David Kastrup wrote > Well, I try keeping the global name space uncluttered, but if you see an > actual potential for

Re: Lyric hyphens, preferred and otherwise

2013-10-09 Thread Joel C. Salomon
On Wed, Oct 9, 2013 at 2:53 PM, Kieren MacMillan wrote: > You can force adjacent lyrics to be a minimum distance apart — that should do > it: > \override LyricHyphen #'minimum-distance = #1 Thank you. Since I don't need that everywhere, I turned that idea into the code below. --Joel \vers

Re: Colored note heads with black outline

2013-10-09 Thread Paul Morris
SoundsFromSound wrote > This is perfect Paul, it's exactly what I need for a project that just > landed on my desk tonight! Man, you're a SCHEME machine! I'll get there > someday...right? :) > > Thank you so much for sharing that code with us! Thanks Ben! Glad you can use the code. Sounds like

Re: Colored note heads with black outline

2013-10-09 Thread Paul Morris
Pierre Perol-Schneider wrote > Thanks Paul, your code is much better than the one I was going to put. > Looks like a Christmas tree :) Thanks Pierre, and thanks for figuring out how to do the note heads in the first place! That was a clever solution. I've made the changes you suggested, and ma

Re: Move episema vertically

2013-10-09 Thread Ben Hillen
Hi David, Thank you, your solution works fine, also in my installed version "2.16.2". Can you tell me how to code override of 'direction for getting Episema below the staff when the beam is down? Greetz Ben -- View this message in context: http://lilypond.1069038.n5.nabble.com/Move-episem

Re: Problem with LilyJAZZ.ily

2013-10-09 Thread Curt
Is it considered "bad behavior" to open up a github repository with Thorsten's contribution, and then apply the patches to it, for that to be considered the source of truth? On Oct 8, 2013, at 12:33 AM, Marc Hohl wrote: > Am 08.10.2013 06:23, schrieb Keith OHara: >> Thomas Morley gmail.com>

Re: Move episema vertically

2013-10-09 Thread David Nalesnik
Hi Ben, On Wed, Oct 9, 2013 at 3:04 PM, Ben Hillen wrote: > Hi David, > > Thank you, your solution works fine, also in my installed version "2.16.2". > > Can you tell me how to code override of 'direction for getting Episema > below > the staff when the beam is down? > >

Re: Move episema vertically

2013-10-09 Thread Ben Hillen
Hi David, This works, thank you. Greetz, Ben -- View this message in context: http://lilypond.1069038.n5.nabble.com/Move-episema-vertically-tp151996p152038.html Sent from the User mailing list archive at Nabble.com. ___ lilypond-user mailing list

Re: Problem with LilyJAZZ.ily

2013-10-09 Thread Urs Liska
Am 09.10.2013 22:05, schrieb Curt: Is it considered "bad behavior" to open up a github repository with Thorsten's contribution, and then apply the patches to it, for that to be considered the source of truth? I don't think so. But is there an official statement about copyright and licensing

Re: Problem with LilyJAZZ.ily

2013-10-09 Thread David Kastrup
Urs Liska writes: > Am 09.10.2013 22:05, schrieb Curt: >> Is it considered "bad behavior" to open up a github repository with >> Thorsten's contribution, and then apply the patches to it, for that >> to be considered the source of truth? >> > I don't think so. > > But is there an official stateme

Re: lilypond-user Digest, Vol 131, Issue 35

2013-10-09 Thread Trevor Daniels
MING TSANG, you wrote Tuesday, October 08, 2013 6:02 PM > I coded using \stemUP \stemDown as suggested. There seems no effect. > tenor and base note printed on top one another. For a normal score that > is what it should be. But since I use \ezNum, the number in the bass notehead > is seems ov

Help ~ LilyPond Tablature

2013-10-09 Thread Раул Апонт
Hello. I need just a little help about a tablature. I know already how to get a tablature with LilyPond, the situation I have now is about a Bass Guitar tablature. I have tried to change the clef using the Bass clef, I still get a six-string tablature, I just need to know HOW I GET the four an

Re: Re:move notehead away

2013-10-09 Thread MING TSANG
Trevor, Thank you very much. The "\once \override "  works. I will read the "force-hshift" from learning doc. Emanuel, Ming.  From: Trevor Daniels To: MING TSANG ; lilypond-user@gnu.org; d...@gnu.org Sent: Wednesday, October 9, 2013 4:42:05 PM Subject: Re:

Re: Help ~ LilyPond Tablature

2013-10-09 Thread Peter Crighton
Have a look at the Notation Reference: http://lilypond.org/doc/v2.16/Documentation/notation/common-notation-for-fretted-strings.html#custom-tablatures The tuning for a five-string bass is called #bass-five-string-tuning. -- Peter Crighton | Musician & Music Engraver based in Mainz, Germany http:/

Re: Help ~ LilyPond Tablature

2013-10-09 Thread Federico Bruni
There's an example in the documentation: http://lilypond.org/doc/v2.16/Documentation/notation/common-notation-for-fretted-strings#custom-tablatures Il 09/ott/2013 23:19 "Раул Апонт" ha scritto: > Hello. > > I need just a little help about a tablature. I know already how to get a > tablature with

Re: Help ~ LilyPond Tablature

2013-10-09 Thread Pierre Perol-Schneider
2013/10/9 Раул Апонт > Hello. > Hi Раул > > If you could send me an example, it would be great. > > Here it is : \version "2.17.28" global = { \key c \major \time 4/4 c c c c } music = \relative c, { \global } \score { \new TabStaff \with { stringTunings = #bass-tuning midiInstru

Re: Help ~ LilyPond Tablature

2013-10-09 Thread and...@andis59.se
On 2013-10-09 22:19, Раул Апонт wrote: Hello. I need just a little help about a tablature. I know already how to get a tablature with LilyPond, the situation I have now is about a Bass Guitar tablature. I have tried to change the clef using the Bass clef, I still get a six-string tablature, I ju

Re: Automatic generation of scores skeletons

2013-10-09 Thread Tim Reeves
Jacques, This sounds like a great idea to me. I'm surprised no one else has commented. Tim Reeves > Message: 1 > Date: Wed, 9 Oct 2013 18:15:15 +0200 > From: Jacques Menu > To: "lilypond-user@gnu.org Users" > Cc: Jacques Menu > Subject: Automatic generation of scores skeletons > Message-ID

Re: Problems with LilyJAZZ.ily

2013-10-09 Thread Thomas Morley
2013/10/9 Urs Liska : [...] > > One more thing which might be useful for the technical issues you are > talking about: > I started a snippet to switch program execution based on the used LilyPond > version > https://github.com/openlilylib/snippets/blob/master/specific-solutions/lilypond-version-swi

New User Frescobaldi Setup for Mac

2013-10-09 Thread Garrett McGilvray
I have tried thus far unsuccessfully to get Frescobaldi to work on my Mac, and I am wondering if any of you Mac Frescobaldi users could help me. I have followed the instructions from this link: https://github.com/wbsoft/frescobaldi/wiki/Frescobaldi-Mac-OS-X-install-guide After all of those instr

Re: New User Frescobaldi Setup for Mac

2013-10-09 Thread Paul Morris
garrettm30 wrote > After all of those instructions, I have successfully gotten Frescobaldi to > launch, but it seems to have trouble pairing with LilyPond. When I go into > the Preferences -> LilyPond Preferences, and set the "LilyPond version to > use", I click add, point it to the LilyPond app, a

Re: New User Frescobaldi Setup for Mac

2013-10-09 Thread Paul Morris
Paul Morris wrote > (Hmmm... this might be something to add to the guide.) And done. -Paul -- View this message in context: http://lilypond.1069038.n5.nabble.com/New-User-Frescobaldi-Setup-for-Mac-tp152054p152056.html Sent from the User mailing list archive at Nabble.com. __

Re: Problems with LilyJAZZ.ily

2013-10-09 Thread Tim McNamara
On Oct 9, 2013, at 6:40 PM, Thomas Morley wrote: > 2013/10/9 Jim Long : >> On Wed, Oct 09, 2013 at 12:53:35AM +0200, Thomas Morley wrote: >>> 2013/10/9 Jim Long : >>> \override ChordName #'font-name = #"lilyjazzchord" >>> >>> Hi Jim, >>> >>> never heard of "lilyjazzchord". >>> Where to

Re: Problems with LilyJAZZ.ily

2013-10-09 Thread Martin Tarenskeen
On Wed, 9 Oct 2013, Tim McNamara wrote: Thanks for having a bash at that. As a matter of taste, I think I prefer not having the font's sharps and flats used in the chord names because they look disproportionately large compared to the text, whereas the default accidentals look fine to my ey

Re: Problems with LilyJAZZ.ily

2013-10-09 Thread Martin Tarenskeen
On Thu, 10 Oct 2013, Martin Tarenskeen wrote: Maybe it could even be possible to design a music font that improves the reading skills for people who have always had trouble to read music. Something comparable to that special text font that was designed for people with dyslexia: http://www.st

Re: Automatic generation of scores skeletons

2013-10-09 Thread Johan Vromans
Jacques Menu writes: > After struggling with irregular bars, I've been working on a Python3 tool that > transforms a spec such as: > [...] > into a ready-to-compile Lilypond source file. Very interesting. It reminds me of something I considered a while ago: a kind of meta-staff where the structu

Re: Help ~ LilyPond Tablature

2013-10-09 Thread Marc Hohl
Am 09.10.2013 23:36, schrieb Pierre Perol-Schneider: 2013/10/9 Раул Апонт mailto:raulapo...@bk.ru>> Hello. Hi Раул If you could send me an example, it would be great. Here it is : [...] stringTunings = #bass-tuning stringTunings = #bass-five-string-tuning if you have a bass w

Re: Problems with LilyJAZZ.ily

2013-10-09 Thread Marc Hohl
Am 10.10.2013 01:56, schrieb Thomas Morley: 2013/10/9 Urs Liska : [...] One more thing which might be useful for the technical issues you are talking about: I started a snippet to switch program execution based on the used LilyPond version https://github.com/openlilylib/snippets/blob/master/spe