OpenType support in Windows

2013-05-16 Thread Aleksandr Andreev
Hello List, In Ubuntu, LilyPond has support of the default OpenType features (that is, those features that are on by default: ccmp (Glyph Composition), liga (Ligatures), kern (Kerning), mark (Mark to base positioning) and mkmk (Mark to mark positioning)). My understanding is that there is

Overlapping brackets

2013-02-14 Thread Aleksandr Andreev
Hello list members! I noticed from the documentation that analysis brackets cannot overlap. Is there some other way one could produce a graphic such as this one? http://www.ponomar.net/files/arnoldt.png Thanks! Alekandr ___ lilypond-user mailing

Re: Replacement suggestions for Century Schoolbook?

2013-01-09 Thread Aleksandr Andreev
On Wed, Jan 9, 2013 at 8:27 PM, Eben Sorkin e...@eyebytes.com wrote: Polish is like Czech a bit tricky because it has shapes that needs special treatment and thought. The most obvious are the slashes and ogoneks (Ł ł ą Ą etc. ). The use of w and other diagonals is different and requires

Writing a converter

2012-12-27 Thread Aleksandr Andreev
Hello list members, I have a number of LilyPond scores that I have put together in Kievan square notation. I am interested in creating a utility (a script) that would automatically convert between square notation and common (round) notation. The conversion itself would be fairly trivial -- for

Re: For those who need new features and bug fixes...

2012-12-21 Thread Aleksandr Andreev
On Fri, Dec 21, 2012 at 7:01 AM, Kieren MacMillan kieren_macmil...@sympatico.ca wrote: The big ones for me are: 1. The completion of Janek's GSoC work on Lyrics. +1!! Aleksandr ___ lilypond-user mailing list lilypond-user@gnu.org

Re: Collision with dots in packed spacing

2012-11-16 Thread Aleksandr Andreev
On Thu, Nov 15, 2012 at 6:11 PM, Eluze elu...@gmail.com wrote: Aleksandr I'm not sure about what you want to achieve with this? Eluze I was trying to achieve proper spacing of Kievan notation by locally setting packed spacing in melismas, e.g.: \relative c' { \override

Collision with dots in packed spacing

2012-11-15 Thread Aleksandr Andreev
Hello list, I was trying to modify spacing and started a new Spacing Section after a dot. The result was a collision between the dot and the following note. Here is a stylized example that yields this kind of collision: \relative c' { \override Score.SpacingSpanner #'packed-spacing = ##t

Extract notes within music function

2012-11-07 Thread Aleksandr Andreev
Hello list, Is it possible to extract individual notes from the music passed to a music function, e.g.: \myFunction { c d e f } Within myFunction, can I do something like car notes cdr notes etc. to process the c, d, etc., individually? The argument can be arbitrarily long. Thanks,

Re: Extract notes within music function

2012-11-07 Thread Aleksandr Andreev
On Wed, Nov 7, 2012 at 2:28 PM, Gilles gilles.thiba...@free.fr wrote: Is it possible to extract individual notes from the music passed to a music function, e.g.: \myFunction { c d e f } Within myFunction, can I do something like car notes cdr notes Here is a kind of template, but i am

Macro to control spacing

2012-07-30 Thread Aleksandr Andreev
Hello list members, I'm working on an approach to implement correct spacing of Kievan notation (please see this issue: http://code.google.com/p/lilypond/issues/detail?id=2631 ). What I am trying to accomplish is functionality whereby the notes within a melisma are spaced as tightly as possible

Re: Lyrics in color

2012-07-04 Thread Aleksandr Andreev
On Wed, Jul 4, 2012 at 10:45 AM, David Nalesnik david.nales...@gmail.com wrote: Hi Svetlana! On Wed, Jul 4, 2012 at 9:31 AM, Svetlana eurid...@narod.ru wrote: Hi David! I feel very sorry that I didn't manage to make a good example for LSR that days. Assembling the real scores was so

Lyrics in color

2012-07-02 Thread Aleksandr Andreev
Hello list members, Is there a way to set just one letter in the lyrics in color? When I try the following, a space appears between the L and the red-colored a. \relative c' { f2 } \addlyrics { \markup {L\with-color #red a } } \addlyrics { La } Aleksandr

Re: Lyrics in color

2012-07-02 Thread Aleksandr Andreev
On Mon, Jul 2, 2012 at 12:35 PM, Kieren MacMillan kieren_macmil...@sympatico.ca wrote: Did you try \addlyrics { \markup \concat { L\with-color #red a } } That worked, thanks! Now I have another question ... this one is a bit from left field. Is it possible to color a diacritical mark

Reduce spacing in Phrasing slur

2011-11-01 Thread Aleksandr Andreev
I have a phrasing slur of the type: e4( f e2) f g. Is it possible to reduce the spacing between the notes in the slur? Alex - Aleksandr Andreev :: Founder / Sole Proprietor Ponomar Technologies, Inc. Putting Modern Technology to Work for the Ancient Church http://www.ponomar.net

Installing custom font for Lilypond

2011-04-08 Thread Aleksandr Andreev
Hello folks, Basically, I'm trying to create a library of Lilypond scores with some of my collaborators and I'd like to automate the process. I've installed Lilypond on my server and I've allowed each user to drop Lilypond source files via a Perl script. The script then calls Lilypond and voila,