Re: command line parameters to set the papersize

2005-01-18 Thread Graham Percival
On 13-Jan-05, at 11:26 AM, Ruud van Silfhout wrote: To be able to do that the idea is that we need some kind of commandline parameter to select the paper-size as all music pieces are available on Mutopia in both A4 and letter size. One possible way would be edit the files with sed or something like

Re: CFF font sets

2005-01-18 Thread Werner LEMBERG
> No, you're wrong ly:font-sub-fonts is a kludge to keep TeX working. > It returns (feta20 parmesan20 feta-alphabet20) for the emmentaler > font. OK. Anyway, there's something fishy. All emmentaler*.cff files use `emmentaler' for /FontName. Why? This basically disables the use of, say, `emmen

Re: arpeggio in polyphony mode

2005-01-18 Thread Jan Nieuwenhuizen
Albert Einstein writes: > Do someone know what changes must be done to connect arpeggio' brackets > in polyphony mode into one? Does this query http://www.google.com/search?btnG=Google+Search&brute_query=arpeggio&q=site%3Awww.lilypond.org+arpeggio solve your problem? Jan. -- Jan Nieuwen

Re: [PATCH] simplify score-override-auto-beam-setting + documentation

2005-01-18 Thread Han-Wen Nienhuys
[EMAIL PROTECTED] writes: > patch attached :-) > > On Tue, 18 Jan 2005 13:34:58 +0100, Erlend Aasland <[EMAIL PROTECTED]> wrote: > > Hi, > > > > Trivial change: There is some code duplication in scm/auto-beam.scm; > > simplify score-override-auto-beam-setting. > > > > Document score-overrid

CFF font sets

2005-01-18 Thread Han-Wen Nienhuys
[EMAIL PROTECTED] writes: > > There seems to be a fundamental problem regarding CFF font handling. > Looking into framework-ps.scm I see a function called > `ly:font-sub-fonts'. If I understand you correctly you want to group > all emmentaler design sizes into a single `FontSet', right? While >

Re: lilypond ./ChangeLog Documentation/user/changin...

2005-01-18 Thread Han-Wen Nienhuys
[EMAIL PROTECTED] writes: > > Index: lilypond/Documentation/user/changing-defaults.itely > > diff -u lilypond/Documentation/user/changing-defaults.itely:1.102 > > lilypond/Documentation/user/changing-defaults.itely:1.103 > > @@ -624,6 +624,21 @@ > > It is not possible to collect context changes in

arpeggio in polyphony mode

2005-01-18 Thread Albert Einstein
Do someone know what changes must be done to connect arpeggio' brackets in polyphony mode into one? I attach files: ly (2.4.2) and gif that illustrates problem -- on picture there are two brackets not one as I wish; I need one bracket for barre (fret indication) on guitar. Albert <> arpeggio.ly

Re: lilypond ./ChangeLog Documentation/user/changin...

2005-01-18 Thread Mats Bengtsson
> Index: lilypond/Documentation/user/changing-defaults.itely > diff -u lilypond/Documentation/user/changing-defaults.itely:1.102 > lilypond/Documentation/user/changing-defaults.itely:1.103 > @@ -624,6 +624,21 @@ > It is not possible to collect context changes in a variable, and apply > them to on

Re: [PATCH] simplify score-override-auto-beam-setting + documentation

2005-01-18 Thread Erlend Aasland
patch attached :-) On Tue, 18 Jan 2005 13:34:58 +0100, Erlend Aasland <[EMAIL PROTECTED]> wrote: > Hi, > > Trivial change: There is some code duplication in scm/auto-beam.scm; > simplify score-override-auto-beam-setting. > > Document score-override-auto-beam-setting and fix documentation ab

[PATCH] simplify score-override-auto-beam-setting + documentation

2005-01-18 Thread Erlend Aasland
Hi, Trivial change: There is some code duplication in scm/auto-beam.scm; simplify score-override-auto-beam-setting. Document score-override-auto-beam-setting and fix documentation about revert-auto-beam-setting. Regards, Erlend Aasland ___ lilypon

CFF font sets

2005-01-18 Thread Werner LEMBERG
There seems to be a fundamental problem regarding CFF font handling. Looking into framework-ps.scm I see a function called `ly:font-sub-fonts'. If I understand you correctly you want to group all emmentaler design sizes into a single `FontSet', right? While this is possible in PS, it is *not* po