tabloid papersize

2012-02-29 Thread Martin Tarenskeen
Hi, In NR 4.1.2 I read: "Common paper sizes are available, including a4, letter, legal, and 11x17 (also known as tabloid)." It is "known", but lilypond does not allow to use it! #(set-default-paper-size "tabloid") It's quite easy (even for me) to add this line: ("tabloid"

Re: Allow music with layout instructions in output definitions. (issue 5701049)

2012-02-29 Thread David Kastrup
Janek Warchoł writes: >> Contextmodifications can be placed in variables, so you can write >> >> aasettings = \with { ... } >> >> and later use >> >> \new Voice = aa \aasettings { ... } >> >> or >> >> \new Voice = aa \with \aasettings { ... } > > sure, i can do this. Nevertheless, writing these

Re: Gets vertical skylines from grob stencils (issue 5626052)

2012-02-29 Thread m...@apollinemike.com
On Feb 29, 2012, at 2:05 AM, Joe Neeman wrote: > On Tue, Feb 28, 2012 at 1:32 PM, m...@apollinemike.com > wrote: > Hey all, > > I've put up a new version that doesn't issue warnings. > > Any change of getting an updated git branch, too? Done. A lot of the too-close-spacing issues are now cle

Re: tabloid papersize

2012-02-29 Thread James
hello, On 29 February 2012 08:18, Martin Tarenskeen wrote: > > Hi, > > In NR 4.1.2 I read: > > "Common paper sizes are available, including a4, letter, legal, and 11x17 > (also known as tabloid)." > > It is "known", but lilypond does not allow to use it! > >        #(set-default-paper-size "tablo

Re: tabloid papersize

2012-02-29 Thread Neil Thornock
While we're at it, it would be nice to enable "ledger" (17x11) -- noted in paper.scm but not included for some reason. On Wed, Feb 29, 2012 at 3:51 AM, James wrote: > hello, > > On 29 February 2012 08:18, Martin Tarenskeen wrote: >> >> Hi, >> >> In NR 4.1.2 I read: >> >> "Common paper sizes are

Re: Fix for several musicxml2ly bugs. (issue 5697059)

2012-02-29 Thread julien . rioux
This patch is not associated with any issue in the bug tracker. It will not get a proper review until it is added there, and the automatic testing shows that it does not cause any unexpected problems. Should it be added to issue 1983, or is it sufficiently different that we should open a new issue

Re: Fix for several musicxml2ly bugs. (issue 5697059)

2012-02-29 Thread julien . rioux
On 2012/02/29 22:33:45, Julien Rioux wrote: So please revert the changes to musicxml.py I mean musicxml2ly.py http://codereview.appspot.com/5697059/ ___ lilypond-devel mailing list lilypond-devel@gnu.org https://lists.gnu.org/mailman/listinfo/lilypo

Re: ghostscript in gub

2012-02-29 Thread Julien Rioux
On 26/02/2012 3:07 AM, Joe Neeman wrote: The problem is that ghostscript only looks for sys/types.h in /usr/include, whereas Ubuntu 11.10 has it in /usr/include/x86_64-linux-gnu. Probably worth reporting to ghostscript devs, if it hasn't been done already. Cheers, Julien __

Re: log files not deleted by doc-clean

2012-02-29 Thread Julien Rioux
On 26/02/2012 8:30 AM, Phil Holmes wrote: Not sure if that's a good thing or not - it could be argued that you can go back and check them if they've not been deleted. You just need to back them up before issuing the make clean. FWIW the CG says: "In some cases, it is possible to clean the co

Re: Allow music with layout instructions in output definitions. (issue 5701049)

2012-02-29 Thread Janek Warchoł
On Wed, Feb 29, 2012 at 9:22 AM, David Kastrup wrote: > Janek Warchoł writes: > >>> Contextmodifications can be placed in variables, so you can write >>> >>> aasettings = \with { ... } >>> >>> and later use >>> >>> \new Voice = aa \aasettings { ... } >>> >>> or >>> >>> \new Voice = aa \with \aase

Re: Allow music with layout instructions in output definitions. (issue 5701049)

2012-02-29 Thread David Kastrup
Janek Warchoł writes: > On Wed, Feb 29, 2012 at 9:22 AM, David Kastrup wrote: >> Janek Warchoł writes: >>> >>> sure, i can do this.  Nevertheless, writing these in \layout {} would >>> be more elegant >> >> No.  An arbitrary number of named contexts can occur in the text, and >> some are implic

Re: Gets vertical skylines from grob stencils (issue 5626052)

2012-02-29 Thread Janek Warchoł
Hey Mike, I did a quick check of newest patchset (30) and the results look great! There are some flaws, but i'd say they're not your patch's fault. Rather, it seems that the new super-precise skylines unveil imperfections in vertical spacing code. The bad news is that for scores containing a lot

Re: APIs, hooks, servers and realtime integration

2012-02-29 Thread Steve Bennett
I also stumbled upon this: www.weblily.net A couple of days ago, this was a functional online lilypond creation and editing tool. But, bizarrely enough, today it seems to have been replaced with some broken CMS with lots of irrelevant portlets (it showed me a loan calculator, calendar, message boa

guile1 doesn't work

2012-02-29 Thread Werner LEMBERG
Trying to compile 55d9ad39, I get this: scripts/build/out/help2man \ out/lilypond-invoke-editor > out/lilypond-invoke-editor.1 Can't exec "out/lilypond-invoke-editor": No such file or directory at scripts/build/out/help2man line 193. help2man: can't get `--help' info from out/lilypo

Re: guile1 doesn't work

2012-02-29 Thread David Kastrup
Werner LEMBERG writes: > Trying to compile 55d9ad39, I get this: > > scripts/build/out/help2man \ > out/lilypond-invoke-editor > out/lilypond-invoke-editor.1 > Can't exec "out/lilypond-invoke-editor": > No such file or directory at scripts/build/out/help2man line 193. > help2man: ca

Re: guile1 doesn't work

2012-02-29 Thread Werner LEMBERG
>> scripts/build/out/help2man \ >> out/lilypond-invoke-editor > out/lilypond-invoke-editor.1 >> Can't exec "out/lilypond-invoke-editor": >> No such file or directory at scripts/build/out/help2man line 193. >> help2man: can't get `--help' info from out/lilypond-invoke-editor >> make

Re: Gets vertical skylines from grob stencils (issue 5626052)

2012-02-29 Thread m...@apollinemike.com
On Mar 1, 2012, at 1:01 AM, Janek Warchoł wrote: > Hey Mike, > > I did a quick check of newest patchset (30) and the results look > great! There are some flaws, but i'd say they're not your patch's > fault. Rather, it seems that the new super-precise skylines unveil > imperfections in vertical

Re: Gets vertical skylines from grob stencils (issue 5626052)

2012-02-29 Thread Janek Warchoł
On Thu, Mar 1, 2012 at 8:14 AM, m...@apollinemike.com wrote: > On Mar 1, 2012, at 1:01 AM, Janek Warchoł wrote: >> I did a quick check of newest patchset (30) and the results look >> great!  There are some flaws, but i'd say they're not your patch's >> fault.  Rather, it seems that the new super-p