Re: Fixes note column skylines by adding a stem tremolo pure height function. (issue4754054)

2011-07-19 Thread mtsolo
On 2011/07/18 21:24:50, Neil Puttock wrote: On 2011/07/18 20:01:00, J_lowe wrote: > Make works fine but I get a seg fault when I do a make check after a > test-baseline for the reg test comparison. Same here. stem-tremolo.ly segfaults inside rhythmic-column.cc; the acknowledged StemTremolo do

Re: CG: describe new C++ formatting (GOP-PROP 3) (issue4760056)

2011-07-19 Thread lemniskata . bernoullego
http://codereview.appspot.com/4760056/diff/1/Documentation/contributor/programming-work.itexi File Documentation/contributor/programming-work.itexi (right): http://codereview.appspot.com/4760056/diff/1/Documentation/contributor/programming-work.itexi#newcode334 Documentation/contributor/programm

Re: Fixes note column skylines by adding stem tremolo to axis group. (issue4754054)

2011-07-19 Thread m...@apollinemike.com
On Jul 18, 2011, at 9:53 PM, n.putt...@gmail.com wrote: > Even simpler: remove the Y-extent default, add Stem_tremolo::pure_height > and an entry in pure-print-to-height-conversions (since > ly:grob::stencil-height is the same as getting the non-pure extent from > the translated stencil). > > htt

Re: Adds glissando stems to Lilypond. (issue4661061)

2011-07-19 Thread mtsolo
After a discussion w/ Han-Wen, I've tried to implement this using a new GlissandoStem grob. It is very code-dupey and you'll see that the regtest has one big problem, but other than that it works. I've done a bit of research on why this problem exists. I can already see fishy numbers popping up

Re: Creates callback for stem-begin-position. (issue4752048)

2011-07-19 Thread hanwenn
LGTM please push after regtests come out clean http://codereview.appspot.com/4752048/diff/4001/lily/stem.cc File lily/stem.cc (right): http://codereview.appspot.com/4752048/diff/4001/lily/stem.cc#newcode754 lily/stem.cc:754: */ this comment looks outdated. I think the work of ledger is done in

Re: Adds glissando stems to Lilypond. (issue4661061)

2011-07-19 Thread hanwenn
http://codereview.appspot.com/4661061/diff/29001/lily/glissando-engraver.cc File lily/glissando-engraver.cc (right): http://codereview.appspot.com/4661061/diff/29001/lily/glissando-engraver.cc#newcode83 lily/glissando-engraver.cc:83: if (Glissando_stem::has_interface (stem)) acknowledge_glissand

Re: Generating compiled scm (.go) files as part of LilyPond build

2011-07-19 Thread Ian Hulin
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 29/01/11 11:21, Andy Wingo wrote: > Hi Ian, > > [re-adding the list; please keep the list CC'd on all guile-related > topics] > > On Fri 28 Jan 2011 22:37, Ian Hulin writes: > >> Are you going to fix the double extension bug for defaulted/cache

Re: Adds glissando stems to Lilypond. (issue4661061)

2011-07-19 Thread mtsolo
Most of my comments below are Han-Wen specific, but I do have one request (also echoed below) for anybody. I need to figure out an input syntax for this stuff, which means I'm gonna have to write parser/lexer related code. Ideally, I'd like the syntax to be a4 mikeSolomonIsANinja8 mikeSolomonIs

Re: CG: describe new C++ formatting (GOP-PROP 3) (issue4760056)

2011-07-19 Thread Carl . D . Sorensen
On 2011/07/19 06:46:39, jan.nieuwenhuizen wrote: On 2011/07/18 23:19:44, Graham Percival wrote: > here's a series of patches for the C++ formatting. > - final (?) set of changes to fixcc.py > - changes to CG Now that we do not want tabs in indents, it would be nice to add (setq indent-tab

Re: Adds glissando stems to Lilypond. (issue4661061)

2011-07-19 Thread hanwenn
hi there, as you see I am really strict here; I hope you understand it is my duty as maintainer to push back on anything invasive, so we can keep lilypond as simple as possible; nothing personal. http://codereview.appspot.com/4661061/diff/29001/lily/glissando-engraver.cc File lily/glissando-en

Tracker Issue 1769 needs a correct summary

2011-07-19 Thread James Lowe
http://code.google.com/p/lilypond/issues/detail?id=1769 WHoever entered this didn't put in a summary so it just shows as 'Doc:'' Is it possible that someone can edit the summary and fill it in? I don't have permissions (or maybe it is not possible). James ___

Re: Need some input on a new patch for glissando-friendly stems

2011-07-19 Thread Trevor Bača
On Wed, Jun 29, 2011 at 5:47 PM, wrote: > Hey all, > > I'm getting a patch together to implement glissandi stem (stems that link > up to a glissando to indicate the glissando's duration to avoid awkwardness > with ties - comes up all the time in Xenakis). > I have the C++ code working, but I'm lo

Re: Postscript printer errors with rounded barlines?

2011-07-19 Thread Francisco Vila
2011/7/19 Han-Wen Nienhuys : > Hi guys, > > I've noticed that some printer postscript interpreters add > linethickness to barlines when printed, even though they create with > draw_round_box with line thickness 0.0.  The result is that barlines > noticeably stick out of the staff; the error is in t

Re: Postscript printer errors with rounded barlines?

2011-07-19 Thread Francisco Vila
2011/7/19 Francisco Vila : > Do you think it is related to the evince-lilypond-barline problem? Aaand --- no, it is not related. here is my print scan from your Wagner example. http://paconet.org/lilypond/barlines.png Sorry. -- Francisco Vila. Badajoz (Spain) www.paconet.org , www.csmbadajoz

Re: Generating compiled scm (.go) files as part of LilyPond build

2011-07-19 Thread Andy Wingo
Hi Ian, On Tue 19 Jul 2011 15:18, Ian Hulin writes: > It may boil down to a matter of taste, but I find double and triple > extensions on a filename intrinsically nasty. I've normally come across > them before on Windows systems where a filename such as thing.htm.exe > usually means there's mal

Re: Need some input on a new patch for glissando-friendly stems

2011-07-19 Thread m...@apollinemike.com
On Jul 19, 2011, at 4:53 PM, Trevor Bača wrote: > On Wed, Jun 29, 2011 at 5:47 PM, wrote: > Hey all, > > I'm getting a patch together to implement glissandi stem (stems that link up > to a glissando to indicate the glissando's duration to avoid awkwardness with > ties - comes up all the time i

Re: Tracker Issue 1769 needs a correct summary

2011-07-19 Thread Dmytro O. Redchuk
On Tue 19 Jul 2011, 14:20 James Lowe wrote: > http://code.google.com/p/lilypond/issues/detail?id=1769 > > WHoever entered this didn't put in a summary so it just shows as 'Doc:'' That was me, I am sorry. Very strange, flying fingers. Sorry. > Is it possible that someone can edit the summary and f

Re: Fixes note column skylines by adding stem tremolo to axis group. (issue4754054)

2011-07-19 Thread Neil Puttock
On 19 July 2011 09:10, m...@apollinemike.com wrote: > After making several round-trips around the source this morning, I can't put > off composition any longer, but I fear that all I will compose today are > songs about the Axis_group_interface if I don't understand how this works. > I believe

Re: Fixes note column skylines by adding a stem tremolo pure height function. (issue4754054)

2011-07-19 Thread n . puttock
http://codereview.appspot.com/4754054/diff/14001/lily/stem-tremolo.cc File lily/stem-tremolo.cc (right): http://codereview.appspot.com/4754054/diff/14001/lily/stem-tremolo.cc#newcode151 lily/stem-tremolo.cc:151: Stem_tremolo::pure_height (SCM smob, SCM, SCM) SCM /* start */, SCM /* end */ I spo

guile debug package in Debian

2011-07-19 Thread Federico Bruni
I'm trying to help Joe Neeman to fix issue 1732. He asked me to install the debugging symbols for guile 1.8 (which is in Debian testing) but I can't find any package related to debug. Some Debian/Ubuntu user can help me? I'm using Debian testing. Thanks, Federico _

Re: New alist to replace special characters. (issue4553056)

2011-07-19 Thread bordage . bertrand
Patch updated. I abandonned the idea of including a special characters list. http://codereview.appspot.com/4553056/ ___ lilypond-devel mailing list lilypond-devel@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-devel

Re: New alist to replace special characters. (issue4553056)

2011-07-19 Thread Carl . D . Sorensen
LGTM. You could add a .ly file that defined a more comprehensive set of special characters as an optional item that the user includes with \include. That would allow its use without requiring its use. THanks, Carl http://codereview.appspot.com/4553056/ __

Re: Tracker Issue 1769 needs a correct summary

2011-07-19 Thread Graham Percival
On Tue, Jul 19, 2011 at 02:20:32PM +, James Lowe wrote: > Is it possible that someone can edit the summary and fill it in? I don't have > permissions (or maybe it is not possible). Are you signed in with your google account? If you're signed in, and you're a project member, you should be abl

Re: Fixes note column skylines by adding a stem tremolo pure height function. (issue4754054)

2011-07-19 Thread pkx166h
Make works ok, but I get some warnings in the reg test --snip-- @@ -9,6 +9,36 @@ a'4 :4 c:8 a:16 c:32 a a: a2: Preprocessing graphical objects... +programming error: minimise_least_squares (): Nothing to minimise +This means that vertical spacing is triggered +before line breaking + +

Re: New alist to replace special characters. (issue4553056)

2011-07-19 Thread bordage . bertrand
A new file in ly with definitions using "add-text-replacements!"? Like this? germanHTML = #(add-text-replacements! '(("&ss;" . "ß") [...]) englishLaTeX = [...] This way, users can easily stack special characters with this syntax: \paper { \englishHTML

RE: Tracker Issue 1769 needs a correct summary

2011-07-19 Thread James Lowe
Hello, From: Graham Percival [gra...@percival-music.ca] Sent: 19 July 2011 22:00 To: James Lowe Cc: lilypond-devel (lilypond-devel@gnu.org) Subject: Re: Tracker Issue 1769 needs a correct summary On Tue, Jul 19, 2011 at 02:20:32PM +, James Lowe wrote: >

Re: New alist to replace special characters. (issue4553056)

2011-07-19 Thread pkx166h
passes make and reg tests http://codereview.appspot.com/4553056/ ___ lilypond-devel mailing list lilypond-devel@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-devel

Re: modifying default behaviour of tremolo slashes (issue4636081)

2011-07-19 Thread pkx166h
Make works now and I get some reg test output differences See http://code.google.com/p/lilypond/issues/detail?id=1735#c4 James http://codereview.appspot.com/4636081/ ___ lilypond-devel mailing list lilypond-devel@gnu.org https://lists.gnu.org/mailma

Re: modifying default behaviour of tremolo slashes (issue4636081)

2011-07-19 Thread Janek Warchoł
2011/7/19 : > Make works now and I get some reg test output differences > http://code.google.com/p/lilypond/issues/detail?id=1735#c4 They look exacly like they are expected to look. thanks, Janek ___ lilypond-devel mailing list lilypond-devel@gnu.org

Re: Fix #1695: Clef change placed outside score. (issue4683043)

2011-07-19 Thread percival . music . ca
Hi Neil, Please push this; we'd like to get back to 0 Critical issues. Cheers, - Graham http://codereview.appspot.com/4683043/ ___ lilypond-devel mailing list lilypond-devel@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-devel

Re: CG: describe new C++ formatting (GOP-PROP 3) (issue4760056)

2011-07-19 Thread Graham Percival
On Tue, Jul 19, 2011 at 01:40:27PM +, carl.d.soren...@gmail.com wrote: > for .vimrc: > > set expandtab That's already there. Cheers, - Graham ___ lilypond-devel mailing list lilypond-devel@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-de

Re: CG: describe new C++ formatting (GOP-PROP 3) (issue4760056)

2011-07-19 Thread Graham Percival
On Tue, Jul 19, 2011 at 06:46:39AM +, jan.nieuwenhui...@gmail.com wrote: > Now that we do not want tabs in indents, it would > be nice to add > > (setq indent-tabs-mode nil) > > to emacs' suggested setup of C++ and Python hooks. Um. Like this? (add-hook 'c++-mode-hook '(lambda() (c-s

Re: Generating compiled scm (.go) files as part of LilyPond build

2011-07-19 Thread Ian Hulin
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Tue 19 Jul 2011 15:28:41 BST, Andy Wingo wrote: > Hi Ian, > > On Tue 19 Jul 2011 15:18, Ian Hulin writes: > >> It may boil down to a matter of taste, but I find double and >> triple extensions on a filename intrinsically nasty. I've normally >>

Re: guile debug package in Debian

2011-07-19 Thread Colin Campbell
On 11-07-19 10:35 AM, Federico Bruni wrote: I'm trying to help Joe Neeman to fix issue 1732. He asked me to install the debugging symbols for guile 1.8 (which is in Debian testing) but I can't find any package related to debug. Some Debian/Ubuntu user can help me? I'm using Debian testing. Th

Re: Postscript printer errors with rounded barlines?

2011-07-19 Thread Werner LEMBERG
> The patch below fixes it, and seems safe for inclusion, but it would > be nice if we could understand something more. > > Werner, any insights? > > + 0.0 gt { 0 } { 2 } ifelse > + setlinecap Sorry, no. Perhaps someone can ask on a GhostScript mailing list, showing the demo file which

Re: guile debug package in Debian

2011-07-19 Thread Federico Bruni
Il giorno mar, 19/07/2011 alle 18.19 -0600, Colin Campbell ha scritto: > I'm pretty sure the stuff you need is in the guile-1.8-dev package, > Federico. On my Ubuntu 11.04, the package contains files such as > debug.h and debug-malloc.h among others. Ok, thanks. That's a bad news for Joe, becaus