Re: Can I have my own custom LilyPond?

2007-07-27 Thread Mats Bengtsson

Valentin Villenave wrote:


2007/7/26, Tao Cumplido [EMAIL PROTECTED]:

The only problem is that I can't find a way to place the chords above 
the staff now.

Any solutions?



If I remember correctly, this is something like:

\new Staff = mystaff { \new Voice = music {%add notes here...
}}

\new Lyrics \with {alignAboveContext=mystaff} \lyricsto music
\lyricmode {% add chord names here}



What I proposed to Tao was to use explicit syllable durations
in the Lyrics, i.e. not to use \lyricsto. Then, it's just to insert the
\new Lyrics above the \new Staff to get it above the stave.

(Tao, post an example of what you tried if this answer is not
sufficient.)


  /Mats


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


Re: Can I have my own custom LilyPond?

2007-07-27 Thread PabloZum
I have done what you suggested. Please check the devel-list for the pdf with my 
proposal.

http://lists.gnu.org/archive/html/lilypond-devel/2007-07/threads.html___
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user


Re: Can I have my own custom LilyPond?

2007-07-26 Thread Tao Cumplido
Hi,

I tried your suggestion and works really good so far, thanks.
The only problem is that I can't find a way to place the chords above the staff 
now.
Any solutions?

regards,

Tao

 Original-Nachricht 
Datum: Wed, 25 Jul 2007 08:54:10 +0200
Von: Mats Bengtsson [EMAIL PROTECTED]
An: Tao Cumplido [EMAIL PROTECTED]
CC: [EMAIL PROTECTED], lilypond-user@gnu.org
Betreff: Re: Can I have my own custom LilyPond?

 Quoting Tao Cumplido [EMAIL PROTECTED]:
 
  Hello,
 
  I also use my own font. I am no programmer, so I use skips with the 
  chords attached as TextScript.
 
 Why not write them as a lyrics line (with explicit durations on each 
 syllable)? Then you don't need to type all the skips and
 you will also get the chords vertically aligned.
 
/Mats

-- 
Pt! Schon vom neuen GMX MultiMessenger gehört?
Der kanns mit allen: http://www.gmx.net/de/go/multimessenger


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


Re: Can I have my own custom LilyPond?

2007-07-26 Thread Valentin Villenave

2007/7/26, Tao Cumplido [EMAIL PROTECTED]:


The only problem is that I can't find a way to place the chords above the staff 
now.
Any solutions?


If I remember correctly, this is something like:

\new Staff = mystaff { \new Voice = music {%add notes here...
}}

\new Lyrics \with {alignAboveContext=mystaff} \lyricsto music
\lyricmode {% add chord names here}

Cheers,
V.Villenave


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


Re: Can I have my own custom LilyPond?

2007-07-25 Thread Tao Cumplido
Hello,

I also use my own font. I am no programmer, so I use skips with the chords 
attached as TextScript.
Maybe it would really be nice to have different Chord symbol solutions 
available since there's not standardised way to do it.
For example a major 7 chord can be written the following ways:
CM CM7 CMaj7 Cmaj7 Cj7 CΔ
and there are probably more.

I am no great fontdesigner so my font consists for most parts of glyphs from 
other fonts which come with LilyPond. So far I only use it for private purposes 
so I don't know if it's a problem to publish a chart here on the list.

But I'd like to help if I can.

regards,

Tao


 Original-Nachricht 
Datum: Tue, 24 Jul 2007 18:32:13 +0200
Von: Dominic Neumann [EMAIL PROTECTED]
An: PabloZum [EMAIL PROTECTED], lilypond-user@gnu.org
Betreff: Re: Can I have my own custom LilyPond?

 Send it to the lilypond-user list and also to the devel-list
 ([EMAIL PROTECTED]).
 
 Maybe we should at first discuss on the users list if this is a
 special way of setting chordnames and only you need it or if its
 needed by (maybe many) other users too ...
 
 
 2007/7/24, PabloZum [EMAIL PROTECTED]:
  Thank you, Dominic. I'm new here and I hadn't thought of that.
 
  I'll make a pdf with my chord-name font and its various combinations.
 Who
  should I send it to?
 
  (I'm sorry, I don't know how to thread this answer directly under yours
 at
  the forum.)
 
 
 
 
 
 ___
 lilypond-user mailing list
 lilypond-user@gnu.org
 http://lists.gnu.org/mailman/listinfo/lilypond-user

-- 
Der GMX SmartSurfer hilft bis zu 70% Ihrer Onlinekosten zu sparen! 
Ideal für Modem und ISDN: http://www.gmx.net/de/go/smartsurfer


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


Re: Can I have my own custom LilyPond?

2007-07-25 Thread Mats Bengtsson

Quoting Tao Cumplido [EMAIL PROTECTED]:


Hello,

I also use my own font. I am no programmer, so I use skips with the 
chords attached as TextScript.


Why not write them as a lyrics line (with explicit durations on each 
syllable)? Then you don't need to type all the skips and

you will also get the chords vertically aligned.

  /Mats



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


Can I have my own custom LilyPond?

2007-07-24 Thread PabloZum
I'm rather dissatisfied with the way LilyPond prints chord names. After trying 
all the ideas some people here have generously given me to try and use my own 
chord-name font, I've come to the conclusion that the only practical way to 
achieve what I want is by changing the sourcecode to fit my own fairly 
idiossincratic chord-name style.

Is it possible to do that? I mean, to fiddle with the sourcecode, change it to 
my own requirements and have an indepedent LilyPond?

If so, which files are relevant?___
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user


Re: Can I have my own custom LilyPond?

2007-07-24 Thread Dominic Neumann

This is possible, because LilyPond is completely open source. But
before trying to do this, please describe what you want to do. Maybe
others are interested in that way of printing chordnames, too. Maybe
there´s a way to provide a patch for LilyPond that your ideas can
become part of the official LilyPond.


2007/7/24, PabloZum [EMAIL PROTECTED]:



I'm rather dissatisfied with the way LilyPond prints chord names. After
trying all the ideas some people here have generously given me to try and
use my own chord-name font, I've come to the conclusion that the only
practical way to achieve what I want is by changing the sourcecode to fit my
own fairly idiossincratic chord-name style.

Is it possible to do that? I mean, to fiddle with the sourcecode, change it
to my own requirements and have an indepedent LilyPond?

If so, which files are relevant?
___
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user





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


Re: Can I have my own custom LilyPond?

2007-07-24 Thread PabloZum

Thank you, Dominic. I'm new here and I hadn't thought of that.

I'll make a pdf with my chord-name font and its various combinations. Who 
should I send it to?


(I'm sorry, I don't know how to thread this answer directly under yours at 
the forum.) 




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


Re: Can I have my own custom LilyPond?

2007-07-24 Thread Dominic Neumann

Send it to the lilypond-user list and also to the devel-list
([EMAIL PROTECTED]).

Maybe we should at first discuss on the users list if this is a
special way of setting chordnames and only you need it or if its
needed by (maybe many) other users too ...


2007/7/24, PabloZum [EMAIL PROTECTED]:

Thank you, Dominic. I'm new here and I hadn't thought of that.

I'll make a pdf with my chord-name font and its various combinations. Who
should I send it to?

(I'm sorry, I don't know how to thread this answer directly under yours at
the forum.)






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


Re: Can I have my own custom LilyPond?

2007-07-24 Thread Carl Sorensen
PabloZum pabzum at terra.com.br writes:

 
 
 I'm rather dissatisfied with the way LilyPond prints chord names. After 
 trying all the ideas some people here have generously given me to try and
 use my 
 own chord-name font, I've come to the conclusion that the only practical
 way to 
 achieve what I want is by changing the sourcecode to fit my own fairly 
 idiossincratic chord-name style.
  
 Is it possible to do that? I mean, to fiddle with the sourcecode, change it 
 to my own requirements and have an indepedent LilyPond?
  
 If so, which files are relevant?

I'd recommend that you look at scm/chord-generic-names.scm.  To my quick look,
this is where chord names come from.

Rather than write your own separate Lilypond, and force you to maintain your
version, I'd recommend that you just define your own chord name style.  In
chord-generic-names.scm you'll see that there are at least two different chord
name styles, banter-chord-names and jazz-chord-names.  You could add your own
pablo-chord-names function, add it to Lilypond, and move on forward.

You can make changes to .scm files without recompiling Lilypond, and you can
send patches to the lilypond-devel list; the patches will either be approved and
applied, or you'll receive suggestions on how to improve the patches to make
them acceptable for Lilypond.

Welcome to the Lilypond developers world.  We love to have new contributors.

Carl Sorensen




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