Re: no rest-shifting

2005-03-03 Thread Mats Bengtsson
Why not use \revert to reset these two properties to their
default values (so you don't have to remember what the default
is)?
\revert MultiMeasureRest #'staff-position
\revert Rest #'staff-position
  /Mats
Thomas Scharkowski wrote:
\override Voice.MultiMeasureRest #'staff-position = #0
Hi Ole,
i strongly recommend the use of jEdit with lilypond plugin! It makes 
working with lilypond a lot easier.

Thomas
[EMAIL PROTECTED] wrote:

Try \override Voice.Rest #'staff-position = #0
That works _a bit_: all "normal" rests are there, where they should
be, BUT all multi-measure-rests (R1) are separated again.
[EMAIL PROTECTED] wrote:

Use
\revert Rest #'direction
Looks the same as above, but it generates a lot of warnings:
"warning: rest direction not set. Cannot resolve collision".
So, what to do with the multi-measure-rests?
Ole

___
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
--
=
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: latin1 not found

2005-03-03 Thread Mats Bengtsson
I hope you made sure to remove the old copy of
tex/out/music-drawing-routines.ps before you reran make, otherwise
your change may not have made it to the actual file.
   /Mats
Tapio Tuovila wrote:
Jan Nieuwenhuizen kirjoitti:
Tapio Tuovila writes:
 

Hi,
I compiled 2.5.13 on suse 9.2
   

 

varoitus: can't find "latin1.enc"
   

See
   http://lists.gnu.org/archive/html/lilypond-devel/2005-03/msg5.html

I did, thanks. But unfortunately I could not yet get it working; it also 
seems that I have a slightly different version of /tex/GNUMakefile:
1) the original looks like this

[--]
$(outdir)/music-drawing-routines.ps: $(depth)/ps/music-drawing-routines.ps
   rm -f $@
   -ln $< $@
$(outdir)/latin1.enc: GNUmakefile
   echo '/ISOLatin1Encoding' > [EMAIL PROTECTED]
   echo 'ISOLatin1Encoding pstack' \
 | gs -sDEVICE=nullpage  -quiet - 2>> [EMAIL PROTECTED]
   echo 'def' >> [EMAIL PROTECTED]
   sed 's|/minus|/hyphen|' < [EMAIL PROTECTED] > $@
[--]
2) after modifications inspired by the above-mentioned patch looks like 
this

[--]
$(outdir)/music-drawing-routines.ps: $(depth)/ps/music-drawing-routines.ps
   rm -f $@
   -ln $< $@
$(outdir)/latin1.enc: GNUmakefile
   echo '/ISOLatin1Encoding' > [EMAIL PROTECTED]
   echo 'ISOLatin1Encoding pstack' \
 | gs -sDEVICE=nullpage  -quiet - >> [EMAIL PROTECTED] 2>&1
   echo 'def' >> [EMAIL PROTECTED]
   sed 's|/minus|/hyphen|' < [EMAIL PROTECTED] > $@
[--]
-- I also tried to paste the version on the above message as is, but 
this didn't compile.

So with the modified GNUMakefile lilypond-2.5.13 behaves like before:
it still 'can't find latin1.enc' and it also makes some complaints about 
Stencil::moved_to_edge: adding empty stencil.

Perhaps I made a mess somehow. Was I modifying the correct GNUMakefile 
anyway? -- Would be nice to get this working, though. What should be 
done now?

My best wishes, Tapio
P.S. here's the current version of
lilypond --verbose twinkle-pop
GNU LilyPond 2.5.13
LILYPOND_DATADIR ="/usr/local/share/lilypond"
LOCAL_LILYPOND_DATADIR ="/usr/local/share/lilypond/2.5.13"
LOCALEDIR ="/usr/local/share/locale"
LILYPONDPREFIX =""
[/usr/local/share/lilypond/2.5.13/scm/lily-library.scm][/usr/local/share/lilypond/2.5.13/scm/file-cache.scm][/usr/local/share/lilypond/2.5.13/scm/define-music-types.scm][/usr/local/share/lilypond/2.5.13/scm/output-lib.scm][/usr/local/share/lilypond/2.5.13/scm/c++.scm][/usr/local/share/lilypond/2.5.13/scm/chord-ignatzek-names.scm][/usr/local/share/lilypond/2.5.13/scm/chord-entry.scm][/usr/local/share/lilypond/2.5.13/scm/chord-generic-names.scm][/usr/local/share/lilypond/2.5.13/scm/stencil.scm][/usr/local/share/lilypond/2.5.13/scm/new-markup.scm][/usr/local/share/lilypond/2.5.13/scm/bass-figure.scm][/usr/local/share/lilypond/2.5.13/scm/music-functions.scm][/usr/local/share/lilypond/2.5.13/scm/part-combiner.scm][/usr/local/share/lilypond/2.5.13/scm/define-music-properties.scm][/usr/local/share/lilypond/2.5.13/scm/auto-beam.scm][/usr/local/share/lilypond/2.5.13/scm/chord-name.scm][/usr/local/share/lilypond/2.5.13/scm/ly-from-scheme.scm][/usr/local/share/lilypond/2.5.13/scm/defi
ne-context-properties.scm][/usr/local/share/lilypond/2.5.13/scm/translation-functions.scm][/usr/local/share/lilypond/2.5.13/scm/script.scm][/usr/local/share/lilypond/2.5.13/scm/midi.scm][/usr/local/share/lilypond/2.5.13/scm/beam.scm][/usr/local/share/lilypond/2.5.13/scm/clef.scm][/usr/local/share/lilypond/2.5.13/scm/slur.scm][/usr/local/share/lilypond/2.5.13/scm/font.scm][/usr/local/share/lilypond/2.5.13/scm/encoding.scm][/usr/local/share/lilypond/2.5.13/scm/fret-diagrams.scm][/usr/local/share/lilypond/2.5.13/scm/define-markup-commands.scm][/usr/local/share/lilypond/2.5.13/scm/define-grob-properties.scm][/usr/local/share/lilypond/2.5.13/scm/define-grobs.scm][/usr/local/share/lilypond/2.5.13/scm/define-grob-interfaces.scm][/usr/local/share/lilypond/2.5.13/scm/page-layout.scm][/usr/local/share/lilypond/2.5.13/scm/titling.scm][/usr/local/share/lilypond/2.5.13/scm/paper.scm][/usr/local/share/lilypond/2.5.13/scm/backend-library.scm][/usr/local/share/lilypond/2.5.13/scm/safe-lily.s
cm]Processing 
`twinkle-pop.ly'
Jäsennetään...
[/usr/local/share/lilypond/2.5.13/ly/init.ly[/usr/local/share/lilypond/2.5.13/ly/declarations-init.ly[/usr/local/share/lilypond/2.5.13/ly/music-functions-init.ly][/usr/local/share/lilypond/2.5.13/ly/nederlands.ly][/usr/local/share/lilypond/2.5.13/ly/drumpitch-init.ly][/usr/local/share/lilypond/2.5.13/ly/chord-modifiers-init.ly][/usr/local/share/lilypond/2.5.13/ly/script-init.ly][/usr/local/share/lilypond/2.5.13/ly/scale-definitions-init.ly][/usr/local/share/lilypond/2.5.13/ly/grace-init.ly][/usr/local/share/lilypond/2.5.13/ly/midi-init.ly[/usr/local/share/lilypond/2.5.13/ly/performer-init.ly]][/usr/local/share/lilypond/2.5.13/ly/paper-defaults.ly[/usr/local/share/lilypond/2.5.13/ly/titling-init.ly]][/usr/local/share/lilypond/2.5.13/ly/engraver-init.ly][/usr/local/share/lilypond/2.5.13/ly/dynamic-scripts-init.ly][/usr/local/share/lil

Re: latin1 not found

2005-03-03 Thread Jan Nieuwenhuizen
Tapio Tuovila writes:

> I did, thanks. But unfortunately I could not yet get it working;

In such a case, just try CVS.

Jan.

-- 
Jan Nieuwenhuizen <[EMAIL PROTECTED]> | GNU LilyPond - The music typesetter
http://www.xs4all.nl/~jantien   | http://www.lilypond.org


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


Re: lilypond Pukes Thanks to Fink/TeTeX

2005-03-03 Thread Mats Bengtsson
The thing is that LilyPond uses the file lookup mechanism used
in teTeX (the so-called kpathsea library) to be certain to find
the same files as the TeX related programs. If the distribution
you mention uses the same library, then it might be fairly easy,
otherwise it can get really messy.
However, since the coming versions of LilyPond generate Postscript
or PDF output directly, without using TeX, the situation will
probably change.
   /Mats
David Rogers wrote:
Matthias Neeracher wrote:
To get the TeTeX upgrade to complete:
- run "fink update tetex". If it fails...
- Open a new shell window and run it again.
- This is due to the init script the lilypond package installs.

As a side question to this - should it be (theoretically) possible to 
build Lilypond using the non-Fink distribution of TeX made by Gerben 
Wierda? I tried it once, but ran into problems with Lilypond complaining 
that it couldn't find some things in the /sw directory -  but of course 
the TeX items weren't there, because they were in /usr instead.

If I tinker with it, should I be able to get it to work? Or are there 
some items found only in the Fink distribution of TeX that Lilypond needs?

Many thanks
David

___
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: Minimum measure size

2005-03-03 Thread Mats Bengtsson
The default spacing in LilyPond has been carefully designed by the
implementors to provide a nice layout. If you want a more spacious
layout, maybe you should increase the staff size one or two steps.
If a particular line of music gets too compressed, it may help to
add a manual line break, \break.
If you really want to change the default spacings, take a look at
http://lilypond.org/doc/v2.4/Documentation/user/out-www/lilypond/Horizontal-spacing.html#Horizontal-spacing
but I'd rather recommend not to fiddle too much with these properties.
   /Mats
Martin Djernæs wrote:
Hi,
(I'm using Lilypond 2.4.2)
Can anyone help me with a command to set the minimum size of measure in
the layout? When I place lyrics under the notes I get pretty much what I
want, but if I just have notes the final score is too much compressed
for my taste (kids are going to read it).
Martin

___
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: Instrument_name_engraver

2005-03-03 Thread Mats Bengtsson
I couldn't repeat your problem. For example, in the following example,
both the brace and the name of the GrandStaff disappear even when
there's a single stave left in the GrandStaff, as well as when they
all are empty. At least that's what happens when I use version 2.4.4.
\version "2.4.0"
\score{
\relative c'' \new StaffGroup <<
\new GrandStaff <<
  \set GrandStaff.instrument = "Grand"
  \new Staff {c1 c c c \break R1*8 }
  \new Staff {c1 c c c \break R1*4 \break c1 c c c}
>>
\new Staff {\repeat unfold 12 c1}
>>
\layout{
  \context{\RemoveEmptyStaffContext}
  \context{
\GrandStaff
\consists "Instrument_name_engraver"
  }
}
}
   /Mats
[EMAIL PROTECTED] wrote:
Hi,
I'm having a problem with 'Instrument_name_engraver'. I'm using Grandstaff names
and \RemoveEmptyStaffContext. However, the Grandstaff names won't disapear when
none of the Grandstaff bars is visible.
Is there a way around this?
I'm using version 2.4.2
Thanks,
Rene

___
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: Minimum measure size

2005-03-03 Thread Martin Djernæs
Hi Matt,
Thanks for your answer and I will try to play with these settings.
If you try to take a look at this bar:
  http://djernaes.dk/misc/holes.pdf
You can see that this is pretty compressed and for small kids learning 
to play it's too compressed. Besides there seem to be quite a difference 
in layout between different outputs - yes sure I can add a \break (might 
try that first), but it would be nicer if I just could get the "right" 
output every time.

Martin
On 3/3/2005 6:24 AM, Mats Bengtsson wrote:
The default spacing in LilyPond has been carefully designed by the
implementors to provide a nice layout. If you want a more spacious
layout, maybe you should increase the staff size one or two steps.
If a particular line of music gets too compressed, it may help to
add a manual line break, \break.
If you really want to change the default spacings, take a look at
http://lilypond.org/doc/v2.4/Documentation/user/out-www/lilypond/Horizontal-spacing.html#Horizontal-spacing 

but I'd rather recommend not to fiddle too much with these properties.
   /Mats
Martin Djernæs wrote:
Hi,
(I'm using Lilypond 2.4.2)
Can anyone help me with a command to set the minimum size of measure in
the layout? When I place lyrics under the notes I get pretty much what I
want, but if I just have notes the final score is too much compressed
for my taste (kids are going to read it).
Martin

___
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: trillspan issue - moving the trill mark slightly higher

2005-03-03 Thread Mats Bengtsson

Chip wrote:
Gilles wrote:
 

Thanks for the hack, it doesn't work quite right. 

This is because you have to adapt the construct to the
actual bar content.  In
  << { music_a } { music_b } >>
The duration must be equal in "music_a" and "music_b" or
you'll have bar check failures (and/or the music will not
look like you would expect).
Actually, the total duration of the <<...>> will be the same
as the longest of music_a and music_b, so there's no reason
to add extra spacing notes at the end to make them match,
for example.
E.g. for the bar with the half-note:
  | a4-> <<{c,2.->(\startTrillSpan}{s2 s4 s8 s16 s32 
s32\stopTrillSpan}>> |

Here the duration of "music_a" is "2." while for "music_b" it is "1".
Hence, you should write:
  | <<{ a4-> c,2.->(\startTrillSpan}{s2 s4 s8 s16 s32 
s32\stopTrillSpan}>> |

Using the skipnumbers you have here works, but the trill-line extends to 
the next note, actually slightly beyond the edge of the next note. By 
tweaking the numbers a little more I am able to make the trill line end 
just prior to the next note, like this:

<<{ a4-> c,2.->(\startTrillSpan}{s2 s4 s8. s16\stopTrillSpan}>>
New question - the trillspan TR is colliding with the sharp # of a g# on 
the top line, and in another instance collides with a > accent on the 
top line. I'm sure there is a way to move it using
\once \override someThingHere #'extra-offset = #'(x . x)
But what is the content of someThingHere? I know of TextScript and 
RehearsalMark, but haven't had to use any others (and haven't found a 
list of all possibilities for this variable (if that is the correct term 
for that)).
The concept you are looking for is simply called "object" or "layout
object" in the manual (earlier they were called "grob" for graphical
object, but I think that has vanished from the manual now).
OK, how can you find out what object will typeset the specific feature
you want to modify? The easiest is often to look at the section of the
manual describing this feature. Here, for example, the relevant section
is "Running trills",
http://lilypond.org/doc/v2.4/Documentation/user/out-www/lilypond/Running-trills.html#Running-trills
At the bottom of this page, you will find links to the Program
reference. In this case you have two chances, where TrillSpanner is
the correct one. If you click on TrillSpanner, you will see a list
of the properties that are set by default, among others the property
called "padding" which is the best to use if you want to move something
vertically.
Note that this is not the full list of properties that's available for
this particular object. To see all of them, you have to browse through
all the "interfaces" linked at the bottom of the page.
Why did I write this long answer, when it's all described in the
"Changing Defaults" section of the manual? Good question!
   /Mats

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


Re: Output problem

2005-03-03 Thread Mats Bengtsson
See http://lists.gnu.org/archive/html/lilypond-user/2005-03/msg00033.html
   /Mats
Martin Willett wrote:
Thanks -- here is the error output on a file that previously printed
flawlessly:
GNU LilyPond 2.4.2
LILYPOND_DATADIR="/usr/share/lilypond"
LOCAL_LILYPOND_DATADIR="/usr/share/lilypond/2.4.2"
LOCALEDIR="/usr/share/locale"
LILYPONDPREFIX=""
[/usr/share/lilypond/2.4.2/scm/lily-
library.scm][/usr/share/lilypond/2.4.2/scm/define-music-
types.scm][/usr/share/lilypond/2.4.2/scm/output-
lib.scm][/usr/share/lilypond/2.4.2/scm/c+
+.scm][/usr/share/lilypond/2.4.2/scm/chord-ignatzek-
names.scm][/usr/share/lilypond/2.4.2/scm/chord-
entry.scm][/usr/share/lilypond/2.4.2/scm/chord-generic-
names.scm][/usr/share/lilypond/2.4.2/scm/stencil.scm][/usr/share/lilypond/2.4.2/scm/new-markup.scm][/usr/share/lilypond/2.4.2/scm/bass-figure.scm][/usr/share/lilypond/2.4.2/scm/music-functions.scm][/usr/share/lilypond/2.4.2/scm/part-combiner.scm][/usr/share/lilypond/2.4.2/scm/define-music-properties.scm][/usr/share/lilypond/2.4.2/scm/auto-beam.scm][/usr/share/lilypond/2.4.2/scm/chord-name.scm][/usr/share/lilypond/2.4.2/scm/ly-from-scheme.scm][/usr/share/lilypond/2.4.2/scm/define-context-properties.scm][/usr/share/lilypond/2.4.2/scm/translation-functions.scm][/usr/share/lilypond/2.4.2/scm/script.scm][/usr/share/lilypond/2.4.2/scm/midi.scm][/usr/share/lilypond/2.4.2/scm/beam.scm][/usr/share/lilypond/2.4.2/scm/clef.scm][/usr/share/lilypond/2.4.2/scm/slur.scm][/usr/share/lilypond/2.4.2/scm/font.scm][/usr/share/lilypond/2.4.2/scm/encoding.scm][/usr/share/lilypond/2.4.2/scm/fret-diagrams.scm][/usr/share/lilypond/2.4.2/scm/define-markup-commands.scm][/usr/share/lilypond/2.4.2/scm/
define-grob-properties.scm][/usr/share/lilypond/2.4.2/scm/define-grobs.scm][/usr/share/lilypond/2.4.2/scm/define-grob-interfaces.scm][/usr/share/lilypond/2.4.2/scm/page-layout.scm][/usr/share/lilypond/2.4.2/scm/titling.scm][/usr/share/lilypond/2.4.2/scm/paper.scm][/usr/share/lilypond/2.4.2/scm/safe-lily.scm]Processing `/home/martin/lilypond/ode.ly'
Parsing...
[/usr/share/lilypond/2.4.2/ly/init.ly
[/usr/share/lilypond/2.4.2/ly/declarations-init.ly
[/usr/share/lilypond/2.4.2/ly/music-functions-
init.ly][/usr/share/lilypond/2.4.2/ly/nederlands.ly][/usr/share/lilypond/2.4.2/ly/drumpitch-init.ly][/usr/share/lilypond/2.4.2/ly/chord-modifiers-init.ly][/usr/share/lilypond/2.4.2/ly/script-init.ly][/usr/share/lilypond/2.4.2/ly/scale-definitions-init.ly][/usr/share/lilypond/2.4.2/ly/grace-init.ly][/usr/share/lilypond/2.4.2/ly/midi-init.ly[/usr/share/lilypond/2.4.2/ly/performer-init.ly]][/usr/share/lilypond/2.4.2/ly/paper-defaults.ly][/usr/share/lilypond/2.4.2/ly/engraver-init.ly][/usr/share/lilypond/2.4.2/ly/dynamic-scripts-init.ly][/usr/share/lilypond/2.4.2/ly/spanners-init.ly][/usr/share/lilypond/2.4.2/ly/property-init.ly]][/home/martin/lilypond/ode.ly]Interpreting
 music... 
[/usr/share/lilypond/2.4.2/fonts/afm/feta20.afm][/usr/share/lilypond/2.4.2/fonts/tfm/feta20.tfm[/usr/share/lilypond/2.4.2/ps/feta20.enc]][8][16][17]elapsed
 time: 0.41 seconds
Element count 2117 (spanners 67) Preprocessing graphical objects... Grob
count 2739
[/usr/share/lilypond/2.4.2/fonts/afm/feta11.afm][/usr/share/lilypond/2.4.2/fonts/tfm/feta11.tfm][/usr/share/lilypond/2.4.2/fonts/afm/parmesan11.afm][/usr/share/lilypond/2.4.2/fonts/tfm/parmesan11.tfm[/usr/share/lilypond/2.4.2/ps/parmesan20.enc]][/usr/share/lilypond/2.4.2/fonts/afm/feta13.afm][/usr/share/lilypond/2.4.2/fonts/tfm/feta13.tfm][/usr/share/lilypond/2.4.2/fonts/afm/parmesan13.afm][/usr/share/lilypond/2.4.2/fonts/tfm/parmesan13.tfm][/usr/share/lilypond/2.4.2/fonts/afm/feta14.afm][/usr/share/lilypond/2.4.2/fonts/tfm/feta14.tfm][/usr/share/lilypond/2.4.2/fonts/afm/parmesan14.afm][/usr/share/lilypond/2.4.2/fonts/tfm/parmesan14.tfm][/usr/share/lilypond/2.4.2/fonts/afm/feta16.afm][/usr/share/lilypond/2.4.2/fonts/tfm/feta16.tfm][/usr/share/lilypond/2.4.2/fonts/afm/parmesan16.afm][/usr/share/lilypond/2.4.2/fonts/tfm/parmesan16.tfm][/usr/share/lilypond/2.4.2/fonts/afm/feta18.afm][/usr/share/lilypond/2.4.2/fonts/tfm/feta18.tfm][/usr/share/lilypond/2.4.2/fonts/afm/parmesan18
.afm][/usr/share/lilypond/2.4.2/fonts/tfm/parmesan18.tfm][/usr/share/lilypond/2.4.2/fonts/afm/parmesan20.afm][/usr/share/lilypond/2.4.2/fonts/tfm/parmesan20.tfm]
Calculating line breaks... [/usr/share/texmf/fonts/tfm/public/ec-fonts-
mftraced/ecrb10.tfm
[/usr/share/texmf/dvips/base/tex256.enc]][/usr/share/lilypond/2.4.2/tex/latin1.enc]Global
 shortest duration is 1/8
[/usr/share/texmf/fonts/tfm/public/ec-fonts-
mftraced/ecbx6.tfm][/usr/share/texmf/fonts/tfm/public/ec-fonts-
mftraced/ecbx8.tfm][/usr/share/texmf/fonts/tfm/public/ec-fonts-
mftraced/ecbx10.tfm][3][6][9][12][15][17]
Optimal demerits: 1.813927
Element count 926.[0][[/usr/share/texmf/fonts/tfm/public/ec-fonts-
mftraced/ecrm6.tfm][/usr/share/texmf/fonts/tfm/public/ec-fonts-
mftraced/ecrm8.tfm]1][2]Interpreting music... elapsed time: 0.40 seconds
MIDI output to `ode.midi'...
Track... [0][1][2][3][4]
[/usr/share/texmf/fo

Re: lilypond Pukes Thanks to Fink/TeTeX

2005-03-03 Thread Matthias Neeracher
It seems both of the problems (TeTeX 3 upgrade fails to complete, 
lilypond fails to run) are due to some, ahem, suboptimal packaging I 
did in the lilypond package.

To get the TeTeX upgrade to complete:
- run "fink update tetex". If it fails...
- Open a new shell window and run it again.
- This is due to the init script the lilypond package installs.
To get lilypond to run (I verified that this works for 2.5.13, not sure 
about 2.4.x):

sudo mkdir -p /sw/etc/texmf.local/fonts/enc/public
sudo ln -s /sw/share/lilypond//fonts/enc 
/sw/etc/texmf.local/fonts/enc/public/lilypond
sudo mktexlsr

I will release fixed lilypond packages within the next few days.
Matthias

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


Downloading Lilypond

2005-03-03 Thread Richard White
I have successfully downloaded and installed Link on my OS X (10.3.5) 
eMac but am at a loss as to how to find and install Lilypond.

Can you help?
Thanks,
Richard White
--
http://www.whitcopress.com
http://www.whitcopress.com/rwpaypalpdf.html
Newly Updated with samples of my work and new photos:
Organ, Guitar, new "Classic" Rags for piano and more
Hear Linda Ronstadt sing Richard White on
'A Merry Little Christmas' Elektra 62572-2
___
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user


Cygwin xdvi

2005-03-03 Thread Sven Seebeck
Hi,

I've installed cygwin on my XP machine. I installed
also xdvi. But whenenver I try to open it, I receive
an error: "Can't open display". How can I solve this?
I really would need an working Dvi viewer.

Sven







___ 
Gesendet von Yahoo! Mail - Jetzt mit 250MB Speicher kostenlos - Hier anmelden: 
http://mail.yahoo.de


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


MacOS X users: Do NOT upgrade to tetex-3.0 at the moment

2005-03-03 Thread Matthias Neeracher
Here's the situation:
- lilypond stable (2.4.2) will not work with tetex-3.0, and neither 
will the latest released version (2.4.4). The fixes are in lilypond 
CVS, but not yet bundled into a 2.4.5 release (Jan, are there any plans 
for a release yet ?).
- lilypond unstable will work with tetex-3.0 as of version 2.5.13, 
which I presumably will release this weekend (all the dependencies are 
now pretty much in shape).

So until I've released fixed packages, do NOT update your fink 
installation to tetex-3.0.

If you are among the unfortunates who already executed the update, the 
following should get you back the previously installed copy of 
tetex-2.0.2, if you had one:

sudo dpkg -r --force-depends libkpathsea4 libkpathsea4-shlibs tetex 
tetex-base tetex-texmf
sudo dpkg -i /sw/fink/debs/tetex-texmf_2.0.2-2_darwin-powerpc.deb
sudo dpkg -i /sw/fink/debs/tetex-base_2.0.2-37_darwin-powerpc.deb
sudo dpkg -i /sw/fink/debs/tetex-shlibs_2.0.2-37_darwin-powerpc.deb
sudo dpkg -i /sw/fink/debs/tetex-dev_2.0.2-37_darwin-powerpc.deb
sudo dpkg -i /sw/fink/debs/tetex_2.0.2-37_darwin-powerpc.deb

Unfortunately, this means that at the moment, it's impossible to 
install lilypond on a MacOS X installation unless tetex was compiled on 
that system before the 3.0 upgrade.

Matthias

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


Dynamics in MIDI ,Re:

2005-03-03 Thread Mats Bengtsson
(Please write something in the Subject line of your emails)
It seems that the person who originally did the template thought
that he had managed to affect also the MIDI dynamics, but at least
in the current versions it doesn't seem to work. I tried to play
a bit with the template, but didn't manage. I'm afraid that it's
hard to do fully automatically the way the MIDI support is implemented
in LilyPond today.
However, what you can do is to have separate \score{...} sections
for the printed output and MIDI output. Just remove the lines with
\midi{
  ...
}
from the current \score{...} and add the following lines at the
end of the file:
\score {
  \context PianoStaff <<
\context Staff=upper << \upper \dynamics >>
\context Staff=lower << \lower \dynamics >>
\context Dynamics=pedal \pedal
  >>
  \midi {
\context {
  \type "Performer_group_performer"
  \name Dynamics
  \consists "Piano_pedal_performer"
}
\context {
  \PianoStaff
  \accepts Dynamics
}
  }
}
As you can see, I have inserted the \dynamics identifier into the
staves for the left and right hand staves, so the same dynamics
applies to both.
   /Mats

Erik Jensen wrote:
 

I am creating some music using the piano centered dynamics template from 
the manual, with lilypond 2.4.2.  It works great for the printed music, 
but the MIDI output is unaffected by the dynamics.  How can I modify the 
template so that the dynamics will also be used in the midi output?

 


___
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: Cygwin xdvi

2005-03-03 Thread Danny Chrastina
On Thu, 3 Mar 2005, Sven Seebeck wrote:
I've installed cygwin on my XP machine. I installed also xdvi. But 
whenenver I try to open it, I receive an error: "Can't open display". 
How can I solve this? I really would need an working Dvi viewer.
	You need to start the x server, and then set the "DISPLAY" 
variable to "localhost:0" or equivalent in the shell from which you want 
to start xdvi. And then start a windows manager like twm.

http://x.cygwin.com/docs/ug/using.html
--
Dr. Danny Chrastina.
Office: +39 031 3327355 Everywhere else: +39 333 2825623
http://www.chrastina.net/
___
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user


Re: MacOS X users: Do NOT upgrade to tetex-3.0 at the moment

2005-03-03 Thread Kieren Richard MacMillan
Dear Matthias:
If you are among the unfortunates who already executed the update
I'm not, fortunately! However, I would like to take this opportunity to 
say, on behalf of all who benefit from your continued efforts:

MANY THANKS FOR EVERYTHING YOU DO!!
Cheers,
Kieren.

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