Re: small phrase to small png

2005-04-27 Thread Bo Herlin
yepp, ps2png works fine, but the resolution is lo when i use --preview.
Any suggestion on how to enhance this?
Stan Mulder wrote:
In addition to the other suggestions, if you are on Linux/Unix, after 
using the --preview command you can convert the eps file to an image with:

ps2png 
Mats Bengtsson wrote:
Insert
\layout{ raggedright = ##t }
in your file if you dont want your notes spread out over the
full line width.
   /Mats
Bo Herlin wrote:
Yes, but I was hoping for a "shorter" picture of the measure for 
something as short as { c' d' e' f' } which results in a 627x41 pixel 
image, when it could be something like 250x41.

Maurizio Tomasi wrote:
Bo Herlin wrote:
Hi
I am wondering if someone can help me figuring out how i can get a 
small  png or eps picture out of a small phrase of say 4 notes? I 
dont want a whole page or anything, just the bar with the notes. Is 
it possible?

Thanks in advance
/Bo
Use --preview from the command line.
Maurizio.


___
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: small phrase to small png

2005-04-27 Thread Bo Herlin
Yes, the \layout did it. Very useful.
But how can I get better resolution? --preview is just... preview
Can i get the hi-res version without the page?
Mats Bengtsson wrote:
Insert
\layout{ raggedright = ##t }
in your file if you dont want your notes spread out over the
full line width.
   /Mats
Bo Herlin wrote:
Yes, but I was hoping for a "shorter" picture of the measure for 
something as short as { c' d' e' f' } which results in a 627x41 pixel 
image, when it could be something like 250x41.

Maurizio Tomasi wrote:
Bo Herlin wrote:
Hi
I am wondering if someone can help me figuring out how i can get a 
small  png or eps picture out of a small phrase of say 4 notes? I 
dont want a whole page or anything, just the bar with the notes. Is 
it possible?

Thanks in advance
/Bo
___
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user
Use --preview from the command line.
Maurizio.

___
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: small phrase to small png

2005-04-27 Thread Mats Bengtsson
Why not use the --png flag of lilypond?
lilypond --preview --png myfile.ly
However, if you are not happy with the resolution of the PNG file,
then you can follow Stan's recommendation and use
ps2png -h
to learn how to change the resolution.
  /Mats
Stan Mulder wrote:
In addition to the other suggestions, if you are on Linux/Unix, after 
using the --preview command you can convert the eps file to an image with:

ps2png 
Mats Bengtsson wrote:
Insert
\layout{ raggedright = ##t }
in your file if you dont want your notes spread out over the
full line width.
   /Mats
Bo Herlin wrote:
Yes, but I was hoping for a "shorter" picture of the measure for 
something as short as { c' d' e' f' } which results in a 627x41 pixel 
image, when it could be something like 250x41.

Maurizio Tomasi wrote:
Bo Herlin wrote:
Hi
I am wondering if someone can help me figuring out how i can get a 
small  png or eps picture out of a small phrase of say 4 notes? I 
dont want a whole page or anything, just the bar with the notes. Is 
it possible?

Thanks in advance
/Bo
Use --preview from the command line.
Maurizio.


___
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user
--
=
Mats Bengtsson
Signal Processing
Signals, Sensors and Systems
Royal Institute of Technology
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: small phrase to small png

2005-04-27 Thread Bo Herlin
By some magic i just got it with better resolution.
I think it was after i tried dvips and this packed-font-file was created 
and then run lilypond --preview again. I have no clue yet.

Stan Mulder wrote:
In addition to the other suggestions, if you are on Linux/Unix, after 
using the --preview command you can convert the eps file to an image with:

ps2png 
Mats Bengtsson wrote:
Insert
\layout{ raggedright = ##t }
in your file if you dont want your notes spread out over the
full line width.
   /Mats
Bo Herlin wrote:
Yes, but I was hoping for a "shorter" picture of the measure for 
something as short as { c' d' e' f' } which results in a 627x41 pixel 
image, when it could be something like 250x41.

Maurizio Tomasi wrote:
Bo Herlin wrote:
Hi
I am wondering if someone can help me figuring out how i can get a 
small  png or eps picture out of a small phrase of say 4 notes? I 
dont want a whole page or anything, just the bar with the notes. Is 
it possible?

Thanks in advance
/Bo
Use --preview from the command line.
Maurizio.


___
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: dvips problem

2005-04-27 Thread Jered Bolton
Mats Bengtsson wrote:
If you have searched the archives, you probably know my standard
questions:
- Have you read and followed the instructions about the file
  lilypond-profile in INSTALL.txt? 
I have now! It was the lilypond-profile that had (obviously) slipped 
through the net.

All working perfectly now!
Thanks,
Jered.

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


Re: small phrase to small png

2005-04-27 Thread Bo Herlin
Ok, problems solved:
1. first i did
lilypond --preview myfile.ly
with \layout{ raggedright = ##t } at the top in myfile.ly
2. then i did
dvips myfile.dvi
which created the feta20.600pk file
3. then i did
lilypond --preview --png myfile.ly
and i got my myfile.preview.png file with better resolution
I guess there are better ways to do this (tell me if you have a 
shortcut), but now it works (dont know how though)

Tank's all for the help!

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


Guitar Barre'

2005-04-27 Thread Maurizio Monge
Hi, i am trying to put a barre' in my score, it should be something like:

C. III___,

above the score, and the only way i was able to do something like that
was overriding the 8va to write "C. III" instead of "8va":
#(set-octavation 1)
\set Staff.ottavation = #"C. III"
...
#(set-octavation 0)
Is there a more intelligent way to do this? 
I searched in the manual but found none. 
Without considering that this way the midi file is messed up :-)

Thanx 
Maurizio


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


Re: small phrase to small png

2005-04-27 Thread Mats Bengtsson
What LilyPond version? What system? How did you install it,
from a precompiled package or by compiling it yourself?
All reasonably recent versions of LilyPond use vector fonts
(Type1 fonts) in the PS files, not bitmapped fonts like *.660pk.
   /Mats
Bo Herlin wrote:
Ok, problems solved:
1. first i did
lilypond --preview myfile.ly
with \layout{ raggedright = ##t } at the top in myfile.ly
2. then i did
dvips myfile.dvi
which created the feta20.600pk file
3. then i did
lilypond --preview --png myfile.ly
and i got my myfile.preview.png file with better resolution
I guess there are better ways to do this (tell me if you have a 
shortcut), but now it works (dont know how though)

Tank's all for the help!

___
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user
--
=
Mats Bengtsson
Signal Processing
Signals, Sensors and Systems
Royal Institute of Technology
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: Guitar Barre'

2005-04-27 Thread Mats Bengtsson
Read about text spanners in the manual.
   /Mats
Maurizio Monge wrote:
Hi, i am trying to put a barre' in my score, it should be something like:
C. III___,
above the score, and the only way i was able to do something like that
was overriding the 8va to write "C. III" instead of "8va":
#(set-octavation 1)
\set Staff.ottavation = #"C. III"
...
#(set-octavation 0)
Is there a more intelligent way to do this? 
I searched in the manual but found none. 
Without considering that this way the midi file is messed up :-)

Thanx 
Maurizio

___
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user
--
=
Mats Bengtsson
Signal Processing
Signals, Sensors and Systems
Royal Institute of Technology
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: Guitar Barre'

2005-04-27 Thread Han-Wen Nienhuys
Op wo, 27-04-2005 te 12:34 +0200, schreef Mats Bengtsson:
> Read about text spanners in the manual.
> 

this seems something to note for our  Documentation Editor


-- 
Han-Wen Nienhuys - [EMAIL PROTECTED]
LilyPond Software Design - http://www.lilypond-design.com



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


Re: small phrase to small png

2005-04-27 Thread Bo Herlin
Im running lilypond 2.4.4 on SuSE 9.3 installed from the SuSE 9.3 DVD.
Mats Bengtsson wrote:
What LilyPond version? What system? How did you install it,
from a precompiled package or by compiling it yourself?
All reasonably recent versions of LilyPond use vector fonts
(Type1 fonts) in the PS files, not bitmapped fonts like *.660pk.
   /Mats

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


Re: small phrase to small png

2005-04-27 Thread Stan Mulder
To increase resolution you can do
ps2png -R 300 
for 300 dpi. Or set it to something higher.
Bo Herlin wrote:
Yes, the \layout did it. Very useful.
But how can I get better resolution? --preview is just... preview
Can i get the hi-res version without the page?
Mats Bengtsson wrote:
Insert
\layout{ raggedright = ##t }
in your file if you dont want your notes spread out over the
full line width.
   /Mats
Bo Herlin wrote:
Yes, but I was hoping for a "shorter" picture of the measure for 
something as short as { c' d' e' f' } which results in a 627x41 
pixel image, when it could be something like 250x41.

Maurizio Tomasi wrote:
Bo Herlin wrote:
Hi
I am wondering if someone can help me figuring out how i can get a 
small  png or eps picture out of a small phrase of say 4 notes? I 
dont want a whole page or anything, just the bar with the notes. 
Is it possible?

Thanks in advance
/Bo
___
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user
Use --preview from the command line.
Maurizio.

___
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

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


building Lilypond 2.4.6 on Ubuntu 4.10 : problem with mftrace option [+ workaround]

2005-04-27 Thread SPORN David
Hi,
Yesterday I finally managed to build Lilypond 2.4.6. First I could get 
all the dependancies libs and software through regular repositories 
(Ubuntu + universe + multiverse) with synaptic, except texinfo (I can 
have only 4.6, 4.7 required). Since texinfo is for building the manual, 
I will rely the website, so that's not blocking. I just had to tweak the 
configure script to change "4.7" to "4.6".

On the other hand, during the build process, there was a problem with 
mftrace. I have a newer version than the one required, and it seems that 
 the "--formats=pfa" is not supported anymore, but "--pfa" instead. So 
I modified 3 files : GNUmakefile in ./mf, a python script (in 
./buildscript, but can't remember which one) an a rule file in 
./stepmake. (I think that you might find the file using 'find . -exec 
grep -il "formats=" {} \;')

This solved the problem and I could complete the building process except 
the user manual (as expected...) and then install it (again it fails 
when trying to install the manual, but that's ok)

PS: I think that my workaround is *very* dirty, but I'm not used to the 
Autotools, and the project is quite huge, and I just wanted to achieve 
the process...

PS2: by the way, is there an option in the configure or make to skip the 
building of the user manual ?
On the other hand, why not provide a separate package with the user 
manual ready to use (html/pdf) ? unlike the binary package wich need to 
be tuned for a distribution, this one would be a "one size fit all".

PS3:Good job !
--
David SPORN (Poste 4336)
-
MICROPOLE UNIVERS
100 rue Lafayette - 75010 Paris
Tél. + 33 1 42 47 42 47 - Fax + 33 1 42 47 40 00
www.micropole-univers.com
-
Ce message électronique et les éventuels fichiers attachés sont établis 
à l'intention exclusive de ses destinataires et sont strictement 
confidentiels. Si vous recevez ce message par erreur, merci de nous le 
retourner, de le supprimer et d'en aviser immédiatement l'expéditeur. 
Toute utilisation de ce message non conforme à sa destination, toute 
diffusion ou publication, totale ou partielle, est interdite, sauf 
autorisation expresse. L'intégrité de ce message n'étant pas assurée sur 
Internet, MICROPOLE-UNIVERS décline toute responsabilité quant à son 
contenu.


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


Re: building Lilypond 2.4.6 on Ubuntu 4.10 : problem with mftrace option [+ workaround]

2005-04-27 Thread Mats Bengtsson

SPORN David wrote:
Hi,
Yesterday I finally managed to build Lilypond 2.4.6. First I could get 
all the dependancies libs and software through regular repositories 
(Ubuntu + universe + multiverse) with synaptic, except texinfo (I can 
have only 4.6, 4.7 required). Since texinfo is for building the manual, 
I will rely the website, so that's not blocking. I just had to tweak the 
configure script to change "4.7" to "4.6".

On the other hand, during the build process, there was a problem with 
mftrace. I have a newer version than the one required, and it seems that 
 the "--formats=pfa" is not supported anymore, but "--pfa" instead. So I 
modified 3 files : GNUmakefile in ./mf, a python script (in 
./buildscript, but can't remember which one) an a rule file in 
./stepmake. (I think that you might find the file using 'find . -exec 
grep -il "formats=" {} \;')

Actually, I think it's the other way around. Everything in the LilyPond
files has been updated to correspond to mftrace version 1.1.0 or later,
but they have forgot to document this change in INSTALL.txt.
So, upgrading to a newer version of mftrace which accepts --formats=
is probably a better solution for you.
   /Mats
___
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user


Re: small phrase to small png

2005-04-27 Thread Mats Bengtsson
Run lilypond with the additional flag --verbose to verify that
it uses the correct vector fonts. Towards the end of the printouts,
you should see something like
Invoking `dvips  -t "a4"   -u+ec-mftrace.map -u+lilypond.map -Ppdf 
testfile'...
This is dvips(k) 5.95a Copyright 2005 Radical Eye Software 
(www.radicaleye.com)
' TeX output 2005.04.27:1649' -> sg.ps
.
[1]

Make sure that "" is included in that list.
Also, you could check the list of fonts in the PDF file, using
pdffile or acroread and make sure that GNU-LilyPond-feta-20 is
listed as Type1.
  /Mats
Bo Herlin wrote:
Im running lilypond 2.4.4 on SuSE 9.3 installed from the SuSE 9.3 DVD.
Mats Bengtsson wrote:
What LilyPond version? What system? How did you install it,
from a precompiled package or by compiling it yourself?
All reasonably recent versions of LilyPond use vector fonts
(Type1 fonts) in the PS files, not bitmapped fonts like *.660pk.
   /Mats
--
=
Mats Bengtsson
Signal Processing
Signals, Sensors and Systems
Royal Institute of Technology
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: Huge memory usage!

2005-04-27 Thread Pedro Kröger
Han-Wen Nienhuys <[EMAIL PROTECTED]> writes:
> 451 bars is a pretty large for an orchestral score, 

that's true, but lily should handle it. and indeed it does. the problem
was actually this code:

  \time 6/8
  cis( b4) \acciaccatura \times 2/3 { \stemUp cis32([ \acciaccatura b 
\acciaccatura a] }
  b8.)[ cis16-. d8-.] |

it makes lily hang (I filed a bug report)

> and 400 meg isn't extraordinary.

the rest of the piece is compiled using less than 200 megs here (my
system is similar of Joshua's)

> Op ma, 25-04-2005 te 00:32 +0800, schreef Joshua Koo:

>> oh ya. i was trying to lilypond a file using the nwc2ly converter im
>> developing and. tried to convert that beethoven 7th symphony movement
>> 1.

from the file you sent, it seems this tool generates wrong code. for
instance, it generates

\time 6/8
r1

when it should generate r2. for a full bar, or better yet, R2.

Pedro


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


italic lyric help?

2005-04-27 Thread Stan Sanderson
Using Lilypond 2.5.20, Mac OS
I am setting a piece with alternate lyrics. I would like the alternate 
in italics. The archive appears to have one (old) message regarding 
this but the proxy filter at this location for whatever reason blocks 
the message. The Tips & Tricks, Regression Tests, and of course, the 
program manual have thus far not provided an answer.

I'd be grateful for your suggestion.
Stan

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


RE: Default font

2005-04-27 Thread Fairchild
Mats -

Following your pointers, rummaging and deducing, I've made some progress.

Primarily, I'm trying to discover the default text font used in \markup and
the same text font to use in embedded PostScript.  Purpose is to match
rotated text.

It seems the default is Roman Upright Medium 10, cmr10.tfm, located at
\usr\share\texmf\fonts\tfm\public\cm\

The closest PostScript font seems to be Times-Roman using 2.2 (manual says
1.75) scalefont.  It's not the same as cmr10.tfm, but close.  Haven't found
where it lives.  Manual implies cmr10 can be used in the \postscript string,
but PostScript names seem to be necessary.

Using 2.4.3 on XP with .pdf via .ps backend.

- Bruce

-Original Message-
From: Mats   [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, April 26, 2005 3:51 AM
To: Fairchild
Cc: lilypond-user@gnu.org
Subject: Re: Default font


Default font for what? Lyrics, dynamics, music symbols and textual
indications are all typeset using different fonts. My answer to your
question from April 14 should provide enough hints for you to find the
answer yourself, though.

/Mats

Fairchild wrote:
> Can't find the name of the default font for v 2.4.3, its file name, or
> where it lives.  Anybody know?
> 
> 
> --
> --
> 
> ___
> lilypond-user mailing list
> lilypond-user@gnu.org 
> http://lists.gnu.org/mailman/listinfo/lilypond-user

-- 
=
Mats Bengtsson
Signal Processing
Signals, Sensors and Systems
Royal Institute of Technology
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: Guitar Barre'

2005-04-27 Thread Maurizio Monge
Thanx, i am now triying to write a macro to realize barre 
comfortably. I also found the following code in an older
port, but i doesn't compile (2.5.20). What's wrong?
I really would like to end up with a function like:
   \barre #"IV" { c d e }
or at least
   \barre #"IV"  c \startTextSpan d e  \stopTextSpan
Any suggestion?
Thanks


#(use-modules (ice-9 optargs)
  (srfi srfi-13)
  (lilypond music))

#(define (barre str)
  (ly:export 
(mus:seq
 (mus:context-override Voice TextSpanner edge-text 
   (cons (string-concatenate (list "C " str)) "") #:once #t)
 (mus:context-override Voice TextSpanner direction 1 #:once #t)
 (mus:context-override Voice TextSpanner style 'line #:once #t)
 (mus:context-override Voice TextSpanner edge-height '(0 . 0.5)
   #:once #t) 
 (mus:context-override Voice TextSpanner padding 1 #:once #t)
 (mus:context-override Voice TextSpanner enclose-bounds #t 
   #:once #t 

\score { \notes {
c' c'#(barre "II") c'\startTextSpan c'\stopTextSpan
c' c'#(barre "IV") c'\startTextSpan c'\stopTextSpan }}



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


Re: italic lyric help?

2005-04-27 Thread Mats Bengtsson
To find out, follow the link at the bottom of the section on "Entering
Lyrics" to the program reference for LyricText. There, you will find a
list of the properties that are set by default. To see a full list of
all available properties, you have to follow the links at the bottom
of the page to the different interfaces. Since you want to change the
font, follow the link to the font-interface. Among others, you will find
a property called font-shape that can be set to italic. If you don't
know how to do the actual property setting, I recommend you to read the
subsections about the \override command.
This was the long answer, the short answer is to look through the
examples of commands in the section on "Entering Lyrics", which includes
exactly the setting you need.
   /Mats
Stan Sanderson wrote:
Using Lilypond 2.5.20, Mac OS
I am setting a piece with alternate lyrics. I would like the alternate 
in italics. The archive appears to have one (old) message regarding this 
but the proxy filter at this location for whatever reason blocks the 
message. The Tips & Tricks, Regression Tests, and of course, the program 
manual have thus far not provided an answer.

I'd be grateful for your suggestion.
Stan

___
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user
--
=
Mats Bengtsson
Signal Processing
Signals, Sensors and Systems
Royal Institute of Technology
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


repeat with alternates in middle

2005-04-27 Thread Jason Addison
How can I indicate alternate sections other than the ending?

For example, suppose that I have a piece of 
music 4 measures long which repeats 4 times 
for a total of 16 measures. 

The 1st and 3rd times have the same ending.
The 2nd and 4th times have the same ending.
The 3rd time has a different _begining_.

So it is like this (letter = bar):

A B C D
A B C E
F B C D
A B C E

And I want (number indicates repeat):

1
2  12
43 34
AF B C DE

And, how can I do this (middle measure repeats):

12
A B CD E

I know how to do alternate endings, but not anything else.

Thanks,
Jason


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


Re: new title on multiple \score blocks in same file

2005-04-27 Thread Fairchild
Mats -

Looking for a neat way to insert complete \header information for selected
\score blocks in a sequence of \score blocks.

Found the below message in the archives.

Did the feature ever happen?

  - Bruce

%%%

From:   Mats Bengtsson   
Subject:Re: new title on multiple \score blocks in same file 
Date:   Sun, 26 Oct 2003 17:40:43 +0100  

I send a copy of this to bug-lilypond since it's a feature request.

As you have noted, you will only get a new indication of piece and opus
for each subsequent \score. I agree with you that it would be great to
have some option to automatically print a number of individual parts
from a single input file. However, then you would also like a new page
for each new \score. Also, the page numbers should be reset and maybe
the layout should be changed to typeset the instrument name in the
page heading.

%%%




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


italic lyrics solved

2005-04-27 Thread Stan Sanderson
Using Lilypond 2.5.20, Mac OS 10.3.9
Problem: song with 2 versions (not verses) of lyrics (i.e., 2 songs 
using the same musical setting). I wished to print one version in 
regular text and the other version in italics (underneath the first, 
using \lyricsto).

Solution for italic text-
alternatetext = \lyricmode  {
\override LyricText #'font-shape = #'italic
\set fontSize = #-1
 \set stanza = "1"
 Let shouts of glad -- ness rise

}
I would suggest this might be added to the manual, since I found no 
obvious reference to using \override LyricText #'font-shape = #'italic. 
If I should have known it, I didn't. I discovered the solution by going 
to one of the first pieces I coded, where I had set the lyrics to bold 
text using a similar override.

I hope this message will provide a reference in the archives for future 
searches.

Stan

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


Re: small phrase to small png

2005-04-27 Thread Bo Herlin
nope, no feta20.pfa, this is what is says
(my testfile is called direct.ly):
Invoking `dvips  -t "a4"   -u+ec-mftrace.map -u+lilypond.map -Ppdf 
direct'...
This is dvips(k) 5.95a Copyright 2005 Radical Eye Software 
(www.radicaleye.com)
' TeX output 2005.04.28:0757' -> direct.ps
kpathsea: Running mktexpk --mfmode ljfour --bdpi 8000 --mag 1+0/8000 
--dpi 8000 feta20
mktexpk: Mismatched mode ljfour and resolution 8000; ignoring mode.
mktexpk: Running mf-nowin -progname=mf \mode:=dpdfezzz; mag:=1+0/8000; 
nonstopmode; input feta20
This is METAFONT, Version 2.71828 (Web2C 7.5.4)
! Enormous number has been reduced.
<*> \mode:=dpdfezzz; mag:=1+0/8000
  ; nonstopmode; input feta20
?
! Emergency stop.
<*> \mode:=dpdfezzz; mag:=1+0/8000
  ; nonstopmode; input feta20
Transcript written on mfput.log.
grep: feta20.log: No such file or directory
mktexpk: `mf-nowin -progname=mf \mode:=dpdfezzz; mag:=1+0/8000; 
nonstopmode; input feta20' failed to make feta20.8000pk.
kpathsea: Appending font creation commands to missfont.log.
dvips: Font feta20 not found, characters will be left blank.
.
[1]

no wonder i thought the preview had a bad resolution :-P
How do i fix this?
From where do i get a feta20 file, and where should i put it?
/Bo
___
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user