Re: printing A4 pages on A3 paper

2010-12-20 Thread Ole Hesprich
Nick Payne wrote: > On Linux you can use psbook, psnup, and pstops for booklet printing. If > you Google those terms you'll find numerous pages showing the commands > and parameters needed. On Linux just install the newest pdfjam-package (2.x). It contains pdfbook which can do that job with onl

Re: Article in German LinuxUser magazine

2009-09-22 Thread Ole Hesprich
Henning Hraban Ramm schrieb: > and at least in my installation of 1.13 there's no german.ly (must > investigate further...) Try "deutsch.ly" :-) Ole ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond

Re: lilypond and scribus

2008-11-02 Thread Ole Hesprich
Matthieu Jacquot schrieb: The solution I found is to "print in a file" the lilypond generated pdf and then import the .ps file in Scribus. An other option is to use pdftops to create an new ps-file from the lilypond generated pdf-file. Ole ___ l

Re: Java, was: etf2ly

2007-05-30 Thread Ole Hesprich
[EMAIL PROTECTED] wrote: > The PluginManager was not able to download/install the files. If you install jEdit for the first time, you have to go to Utilities / Global Options / jEdit-Plugin Manager and press the button "Update Mirror List". Than chose one of the mirrors and press "Apply". After

Re: strange \partcombine behaviour

2007-03-08 Thread Ole Hesprich
[EMAIL PROTECTED] wrote: > it seems to be a regular behaviour of the \partcombine Indeed, > partcombine take more than one part and put it on one staff, > still you can follow every voices one by one, notes and rests > wise. What I'm trying to say is that the circled rests are not > a bug but a fe

Re: LilypondTool Plugin install -- NoClassDefFound

2007-02-25 Thread Ole Hesprich
Hi Donald, [EMAIL PROTECTED] wrote: > I am stuck installing jedit-4.3pre9install.jar on Scientific > Linux 4.4 (SL44, much like RHEL4.4) Try java -jar jedit-4.3pre9install.jar If I remember correctly that was the solution for installing jEdit on my Linux. Greetings, Ole

Re: Importing PDF into Adobe Illustrator

2007-02-22 Thread Ole Hesprich
Hi Michael, [EMAIL PROTECTED] wrote: > When I place the PDF in my Illustrator window, I get this message: > Missing Type 1 fonts have been substituted with the default font. Why not using an EPS-File instead of PDF? Greetings, Ole ___ lilypo

Re: Some Questions

2006-11-27 Thread Ole Hesprich
Mats Bengtsson wrote: > If you want to have several \score{...} blocks within the > same file and use different sizes in each, you can use > \score{ > ... > \layout{ > #(layout-set-staff-size 15) > } > } Could that be added to the manual please? Ole __

Re: lily doc in french ?

2006-11-21 Thread Ole Hesprich
Hi @ all! A translation of the lilypond manual, maybe not only into french, seems to be interesting to think about it. Of course I would like to have a manual in German :-) But just a few more questions to the technical side of a possible translation: is there a "source-code" for the manual from

Re: lily doc in french ?

2006-11-21 Thread Ole Hesprich
Mats Bengtsson wrote: > The documentation is written using texinfo + lilypond-book and is > included in the source code of LilyPond. Any hint to what is needed do compile it? LaTeX? And what's about a change-log of the documentation files? Ole ___

Re: spacing in copyright-footer

2006-10-13 Thread Ole Hesprich
Rick Hansen (aka RickH) wrote: > Try inserting the statement shown below immediately prior to your > \column statement. Then adjust the value of baseline-skip until it > suits your taste: > > \override #'(baseline-skip . .5) Thanks, that works perfect! Where can I find such information in the

spacing in copyright-footer

2006-10-13 Thread Ole Hesprich
Hi @ all, I need the following copyright-footer: - \version "2.9.19" \header { title = \markup \center-align {"The Title"} tagline = "" copyright = \markup \column { \teeny \fill-line {"This is line 1 (left)" " "} \teeny \fill-line {"T

Re: no bar numbers

2006-10-12 Thread Ole Hesprich
Mats Bengtsson wrote: > It's not such a good idea to include gregorian-init.ly if you just > want the breath mark, since it has several side-effects. Then it's > much better to copy the relevant macro definition into some header > file of your own, i.e. to make a file mydefs.ly containing the > fo

Re: no bar numbers

2006-10-12 Thread Ole Hesprich
Mats Bengtsson wrote: > They are certainly enabled by default, except when you use > gregorian-init.ly, where the idea probably was that bar numbers never > were used in the original manuscripts and the intention of the > gregorian chant support is to be able to imitate the originals as > closely

Re: no bar numbers

2006-10-12 Thread Ole Hesprich
Mats, thanks for your quick answer. Mats Bengtsson wrote: > This change happened already in version 2.9.3 or so. > If you want the bar numbers back, add something like > \layout{ > \context{ > \Score > \consists Bar_number_engraver > } > } > That solves the problem. Thank you very

no bar numbers

2006-10-11 Thread Ole Hesprich
Hi @ all! Has anyone the same experience with LilyPond 2.9.22? I tried the following example: \version "2.9.22" \include "gregorian-init.ly" \include "deutsch.ly" #(set-global-staff-size 18) \relative c' {a1 a a a\break a a a a\break a a a a} As a result I get an output without any barnumber

Re: MIDI plugins?

2005-03-17 Thread Ole Hesprich
[EMAIL PROTECTED] wrote: > In the python module, "midi2ly", a link is made to "midi.dll". Then > "midi.dll" links to "libpython2.3.dll", which doesn't exist. (The > current cygwin has "libpython2.4.dll"). Developers: Is this correct, > so far? Does "midi.dll" need recompiling, linking to > "libpyt

Re: no rest-shifting

2005-03-02 Thread Ole Hesprich
[EMAIL PROTECTED] wrote: > I am also using Cygwin. Just install jEdit normally under Windows. Great hint -- I'll give it a try. Ole ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user

Re: no rest-shifting

2005-03-02 Thread Ole Hesprich
Hi Thomas, [EMAIL PROTECTED] wrote: > \override Voice.MultiMeasureRest #'staff-position = #0 That's it -- thank you very much! > i strongly recommend the use of jEdit with lilypond plugin! It makes > working with lilypond a lot easier. I'm working under Cygwin and fear, that jEdit is not avail

Re: no rest-shifting

2005-03-02 Thread Ole Hesprich
Thanks for your help! [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 sam

Re: no rest-shifting

2005-03-02 Thread Ole Hesprich
[EMAIL PROTECTED] wrote: >> I would like so bring all rests to their standard-position, so that >> I have only one rest-sign for both voices. > Try using the command "\oneVoice". I'm using \voiceOne and \voiceTwo so it would not work... Ole ___ li

no rest-shifting

2005-03-02 Thread Ole Hesprich
Hi all! I want to merge two voices into one Staff. No problem so far. But: all rests are vertically shiftet by default. I would like so bring all rests to their standard-position, so that I have only one rest-sign for both voices. Is it possible to define that global for the whole piece? Any ide

Re: Increasing distance between Title and Composer

2005-02-19 Thread Ole Hesprich
poser-text in the meter-variable. Ole Hesprich ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user

Re: Copyright symbol

2005-02-12 Thread Ole Hesprich
[EMAIL PROTECTED] wrote: > How do I get a copyright symbol into the copyright field? > copyright = "Copyright \copyright 1999" Try the following: copyright = \markup { "Copyright \\copyright \ 1999" } That seems to work. Ole ___ lilypond-user m

Re: new users questions...

2005-02-04 Thread Ole Hesprich
Mi Mats, thank you for your help! [EMAIL PROTECTED] wrote: > If you really want to move it into the stave, you have to use the > extra-offset property. It works! > The page layout implementation was new in version 2.4 and has been > improved significantly in the development versions. I'm sure

no ideas?

2005-02-02 Thread Ole Hesprich
Hi all, is ther no one who could help me with my questions from monday? Greetings, Ole ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user

new users questions...

2005-01-31 Thread Ole Hesprich
Hi all, I started trying out lilypond and wonder, why I did not start with that earlyer... Now I'm new to this list. Please apologise for my bad English... The most things work fine and I found workarounds for several problems. But there are a few things, I would be happy to get some help with: