Re: Lyric tie glyph not found (directory separator problem?)

2008-10-02 Thread Risto Vääräniemi
Hi Mats,

2008/10/2 Mats Bengtsson [EMAIL PROTECTED]:
 Have you read the warning about the font you need, in
 http://lilypond.org/doc/v2.11/Documentation/user/lilypond/Entering-lyrics#Entering-lyrics

Yes, I have seen it. I'm using the standard Century Schoolbook font
from LP distribution and because it works on my other computers I
guess it does have the glyph. I've even copied the font to
Windows\Fonts folder but that didn't help.

-Risto


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


Re: Lyric tie glyph not found (directory separator problem?)

2008-10-02 Thread Mats Bengtsson

Quoting the manual:
The lyric tie is implemented with the Unicode character U+203F, so be 
sure to have a font (Like DejaVuLGC) installed that includes this glyph.


Note that Pango (the font handling library used in LilyPond) may pick 
different symbols from different fonts, so even if the rest of the text 
is typeset using the standard Century Schoolbook font, the lyric tie is 
typically taken from a separate font since it's not found in Century 
Schoolbook.


You can easily check what font files are used on your machine
where it works, if you process a file with and without lyric ties
and compare the top lines of the resulting .ps file. I get:

- Without a lyric tie:
...
%%DocumentSuppliedResources: font CenturySchL-Roma
%%EndComments
...

- with a lyric tie:
%%DocumentMedia: a4 595.28 841.89 80 () ()
%%DocumentSuppliedResources: font CenturySchL-Roma
%%DocumentSuppliedResources: font DejaVuSans
%%EndComments


  /Mats

Risto Vääräniemi wrote:

Hi Mats,

2008/10/2 Mats Bengtsson [EMAIL PROTECTED]:
  

Have you read the warning about the font you need, in
http://lilypond.org/doc/v2.11/Documentation/user/lilypond/Entering-lyrics#Entering-lyrics



Yes, I have seen it. I'm using the standard Century Schoolbook font
from LP distribution and because it works on my other computers I
guess it does have the glyph. I've even copied the font to
Windows\Fonts folder but that didn't help.

-Risto


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



--
=
Mats Bengtsson
Signal Processing
School of Electrical Engineering
Royal Institute of Technology (KTH)
SE-100 44  STOCKHOLM
Sweden
Phone: (+46) 8 790 8463 
   Fax:   (+46) 8 790 7260
Email: [EMAIL PROTECTED]
WWW: http://www.s3.kth.se/~mabe
=



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


Re: WANTED: Design for documentation (Photoshop power users!)

2008-10-02 Thread Eyolf Østrem
On 02.10.2008 (07:18), Werner LEMBERG wrote:
 
  Not only is texinfo the worst beast I've ever worked
  with,
 
 You are exaggerating.  The LaTeX kernel stuff is worse IMHO.

bibtex also comes to mind. But luckily, I've never had to work in any of
those directly.
 
Eyolf

-- 
Why are we importing all these highbrow plays like `Amadeus'?  I could
have told you Mozart was a jerk for nothing.
-- Ian Shoales


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


Re: Lyric tie glyph not found (directory separator problem?)

2008-10-02 Thread Risto Vääräniemi
2008/10/2 Mats Bengtsson [EMAIL PROTECTED]:

 Note that Pango (the font handling library used in LilyPond) may pick
 different symbols from different fonts, so even if the rest of the text is
 typeset using the standard Century Schoolbook font, the lyric tie is
 typically taken from a separate font since it's not found in Century
 Schoolbook.

Ah, thanks. When you first read the section (and I've read it several
times) it doesn't clearly say that the Schoolbook does not have that
glyph. It is sort of hinted in a round about way if you read the
section a couple of times more with some serious thought. Or maybe I'm
just a bit thick. :-)

The file on my work computer says it had used these fonts:
%%DocumentSuppliedResources: font ArialUnicodeMS
%%DocumentSuppliedResources: font CenturySchL-Roma
%%DocumentSuppliedResources: font Emmentaler-20
%%DocumentSuppliedResources: font feta-alphabet20

My home computer has the Arial font but it's not probably Unicode
compatible. I'll have to copy it there.

Anyway, thanks for the pointer once more.

-Risto


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


Re: Lyric tie glyph not found (directory separator problem?)

2008-10-02 Thread Valentin Villenave
2008/10/2 Risto Vääräniemi [EMAIL PROTECTED]:

 Is there a way to tell Pango, which font to use for this lyric tie? If
 I have both Arial Unicode and DejaVuLGC installed and would like to
 specify that DejaVuLGC was used.

I don't know if this will help, but I've added a link to NR 1.8.3
Fonts in this paragraph.

IMHO (though I'm not able to implement it), the lyrictie could be
handled by a PostScript stencil rather than a glyph -- Or perhaps we
could copy/paste the DejaVuLGC glyph in one of our fonts?


Cheers,
Valentin


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


house chord style - global?

2008-10-02 Thread plutek-infinity
greetings!

i have implemented some changes to chord markup symbols, using the method shown 
at 
http://lilypond.org/doc/v2.11/Documentation/user/lilypond-big-page#Customizing-chord-names
  --- i've got this in a house-style.ly, which i \include at the beginning of 
each lilypond file:

% Exception music is chords with markups
chExceptionMusic = {
  c e g b 1-\markup { \super maj7 }
  c e g b d'1-\markup { \super maj9 }
  c e g b d' f'1-\markup { \super maj11 }
  c e gis bes1-\markup { \super 7alt }
  c e g a d'1-\markup { \super 6(add9) }
}
% Convert music to list and prepend to existing exceptions.
chExceptions = #( append
  ( sequential-music-to-chord-exceptions chExceptionMusic #t)
  ignatzekExceptions)

i also wish to have chord symbols only notated when they change. normally, to 
implement that and the chord symbol modifications, i must put this in any 
\chords blocks which occur in any ly files:

\set chordNameExceptions = #chExceptions 
\set chordChanges = ##t

that all works fine, but i'm wondering if there is some way of setting 
chordNameExceptions and chordChanges globally, in the house-style.ly file, 
instead of having to \set it in every \chords block of every score.

cheers!

-- 
.pltk.


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


Notation Reference 1.8 Text : ready for review

2008-10-02 Thread Valentin Villenave
Greetings everybody,

after six months of hard work (and a significant hair loss as far as
Graham is concerned :-)
I'd like to declare that I officially don't feel competetent enough to
find anything more on my own to improve the 1.8 section of the
Notation Reference, aka Text.

(and, yes, the former sentence should give you a good example of how
hard it is for me to explain things in a clear and simple way)

So, I definitely need your help guys! Please have a look, and feel
free to comment and criticize whatever comes to your mind.

http://kainhofer.com/~lilypond/Documentation/user/lilypond/Text.html#Text

(This section is better understood alongside with Appendix B.6, which
Neil has filled with nice and sensible examples)

Cheers,
Valentin


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


Re: Lyric tie glyph not found (directory separator problem?)

2008-10-02 Thread Risto Vääräniemi
On 02/10/2008, Valentin Villenave [EMAIL PROTECTED] wrote:
 Is there a way to tell Pango, which font to use for this lyric tie? If
 I have both Arial Unicode and DejaVuLGC installed and would like to
 specify that DejaVuLGC was used.

Alright, I installed the same font that worked in the other setup,
Arial Unicode that is (arialuni.ttf). Still LP cannot find the font
even if it is in C:\Windows\Fonts folder. I also tested the DejaVuLGC
but the result was the same.

I even uninstalled LP an reinstalled it several times rebooting in
between. I'm slowly running out of ideas. Does anyone have any
pointers that might help? If you think a verbose log file might help
solving this, I'll be happy to send you one.

-Risto


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


Re: Lyric tie glyph not found (directory separator problem?)

2008-10-02 Thread Valentin Villenave
2008/10/2 Risto Vääräniemi [EMAIL PROTECTED]:

 I even uninstalled LP an reinstalled it several times rebooting in
 between. I'm slowly running out of ideas. Does anyone have any
 pointers that might help? If you think a verbose log file might help
 solving this, I'll be happy to send you one.

You might need to rebuild FontConfig's cache; delete the folder named
C:\Documents and Settings\yourname\.lilypond-fonts.cache-2
then launch a new compilation.

Cheers,
Valentin


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


Re: png cropping

2008-10-02 Thread Tomas Valusek



Jonathan Kulp napsal(a):
After much revision, addition, and general fussing about with it, I'm 
happy to post the official version of what we're calling lily2image, a 
 script for converting lilypond source files to cropped image files in 
many different formats suitable for insertion into documents (theses, 
research papers, etc) or web pages.  This works equally on Mac and 
Linux, but not on Windows. 


Not on Windows :-( ... Just great :-(

TomV




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


Re: png cropping

2008-10-02 Thread Josh Parmenter
If you are familiar with scripting, and have Windows, use it as a  
template. But my guess is you will need to find different utilities to  
do the conversion and cropping. This is pretty straight-forward to do,  
since most of these utilities run just fine on linux and mac (though  
most scripts check for the system that is running, and make  
adjustments as needed). The hard work I would say is done (great job  
Jonathan and Patrick!). There is no reason you couldn't use this  
script as a template and make something similar for Windows. I know  
Jonathan used this project as an impetus to learn how to script...  
rather then just complaining, perhaps you can do the same.


Best,

Josh

On Oct 2, 2008, at 12:21 PM, Tomas Valusek wrote:




Jonathan Kulp napsal(a):
After much revision, addition, and general fussing about with it,  
I'm happy to post the official version of what we're calling  
lily2image, a  script for converting lilypond source files to  
cropped image files in many different formats suitable for  
insertion into documents (theses, research papers, etc) or web  
pages.  This works equally on Mac and Linux, but not on Windows.


Not on Windows :-( ... Just great :-(

TomV




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


**
/* Joshua D. Parmenter
http://www.realizedsound.net/josh/

“Every composer – at all times and in all cases – gives his own  
interpretation of how modern society is structured: whether actively  
or passively, consciously or unconsciously, he makes choices in this  
regard. He may be conservative or he may subject himself to continual  
renewal; or he may strive for a revolutionary, historical or social  
palingenesis. - Luigi Nono

*/



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


Re: png cropping

2008-10-02 Thread Jonathan Kulp
If you have the skills to translate it to Windows that'd be great.  I 
don't know the first thing about Windows so I can't do it myself.  I'd 
really appreciate it if someone could make a Windows version of 
lily2image :)


Jon

Tomas Valusek wrote:



Jonathan Kulp napsal(a):
After much revision, addition, and general fussing about with it, I'm 
happy to post the official version of what we're calling lily2image, 
a  script for converting lilypond source files to cropped image files 
in many different formats suitable for insertion into documents 
(theses, research papers, etc) or web pages.  This works equally on 
Mac and Linux, but not on Windows. 


Not on Windows :-( ... Just great :-(

TomV




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



--
Jonathan Kulp
http://www.jonathankulp.com


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


Re: png cropping

2008-10-02 Thread Patrick Horgan

Tomas Valusek wrote:



Jonathan Kulp napsal(a):
After much revision, addition, and general fussing about with it, I'm 
happy to post the official version of what we're calling 
lily2image, a  script for converting lilypond source files to 
cropped image files in many different formats suitable for insertion 
into documents (theses, research papers, etc) or web pages.  This 
works equally on Mac and Linux, but not on Windows.
Well, not 100% true.  I imagine if you set up the cygwin stuff (or one 
of the standalone Windoze bash implementations, and got all the netpbm 
utilites installed it would work.  It would be great if someone could 
verify that.   It's just a script, not an executable.


Patrick


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


Re: house chord style - global?

2008-10-02 Thread Carl D. Sorensen



On 10/2/08 9:59 AM, plutek-infinity [EMAIL PROTECTED] wrote:

 i also wish to have chord symbols only notated when they change. normally, to
 implement that and the chord symbol modifications, i must put this in any
 \chords blocks which occur in any ly files:

 \set chordNameExceptions = #chExceptions
 \set chordChanges = ##t

 that all works fine, but i'm wondering if there is some way of setting
 chordNameExceptions and chordChanges globally, in the house-style.ly file,
 instead of having to \set it in every \chords block of every score.


You can do this quite easily.

You need to remember that \chords is a shortcut for
\new ChordNames { \chordmode { }}

All you need to do is redefine the defaults for the ChordNames context.

The details for doing this are explained in the 2.11 documentation, section
5.1.4 Changing context default settings

Once you have this done, perhaps you could post the results to
the LilyPond Snippet Repository.

Thanks,

Carl Sorensen



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


Re: WANTED: Design for documentation (Photoshop power users!)

2008-10-02 Thread Patrick McCarty
Hi Kurt,

On Wed, Oct 1, 2008 at 8:06 PM, Kurt Kroon [EMAIL PROTECTED] wrote:

 And while I'm thinking about it, you could deal with the line-height issue
 by setting it to 1.125, without any units.

 (
 See Eric Meyer's excellent article about this issue:
 http://meyerweb.com/eric/thoughts/2006/02/08/unitless-line-heights/ -- in
 particular, the part where he strongly recommends unitless numbers when you
 set it on items with descendants.)
 )

Thanks for the link!  I have implemented this, so it will appear in my
next update.

Regards,
Patrick


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


stem direction \longa

2008-10-02 Thread Alan Fabian

Hi,

the \stemUp command does not work for \longa in my score.
Any solutions?

Thank you,
Alan


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


Re: png cropping

2008-10-02 Thread Jonathan Kulp
I've actually tried to do this.  I booted into the Windows partition of 
my machine and installed Cygwin and the netpbm package, but I had 
trouble finding the netpbm stuff from the Cygwin bash shell.  The shell 
seemed very isolated from the rest of the machine, as I couldn't access 
any of the documents in my home directory and in general it behaved in 
much the same way that virtual machines do when I've tried running them. 
 I couldn't even figure out how to run Lilypond from the Cygwin prompt, 
and the script pretty much relies on being able to do that :)


There's probably a way to make it work, but I didn't see the point since 
everything already worked perfectly on the Unix-based systems, which are 
the only ones I use.  It would take someone who really knows Windows to 
adapt lily2image to work on it.  I would welcome it because I think it's 
an extremely useful tool and it's a shame that Windows users can't take 
advantage of it.


Patrick, you mentioned at some point along the way that it would have 
been better if I had started the whole thing in Python instead of bash. 
 Would this also have made it easier to port to Windows?  I've ordered 
a Python book and will probably start messing around with it when it 
gets here.


Jon

Patrick Horgan wrote:

Tomas Valusek wrote:



Jonathan Kulp napsal(a):
After much revision, addition, and general fussing about with it, I'm 
happy to post the official version of what we're calling 
lily2image, a  script for converting lilypond source files to 
cropped image files in many different formats suitable for insertion 
into documents (theses, research papers, etc) or web pages.  This 
works equally on Mac and Linux, but not on Windows.
Well, not 100% true.  I imagine if you set up the cygwin stuff (or one 
of the standalone Windoze bash implementations, and got all the netpbm 
utilites installed it would work.  It would be great if someone could 
verify that.   It's just a script, not an executable.


Patrick


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



--
Jonathan Kulp
http://www.jonathankulp.com


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