Hi David!
14.02.2012, 18:16, "David Nalesnik" :
> Hi Svetlana!
> Sorry about my (very) late response!
>
> This looks good to me. Apart from some minor changes, I'll probably add a
> note about the Unicode issue, since the snippet might prove helpful to
> someone working with special characters
Hi Svetlana!
On Sat, Jan 28, 2012 at 6:11 AM, Svetlana wrote:
>
> Sorry for the late answer, too many things require my attention these days.
> Thank you for making the code better, I've tested it and it works as
> supposed. I've finally prepared the description for LSR. Also, I've
> prepared ne
28.01.2012, 15:46, "Svetlana" :Hi, David!> 19.01.2012, 20:14, "David Nalesnik" :>>> Hi again Svetlana, I’ve revisited the functions for coloring symbols, and I've eliminated the need to provide a list of every character your text might include. This was liable to cause problems (omissions no
Hi again Svetlana,
I’ve revisited the functions for coloring symbols, and I've eliminated the
need to provide a list of every character your text might include. This
was liable to cause problems (omissions not showing up in the score, the
problem with the non-breaking space you found, etc.) and s
From: David Nalesnik
Date: Fri, 13 Jan 2012 09:23:14 -0600
To: Carl Sorensen
Cc: Светлана , lilypond-user ,
Francisco Vila
Subject: Re: Change color for some symbols in a sylable
>
>Hi Carl,
>
>
>
>2012/1/11 Carl Sorensen
>
>
>Guile has utf-8 string hand
Hi. David,13.01.2012, 21:47, "David Nalesnik" :Hi Svetlana,I'm so glad to hear that this works!I happened to notice that several characters are duplicated in the all-characters list, among these the space :) I took out a few obvious ones. (I realize that some characters which look absolutely iden
Hi Svetlana,
2012/1/12 Светлана
>
> This works perfectly! I've included all the symbols, that can be used by
> znamya font and also found some more symbols that should be colored (those
> that are not available directly from keyboard), so now we have an universal
> coloring script for Znamenny ch
Hi Carl,
>
> 2012/1/11 Carl Sorensen
>
>> *
>> *
>> Guile has utf-8 string handlers:
>>
>>
>> http://www.gnu.org/software/guile-gnome/docs/glib/html/Unicode-Manipulation.html
>>
>>
I've tried a number of these functions and all appear to be unavailable
within my .ly files. I find gLib 2.0 fil
Svetlana,
2012/1/12 Светлана :
> 12.01.2012, 06:16, "David Nalesnik" :
>
> Hi Svetlana,
>
> Yes, the problem lies in the fact that the representations of many of the
> Cyrillic letters are more than one byte in length, and the Guile functions
> which deal with characters don't appear to accommodat
One more thing...
2012/1/11 David Nalesnik
>
> The variable "all-characters" stores every character which can appear in
> the lyric text.
>
Don't forget the space (" ") !
David
___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.or
Hi Svetlana,
On Wed, Jan 11, 2012 at 11:04 AM, Christopher R. Maden wrote:
> On 01/11/2012 03:54 AM, Светлана wrote:
> > Yeah, this works like I wanted, but there is one problem. The problem
> > is called UTF-8. All is fine if you have latin lyrics and symbols to
> > color from ANSI encoding. The
On 01/11/2012 03:54 AM, Светлана wrote:
> Yeah, this works like I wanted, but there is one problem. The problem
> is called UTF-8. All is fine if you have latin lyrics and symbols to
> color from ANSI encoding. Then if you add cyrillic lyrics - the
> function messes all the letters. If you try to a
11.01.2012, 03:01, "David Nalesnik" :Hi Svetlana,Thanks for the explanation and the examples! I think I understand better, and it's not as difficult as I first thought. (At least, I hope so...)I've attached a new version of the functions. They work fine with my "Twinkle, twinkle..." example. Hop
Hi Svetlana,
On Tue, Jan 10, 2012 at 1:08 PM, Светлана wrote:
>
> Originaly, Znamenny chants were written only with znamya and text, no
> staff notes at all. Music is completely encrypted in znamya itself. But now
> we need notes, as only few people are familiar with the system and other
> just
Oops, here is the file I promissed. Regards,Svetlana.
example.ly
Description: Binary data
___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user
10.01.2012, 17:15, "David Nalesnik" :> Hi Svetlana,> This is a fun problem, and I may be able to help depending on what exactly you need. I'm not familiar with the notation system you're using, and I haven't been able to find other examples of this type of chant (Znamenny?) online which use staff
Hi Svetlana,
2012/1/10 Светлана
>
> Thank you, David, for this wonderful function. No mess in lyrics at all!
> But for my needs there should be a list of symbols, not just one (like
> coloring both "a" and "e" in your example). There is a list of about 20
> symbols that should be always colored
10.01.2012, 03:47, "Carl Sorensen" :
> On 1/9/12 3:59 PM, "Francisco Vila" wrote:
>>
>> #(define-markup-command (firstred layout props sone stwo) (string?
>> string?)
>> "Print the first string in red"
>> (interpret-markup layout props
>> (markup #:concat ((#:with-color red sone) stwo)))
10.01.2012, 04:51, "David Nalesnik" :Hi Svetlana,I'm sure the code can be improved, but the following functions let you colorize single letters or groups of letters within lyrics.You can also apply other markup commands to them. (There is an alternate line in "color-syllable" to show where and how
On 1/9/12 3:59 PM, "Francisco Vila" wrote:
>2012/1/9 Светлана :
>> 10.01.2012, 00:01, "Francisco Vila" :
>>> Use complex markups as syllables.
>>>
>>> { c' } \addlyrics { \markup { \concat { \with-color #red "A" "bc" } } }
>>>
>>> --
>>> Francisco Vila. Badajoz (Spain)
>>> www.paconet.org , www.c
2012/1/9 Светлана :
> 10.01.2012, 00:01, "Francisco Vila" :
>> Use complex markups as syllables.
>>
>> { c' } \addlyrics { \markup { \concat { \with-color #red "A" "bc" } } }
>>
>> --
>> Francisco Vila. Badajoz (Spain)
>> www.paconet.org , www.csmbadajoz.com
>
> Well, thank you, that works! But eac
> Původní zpráva
> Od: Светлана
> Předmět: Re: Change color for some symbols in a sylable
> Datum: 09.1.2012 23:24:50
>
> 10.01.2012, 00:01, "Francisco Vila" :
> > Use complex markups as sy
10.01.2012, 00:01, "Francisco Vila" :
> Use complex markups as syllables.
>
> { c' } \addlyrics { \markup { \concat { \with-color #red "A" "bc" } } }
>
> --
> Francisco Vila. Badajoz (Spain)
> www.paconet.org , www.csmbadajoz.com
Well, thank you, that works! But each score has at least 30 syllable
2012/1/9 Светлана :
> Hello all!
> I make notes for old Russian church music. Before I just learned lilypond,
> now I'm concerned with look and feel, so I have quite many questions. I'll
> try to ask them one by one, not making mess with multiple topics in one
> message. If it's not the right wa
24 matches
Mail list logo