Re: musescore lands sponsoring?

2012-05-29 Thread Wasil Sergejczyk
>
>
> There is a chance, but only when the syntax is *obvious* enough.
> Currently used syntax isn't obvious enough, but it won't be difficult
> to change it, i think.
>
> for me, as a beginner, notes syntax wasn't the difficult part (then again,
i'm used to write programming code), but page layout, staffs, voices, etc.
so, i ended up by composing a set of templates for my needs and forgetting
about that stuff. so, an online collection of such templates would smooth a
learning curve alot, imho.

-- 
Best regards.
___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user


Re: can't make custos engraver work properly

2012-05-25 Thread Wasil Sergejczyk
nevermind this, i've changed the whole layout, it works now.

2012/5/25 Wasil Sergejczyk 

> sorry, here's a more readable file:
> http://pastebin.com/uNGLsZ1R
>
>
> 2012/5/25 Janek WarchoĊ‚ 
>
>> On Fri, May 25, 2012 at 9:30 AM, Wasil Sergejczyk 
>> wrote:
>> > here is the file:
>> > http://pastebin.com/x6K9eJPK
>>
>> I suggest that you create a Tiny Example
>> (http://www.lilypond.org/tiny-examples.html).  It will be easier for
>> us to help you.
>>
>> cheers,
>> Janek
>>
>
>
>
> --
> Best regards.
>



-- 
Best regards.
___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user


can't make custos engraver work properly

2012-05-25 Thread Wasil Sergejczyk
errors are the following:


programming error: No spacing entry from KeySignature to `custos'
> continuing, cross fingers
> programming error: No spacing entry from KeyCancellation to `custos'
> continuing, cross fingers


here is the file:
http://pastebin.com/x6K9eJPK

lilypond version 2.15.40 (compiled from git official branch source),
operating system Ubuntu Linux oneiric.


i've found something from this maillist, but it's from 2003 and doesn't
seem to work now.
please, help. thanks in advance.

-- 
Best regards.
___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user


Re: \cadenzaOn + accidental-style not working

2012-04-08 Thread Wasil Sergejczyk
oops, sorry, i put #(set-accidental-style 'forget) in the wrong place. all
works npw.

2012/4/8 James 

> Hello,
>
> On 8 April 2012 10:36, Wasil Sergejczyk  wrote:
> > when i set \cadenzaOn, set-accidental-style has no effect. do i use it
> > correctly? is it a bug or a feature? are there any workarounds?
>
> Remember when you set a \cadenzaOn it is like one giant *single*
> measure - even if you put in \bar "|", until *after* cadenzaOff, so
> you have to manually set your Accidentals.
>
> Hope that helps.
>
> James
>
> >
> >
> >> \version "2.15.36"
> >> \include "italiano.ly"
> >> global = {
> >> \cadenzaOn
> >> \key do \major
> >> \autoBeamOff
> >> \pointAndClickOff
> >> \override Staff.NoteHead #'style = #'altdefault
> >> #(set-accidental-style 'forget)
> >> }
> >> melody = {
> >> \global
> >> \clef "alto"
> >> \transpose do do' {
> >> do re mi fa sol la sib do' sib
> >> }
> >> }
> >> \score {
> >> <<
> >> \new Staff { \melody }
> >> >>
> >> \layout {
> >> %indent = 0
> >> \context {
> >> \Staff
> >> \remove "Time_signature_engraver"
> >> }
> >> \context {
> >> \Score
> >> \override BarNumber #'transparent = ##t
> >> }
> >> }
> >
> > thanks in advance.
> > --
> > Best regards.
> >
> > ___
> > lilypond-user mailing list
> > lilypond-user@gnu.org
> > https://lists.gnu.org/mailman/listinfo/lilypond-user
> >
>



-- 
Best regards.
___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user


\cadenzaOn + accidental-style not working

2012-04-08 Thread Wasil Sergejczyk
when i set \cadenzaOn, set-accidental-style has no effect. do i use it
correctly? is it a bug or a feature? are there any workarounds?


\version "2.15.36"
> \include "italiano.ly"
> global = {
> \cadenzaOn
> \key do \major
> \autoBeamOff
> \pointAndClickOff
> \override Staff.NoteHead #'style = #'altdefault
> #(set-accidental-style 'forget)
> }
> melody = {
> \global
> \clef "alto"
> \transpose do do' {
> do re mi fa sol la sib do' sib
> }
> }
> \score {
> <<
> \new Staff { \melody }
> >>
> \layout {
> %indent = 0
> \context {
> \Staff
> \remove "Time_signature_engraver"
> }
> \context {
> \Score
> \override BarNumber #'transparent = ##t
> }
> }

thanks in advance.
-- 
Best regards.
___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user


Re: non-standard mensural clef

2012-04-08 Thread Wasil Sergejczyk
yes, they seem like petrucci c-clefs, at least they fit.
thank you for your help.

2012/4/8 James 

> Hello,
>
> On 7 April 2012 15:57, Wasil Sergejczyk  wrote:
> > i'm trying to "re-create" this hymn and i've stumbled upon the clef(s) i
> didn't
> > find in lilypond documentation and anywhere on the Internet. does
> anybody know
> > what's this and how can i do it in lilypond?
> > here's the scan:
> >
> http://i35.fastpic.ru/big/2012/0407/b2/0d1272c45e5e8c98575c8fa1838c5ab2.png
> > it's from "Manvale choricanum ab utriusque sexus choricistis concupitum"
> by
> > Casoni, Giovanni Agostino (1649).
>
> I'm absolutely no expert but looks sort of petrucci to me
>
>
> http://lilypond.org/doc/v2.14/Documentation/notation/the-feta-font#petrucci-glyphs
>
> James
>



-- 
Best regards.
___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user


non-standard mensural clef

2012-04-07 Thread Wasil Sergejczyk
i'm trying to "re-create" this hymn and i've stumbled upon the clef(s) i didn't
find in lilypond documentation and anywhere on the Internet. does anybody know
what's this and how can i do it in lilypond?
here's the scan:
http://i35.fastpic.ru/big/2012/0407/b2/0d1272c45e5e8c98575c8fa1838c5ab2.png
it's from "Manvale choricanum ab utriusque sexus choricistis concupitum" by
Casoni, Giovanni Agostino (1649).


___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user