Re: First stab at getting bar extents right. (issue 5186049)

2011-10-06 Thread m...@apollinemike.com
On Oct 6, 2011, at 3:36 AM, Keith OHara wrote: mtsolo at gmail.com writes: However, [barlines] do not block accidentals hanging over, and furthermore, this extra height blocks some lyrics but not others. Accidentals hanging over didn't seem to bother anybody, and we do want other

[issue 1482] \caps \fromproperty and markup-string

2011-10-06 Thread Jan-Peter Voigt
http://code.google.com/p/lilypond/issues/detail?id=1482 Hello lists, using \fromproperty, \smallCaps (=\caps) and markup-string leads into some pitfalls: 1. if you want to use custom (self written) markup-commands, the default markup-string function will drop the content of them. 2. if you

bug report for lilypond 2.14.2 under FreeBSD 8.1 on i386; subscription to mailing list

2011-10-06 Thread Mike Andrews
I installed lilypond this morning from the most recent FreeBSD port, and was unable to get it to run from that install. Error message was: ERROR: In procedure primitive-load-path: ERROR: Unable to find file lily.scm in load path Running truss against lilypond showed that instead of trying to

Re: website.make

2011-10-06 Thread Julien Rioux
I now have a roughly final version of website.make which implements the same functionality but using make rules instead of shell for loops. As a result you can parallelize the build and rebuild only what is needed. I tested and there is absolutely no diff between the out-website generated with

Re: bug report for lilypond 2.14.2 under FreeBSD 8.1 on i386; subscription to mailing list

2011-10-06 Thread Graham Percival
On Thu, Oct 06, 2011 at 02:30:31PM +, Mike Andrews wrote: I installed lilypond this morning from the most recent FreeBSD port, and was unable to get it to run from that install. Error message was: ERROR: In procedure primitive-load-path: ERROR: Unable to find file lily.scm in load

Re: Sketch for broken beams with consistent slopes (issue 4961041)

2011-10-06 Thread pkx166h
Passes make, make check gives me the usual suspects on the reg test http://code.google.com/p/lilypond/issues/detail?id=1952#c3 but I still get; input/regression/spanner-break-overshoot.log --snip-- @@ -4,8 +4,6 @@ Preprocessing graphical objects... Calculating line breaks... Drawing

Re: First stab at getting bar extents right. (issue 5186049)

2011-10-06 Thread pkx166h
Passes Make, reg check gives me too much to attach as separate pngs. Attached zipped output here http://code.google.com/p/lilypond/issues/detail?id=1955#c2 graphviz.log gives me --snip-- @ -14,9 +14,9 @@ Writing graph `#f'...digraph G { rankdir=LR node [shape=rectangle] -41 [label=caching

Creates a LeftBarStub that stops lyrics from bumping into the SystemStartBar. (issue 5201043)

2011-10-06 Thread pkx166h
passes make but I get a programming error show up on make check (as well as half a dozen reg test diffs). See attached http://code.google.com/p/lilypond/issues/detail?id=1956#c1 http://codereview.appspot.com/5201043/ ___ lilypond-devel mailing list

Re: LSR: Updated snippet for MMR Positions (1931) (issue 5155045)

2011-10-06 Thread pkx166h
Reviewers: Trevor Daniels, Graham Percival, Message: Nitpicks done. I'm still not sure of the process here Do I need to delete the file in ../snippets/.. and then re-rerun makelsr.py, or what? Also I guess we need to get phil to remove this deprecated snippet from the LSR itself so it doesn't

Re: NR Context Layout Order rewrite (5.1.7) - tracker 1812 (issue 4839061)

2011-10-06 Thread pkx166h
Thanks Trevor and Graham. I also had to change an @ref in vocal.itely because the node name changed. Checked it all compiled. commit 32c862967d559ab512cd96e3321a2c8dabe724ca http://codereview.appspot.com/4839061/diff/11001/Documentation/notation/changing-defaults.itely File

Re: LSR: Updated snippet for MMR Positions (1931) (issue 5155045)

2011-10-06 Thread Trevor Daniels
James, you wrote Thursday, October 06, 2011 8:55 PM Do I need to delete the file in ../snippets/.. and then re-rerun makelsr.py, or what? There's no need to delete it as the snippet in /new takes precedence. Also I guess we need to get phil to remove this deprecated snippet from the LSR

PATCH: Countdown to 20111008

2011-10-06 Thread Colin Campbell
For 22:00 MDT Saturday October 8th. Issue 1931 http://code.google.com/p/lilypond/issues/detail?id=1931: Doc: Snippet in NR (LSR snippet 591) MMRs 'staff-position = #0 should be revised - R 5155045 http://codereview.appspot.com/5155045/ Issue 1852

Re: First stab at getting bar extents right. (issue 5186049)

2011-10-06 Thread k-ohara5a5a
On 2011/10/05 16:16:33, MikeSol wrote: 2) It doesn't play nicely with loose columns for some reason (see spacing-folded-clef-3.ly ... not nice). Before I implemented skyline-vertical-padding, clefs had an extra-spacing-height to prevent this, and a couple years before that, there was a

Re: First stab at getting bar extents right. (issue 5186049)

2011-10-06 Thread k-ohara5a5a
// First stab at getting bar extents right. Now, the bar extents are right already. They correspond to the extend of the bar as printed. For some reason, having the extents correct was important enough to Pál that he made 51494aa2. You want the bar to have influence beyond its visible extent,