Git help

2007-01-27 Thread Rune Zedeler
Trying to get a copy of jneemans branch to try out the new page breaking and score stretching stuff. I clone the repository with $ git clone git://git.sv.gnu.org/lilypond.git Then I create .git/remotes/jneem containing URL: git+ssh://[EMAIL PROTECTED]/srv/git/lilypond.git Push: refs/heads/jne

Re: proposal: second style for quartertone accidentals

2007-01-27 Thread Juergen Reuter
On Sun, 28 Jan 2007, Juergen Reuter wrote: ... Unfortunately, the code for checking and handling the Accidental style property is still hardcoded in lily/accidental.cc in method string Accidental_interface::get_fontcharname (string style, int alteration) rather than being handled at runtime

Re: proposal: second style for quartertone accidentals

2007-01-27 Thread Juergen Reuter
Hi, all! Please note that we already have a style property for Accidental grobs. For example, for yielding ancient notation accidentals, you may say: \override Accidental #'style = #'vaticana Hence, the natural way is to introduce another style for different microtonal glyphs. They are not

Re: proposal: second style for quartertone accidentals

2007-01-27 Thread Trevor Bača
On 1/27/07, Orm Finnendahl <[EMAIL PROTECTED]> wrote: Am 27. Januar 2007, 12:06 Uhr (-0600) schrieb Trevor Bača: > > Question: would it be possible to have access to *both* sets of > glyphs? It seems to me that I've seen both types of glyphs mixed > together in single scores; usually the existing

Re: Patch for new harmonic glyph

2007-01-27 Thread Maximilian Albert
>> If you feel comfortable with it this way >> it might be good to update the docs, too (probably adding two sample >> bars to note-head-style.ly in the regression tests would suffice). If >> you wish I can try to do that later on. > > please do. Here it is. Sorry that it took me so long to submi

Re: proposal: second style for quartertone accidentals

2007-01-27 Thread Orm Finnendahl
Am 27. Januar 2007, 12:06 Uhr (-0600) schrieb Trevor Bača: > > Question: would it be possible to have access to *both* sets of > glyphs? It seems to me that I've seen both types of glyphs mixed > together in single scores; usually the existing quartertone glyphs > show exact quartertone alterations

Re: proposal: second style for quartertone accidentals

2007-01-27 Thread Trevor Bača
On 1/27/07, Orm Finnendahl <[EMAIL PROTECTED]> wrote: Hi, for a while I wanted to suggest adding the option of using a different style for microtone accidentals. I personally prefer the use of up or down arrows on extended vertical lines of the standard accidentals (see attached example). The ad

Re: proposal: second style for quartertone accidentals

2007-01-27 Thread Orm Finnendahl
Am 27. Januar 2007, 15:33 Uhr (+0100) schrieb Ole Schmidt: > Hi, > > I did not understand if these accidentals are already implemented so > that I can use them? If not, I'am interested strongly in using them, > they are indeed much easier to read and to handle... No, They aren't implemented

proposal: second style for quartertone accidentals

2007-01-27 Thread Orm Finnendahl
Hi, for a while I wanted to suggest adding the option of using a different style for microtone accidentals. I personally prefer the use of up or down arrows on extended vertical lines of the standard accidentals (see attached example). The advantage of this style is a better differentiation of enh

Re: Questions regarding creation of a new glyph (was: White diamond, black diamond, and possible small sponsorship?)

2007-01-27 Thread Orm Finnendahl
Am 23. Januar 2007, 23:55 Uhr (+0100) schrieb Han-Wen Nienhuys: > > A harmonic head is slightly bigger so it protudes through the staff > lines, if printed in a space. AFAIK, they only exist in the open form, > and Trevor's use of the black form is not canonical. There are many things not canoni

Re: skyline vs. y-aligned-side

2007-01-27 Thread Joe Neeman
On 1/27/07, Johannes Schindelin <[EMAIL PROTECTED]> wrote: Hi, Sorry, I missed that question. The easiest solution is: git commit --amend This command allows you to edit the command message. If you forgot a file, you can add it with: git commit --amend NOTE NOTE NOTE! You mu