problems with octavation dashes

2006-12-07 Thread Werner LEMBERG
http://code.google.com/p/lilypond/issues/detail?id=170 Werner ___ lilypond-devel mailing list lilypond-devel@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-devel

Re: another skyline problem

2006-12-07 Thread Werner LEMBERG
> slurs and dynamic texts are involved in collision resolution; check > the avoid-slur properties on DynamicText and DynamicLineSpanner. Indeed, this did the trick: f1 \once \override DynamicText #'X-offset = #'-5.0 \once \override DynamicLineSpanner #'Y-offset = #'-5.0 \once \override

Re: dejavu kievan notation message

2006-12-07 Thread Monk Panteleimon
Hi. Just got a lilypond-devel email with first message about kievan notes in it again. I'm not sure how that happened, but I'm sorry for the repeat. Fr. P ___ lilypond-devel mailing list lilypond-devel@gnu.org http://lists.gnu.org/mailman/listinfo/li

Re: another skyline problem

2006-12-07 Thread Han-Wen Nienhuys
Werner LEMBERG escreveu: >>> Change #'Y-offset on the DynamicLineSpanner too. >> Yes, I got the same idea. However, I would prefer that Y-offset >> were relative to the original position instead of being relative to >> the vertical staff center. However, I can live with that. > > Hmm. The code

Re: another skyline problem

2006-12-07 Thread Han-Wen Nienhuys
Werner LEMBERG escreveu: >>> Well, it still doesn't work: I want to change Y-offset! >>> >>> { >>> \override DynamicText #'Y-offset = #5.0 >>> \once \override DynamicLineSpanner #'outside-staff-priority = ##f >>> c2\ff >>> } >> Change #'Y-offset on the DynamicLineSpanner too. > > Y

Re: Documentation translation: first patch

2006-12-07 Thread Han-Wen Nienhuys
John Mandereau escreveu: > Since the translated documentation itself is ready to be released, merge > and apply your trick as you like. > > So, I have a question about merging branches, since I may need to do it > sooner or later. IIRC, Han-Wen has once told Joe Neeman on the list that > it was be

There no ligatures in Kievan notation (was Re: Kievan "hatchet" notes for lilypond?)

2006-12-07 Thread Monk Panteleimon
On Thursday 30 November 2006 06:01, you wrote: > Hello, Panteleimon! Hello, thank you for your response > I fear the task of fully implementing kievan chant notation is more than > just a question of adding thirteen glyphs. > recognize at least pes ligatures (those pairwise stacked rhombic glyph

Fwd: Kievan "hatchet" notes for lilypond?

2006-12-07 Thread Monk Panteleimon
Sorry for the repeat, but I didn't initially send this to the developer's list, just to certain developers. Since Juergen's reply went to the list I thought I'd better correct my omission. Second installment coming soon. Fr. P -- Forwarded Message -- Subject: Kievan "hatchet"

new vertical positioning question

2006-12-07 Thread Matevž Jekovec
Hello, I'm very excited about the new vertical collision avoiding code in Lily-2.11.0 - it's something I've been waiting from 2.2. version on (I had to always set vertical text-padding value manually) :). I have some question about its implementation and usage: 1) Does this patch removes text coll

Re: another skyline problem

2006-12-07 Thread Werner LEMBERG
> > Change #'Y-offset on the DynamicLineSpanner too. > > Yes, I got the same idea. However, I would prefer that Y-offset > were relative to the original position instead of being relative to > the vertical staff center. However, I can live with that. Hmm. The code below makes me believe that t

Re: another skyline problem

2006-12-07 Thread Werner LEMBERG
> > Well, it still doesn't work: I want to change Y-offset! > > > > { > > \override DynamicText #'Y-offset = #5.0 > > \once \override DynamicLineSpanner #'outside-staff-priority = ##f > > c2\ff > > } > > Change #'Y-offset on the DynamicLineSpanner too. Yes, I got the same idea. Ho

Re: Documentation translation: first patch

2006-12-07 Thread John Mandereau
Jan Nieuwenhuizen wrote: > Ok, thanks. We may want to merge then and use my silly > build-html-docs-twice solution. Or was that reverted now, Han-Wen? Since the translated documentation itself is ready to be released, merge and apply your trick as you like. So, I have a question about merging b

Re: another skyline problem

2006-12-07 Thread Joe Neeman
On 12/7/06, Werner LEMBERG <[EMAIL PROTECTED]> wrote: > That's right -- you need to override DynamicLineSpanner instead of > DynamicText (see the following example). Well, it still doesn't work: I want to change Y-offset! { \override DynamicText #'Y-offset = #5.0 \once \override Dyn

Re: another skyline problem

2006-12-07 Thread Werner LEMBERG
> That's right -- you need to override DynamicLineSpanner instead of > DynamicText (see the following example). Well, it still doesn't work: I want to change Y-offset! { \override DynamicText #'Y-offset = #5.0 \once \override DynamicLineSpanner #'outside-staff-priority = ##f c2\ff

Re: fine-tuning vertical skyline order

2006-12-07 Thread Graham Percival
Joe Neeman wrote: Your assumption is correct. The grobs with low priority (maybe it should be the other way around?) are positioned first. Once they are in place, the skylines are recalculated to include them and the remaining grobs are positioned. Grobs where outside-staff-priority is not a nu

Re: fine-tuning vertical skyline order

2006-12-07 Thread Joe Neeman
On 12/7/06, Werner LEMBERG <[EMAIL PROTECTED]> wrote: > >> well, it is using a priority field, which can have multiple values > >> for a single grob type. > > > > Aah, if I understand you correctly, I can write > > > > > >\override foo #'outside-staff-priority = #1 > >\override bar #'out

Re: another skyline problem

2006-12-07 Thread Joe Neeman
On 12/7/06, Werner LEMBERG <[EMAIL PROTECTED]> wrote: > > > If a user wants the symbol to be positioned at an absolute > > > offset from its Y-parent, they can just set > > > outside-staff-position to () in addition to setting Y-offset. > > Sorry, outside-staff-priority, not outside-staff-posit

Re: exact command for git push

2006-12-07 Thread Graham Percival
Han-Wen Nienhuys wrote: ssh+git://[EMAIL PROTECTED]/srv/git/lilypond.git/ Yay, it worked! Cheers, - Graham ___ lilypond-devel mailing list lilypond-devel@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-devel

Re: exact command for git push

2006-12-07 Thread Han-Wen Nienhuys
Graham Percival escreveu: > Mats Bengtsson wrote: >> Try something like >> git push [EMAIL PROTECTED]/srv/git/lilypond.git > > Nope, sorry. > > tsubasa:~/usr/src/lilypond gperciva$ git push > [EMAIL PROTECTED]/srv/git/lilypond.git > fatal: '[EMAIL PROTECTED]/srv/git/lilypond.git': unable to chdir

Re: exact command for git push

2006-12-07 Thread Graham Percival
Mats Bengtsson wrote: Try something like git push [EMAIL PROTECTED]/srv/git/lilypond.git Nope, sorry. tsubasa:~/usr/src/lilypond gperciva$ git push [EMAIL PROTECTED]/srv/git/lilypond.git fatal: '[EMAIL PROTECTED]/srv/git/lilypond.git': unable to chdir or not a git archive fatal: unexpected