Re: Add support for Cyrillic in texinfo. (issue 6459081)

2012-09-17 Thread lemzwerg
Uh, oh, please ignore the new stuff. http://codereview.appspot.com/6459081/ ___ lilypond-devel mailing list lilypond-devel@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-devel

Re: Doc: Improve documentation of \glissando. (issue 6529043)

2012-09-20 Thread lemzwerg
Reviewers: Graham Percival, Message: I agree with your argumentation. However, I don't have time to fix the patch. Maybe a good soul from the documentation team can improve this. Description: Doc: Improve documentation of \glissando. Based on work from Tiresia GIUNO . Please review this at h

parser.yy: remove STRING_IDENTIFIER token (issue 6542057)

2012-09-22 Thread lemzwerg
LGTM http://codereview.appspot.com/6542057/ ___ lilypond-devel mailing list lilypond-devel@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-devel

Re: Fixes position of mensural c clef (issue 6503091)

2012-09-24 Thread lemzwerg
Well done! It's not there yet due to some bugs I believe, but besides this the code looks OK. http://codereview.appspot.com/6503091/diff/10001/mf/parmesan-clefs.mf File mf/parmesan-clefs.mf (right): http://codereview.appspot.com/6503091/diff/10001/mf/parmesan-clefs.mf#newcode764 mf/parmesan-cl

Re: Fixes position of mensural c clef (issue 6503091)

2012-09-24 Thread lemzwerg
The glyph shape is OK, thanks. Have you tested the appearance on paper of all available sizes, using a 300 or 600dpi printer? http://codereview.appspot.com/6503091/diff/16001/mf/parmesan-clefs.mf File mf/parmesan-clefs.mf (left): http://codereview.appspot.com/6503091/diff/16001/mf/parmesan-cle

Re: Fixes position of mensural c clef (issue 6503091)

2012-09-24 Thread lemzwerg
When you say "paper of all available sizes" I don't understand why changing the paper size should have any effect. Could you explain? Sorry, bad wording. I mean the appearance of all available sizes printed out on paper. Is there guidance on the the correct way to calculate the parameters to

Re: Fixes position of mensural c clef (issue 6503091)

2012-09-25 Thread lemzwerg
LGTM, except one small issue. http://codereview.appspot.com/6503091/diff/20001/mf/parmesan-clefs.mf File mf/parmesan-clefs.mf (right): http://codereview.appspot.com/6503091/diff/20001/mf/parmesan-clefs.mf#newcode816 mf/parmesan-clefs.mf:816: 2.2 reduced_il#); The bbox is still too small. I sug

Re: Fixes position of mensural c clef (issue 6503091)

2012-09-25 Thread lemzwerg
If you do mf '\mode:=proof; input parmesan20' gftodvi parmesan20.2602gf and view the resulting parmesan20.dvi with xdvi, go to your glyph, then press `10 s' to set the shrink factor to 10. This makes the image small enough that you can see even the part of the glyph which is below the lower

Re: Adds tick mark to scripts (issue 6568055)

2012-09-26 Thread lemzwerg
LGTM. http://codereview.appspot.com/6568055/diff/1/mf/feta-scripts.mf File mf/feta-scripts.mf (right): http://codereview.appspot.com/6568055/diff/1/mf/feta-scripts.mf#newcode1774 mf/feta-scripts.mf:1774: set_char_box (0, 1.7 staff_space# + epsilon, I suggest to use a tightest bounding box. At

Re: Adds tick mark to scripts (issue 6568055)

2012-09-27 Thread lemzwerg
Please don't use `epsilon' in set_char_box. I think the problem is that you `sharpen' a coordinate distance by doing `define_pixels (y_off)', however, only `black distances' (to use the TrueType vocabulary) like vertical or horizontal stem widths should be handled like that. In general, I would

Re: Adds tick mark to scripts (issue 6568055)

2012-09-28 Thread lemzwerg
LGTM. http://codereview.appspot.com/6568055/diff/7001/mf/feta-scripts.mf File mf/feta-scripts.mf (right): http://codereview.appspot.com/6568055/diff/7001/mf/feta-scripts.mf#newcode1781 mf/feta-scripts.mf:1781: penlabels (1,2,3,4); z4 is not defined with penpos4, so you should use `labels' inste

Regularize lyrics lexer mode (issue 6594047)

2012-09-29 Thread lemzwerg
LGTM. http://codereview.appspot.com/6594047/ ___ lilypond-devel mailing list lilypond-devel@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-devel

Re: lilypond-book: treat iffalse sections in latex as block comments (issue 6584073)

2012-10-05 Thread lemzwerg
http://codereview.appspot.com/6584073/diff/1/python/book_latex.py File python/book_latex.py (right): http://codereview.appspot.com/6584073/diff/1/python/book_latex.py#newcode88 python/book_latex.py:88: \\iffalse.*\\fi))''', On 2012/10/06 02:12:41, Julien Rioux wrote: .* should be replaced by th

Re: convert-ly (issue 2670) (issue 6610058)

2012-10-05 Thread lemzwerg
http://codereview.appspot.com/6610058/diff/2001/scripts/convert-ly.py File scripts/convert-ly.py (right): http://codereview.appspot.com/6610058/diff/2001/scripts/convert-ly.py#newcode357 scripts/convert-ly.py:357: sys.exit(errors) Are you going to report the number of errors using the `errors' v

Re: convert-ly (issue 2670) (issue 6610058)

2012-10-06 Thread lemzwerg
LGTM now. http://codereview.appspot.com/6610058/ ___ lilypond-devel mailing list lilypond-devel@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-devel

Make arguments like Context.GrobName accessible as symbol lists (issue 6635050)

2012-10-08 Thread lemzwerg
LGTM, without testing, and without really understanding the change. However, simplifications and generalizations are always a good thing. http://codereview.appspot.com/6635050/diff/1/Documentation/de/notation/pitches.itely File Documentation/de/notation/pitches.itely (right): http://codereview.

Re: Make arguments like Context.GrobName accessible as symbol lists (issue 6635050)

2012-10-09 Thread lemzwerg
LGTM. http://codereview.appspot.com/6635050/diff/7002/ly/music-functions-init.ly File ly/music-functions-init.ly (right): http://codereview.appspot.com/6635050/diff/7002/ly/music-functions-init.ly#newcode105 ly/music-functions-init.ly:105: (ly:input-warning location (_ "not a spanner name, `~a'

Implement session-terminate in lily.scm (issue 6742043)

2012-10-18 Thread lemzwerg
LGTM. http://codereview.appspot.com/6742043/ ___ lilypond-devel mailing list lilypond-devel@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-devel

Revert "Archive baselines in LILYPOND_BASELINES directory if specified" (issue 6709073)

2012-10-23 Thread lemzwerg
LGTM. http://codereview.appspot.com/6709073/ ___ lilypond-devel mailing list lilypond-devel@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-devel

Issue 2917: Extend \keepWithTag to allow multiple tags (issue 6744070)

2012-10-23 Thread lemzwerg
LGTM. Any convert rules necessary? http://codereview.appspot.com/6744070/ ___ lilypond-devel mailing list lilypond-devel@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-devel

Allow quoted identifiers like to be used like \"violin1", not just defined. (issue 6778055)

2012-10-26 Thread lemzwerg
LGTM. http://codereview.appspot.com/6778055/ ___ lilypond-devel mailing list lilypond-devel@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-devel

Re: Allow digits in identifiers (issue 6493072)

2012-10-28 Thread lemzwerg
LGTM. Nice idea. I'm not sure whether this fits into the large picture w.r.t. syntax normalization as envisioned by David, but at least for me it looks reasonable. http://codereview.appspot.com/6493072/ ___ lilypond-devel mailing list lilypond-devel@

Document symbol list changes. (issue 6813079)

2012-11-02 Thread lemzwerg
LGTM. http://codereview.appspot.com/6813079/ ___ lilypond-devel mailing list lilypond-devel@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-devel

Allow (closed) scheme function calls as text scripts. (issue 6812088)

2012-11-05 Thread lemzwerg
Very nice! http://codereview.appspot.com/6812088/ ___ lilypond-devel mailing list lilypond-devel@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-devel

Re: markup-commands rest-by-number and rest (issue 6850073)

2012-11-18 Thread lemzwerg
http://codereview.appspot.com/6850073/diff/1/scm/define-markup-commands.scm File scm/define-markup-commands.scm (right): http://codereview.appspot.com/6850073/diff/1/scm/define-markup-commands.scm#newcode3341 scm/define-markup-commands.scm:3341: breve, longa and maxima are valid input-strings Th

Add dead-is-alive boolean property to Hara_kiri_group_spanner (issue 6948058)

2012-12-15 Thread lemzwerg
LGTM. Do we have a regtest (or rather, an example) which demonstrates how to use it? https://codereview.appspot.com/6948058/ ___ lilypond-devel mailing list lilypond-devel@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-devel

Issue 3049: Parser outputs Lyric events for illegal note names (issue 7017044)

2012-12-26 Thread lemzwerg
LGTM. https://codereview.appspot.com/7017044/ ___ lilypond-devel mailing list lilypond-devel@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-devel

Simplify several library functions. (issue 7020044)

2012-12-27 Thread lemzwerg
Everything looks very nice! I just wonder how it comes that those simplifications haven't been done from the very beginning: Is it possible that functions like `any' or `every' are new in Scheme? https://codereview.appspot.com/7020044/ ___ lilypond-de

Re: Dual license the files under mf/ using OFL. (issue 6970046)

2012-12-27 Thread lemzwerg
Sorry for being late. LGTM, with a (not so) minor nit. https://codereview.appspot.com/6970046/diff/1/LICENSE.OFL File LICENSE.OFL (right): https://codereview.appspot.com/6970046/diff/1/LICENSE.OFL#newcode2 LICENSE.OFL:2: Copyright (c) 1996, 1997, ..., 2012, The LilyPond authors (lilypond.org)

Issue 3073: Context definitions and context mods ignore \unset (issue 7038044)

2012-12-31 Thread lemzwerg
LGTM https://codereview.appspot.com/7038044/ ___ lilypond-devel mailing list lilypond-devel@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-devel

Let ChordNameVoice use the same performers as Voice (issue 7054043)

2013-01-04 Thread lemzwerg
LGTM. Thanks for the quick fix. https://codereview.appspot.com/7054043/ ___ lilypond-devel mailing list lilypond-devel@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-devel

Re: Add warning message for unknown characters (2889) / Fix assertion (2983) (issue 6625078)

2013-01-05 Thread lemzwerg
Uh, oh, I failed to use git-cl correctly, so this Rietvield issue is used for two tracker items... Sorry. https://codereview.appspot.com/6625078/ ___ lilypond-devel mailing list lilypond-devel@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-de

Re: Dual license the files under mf/ using OFL. (issue 6970046)

2013-01-05 Thread lemzwerg
LGTM https://codereview.appspot.com/6970046/ ___ lilypond-devel mailing list lilypond-devel@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-devel

Create a \tuplet function to complement \times and tupletSpannerDuration (issue 7058068)

2013-01-09 Thread lemzwerg
LGTM. https://codereview.appspot.com/7058068/ ___ lilypond-devel mailing list lilypond-devel@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-devel

Re: Better staggering of accidental placements. (issue 7101045)

2013-01-14 Thread lemzwerg
https://codereview.appspot.com/7101045/diff/5001/scm/define-context-properties.scm File scm/define-context-properties.scm (right): https://codereview.appspot.com/7101045/diff/5001/scm/define-context-properties.scm#newcode310 scm/define-context-properties.scm:310: (horizontallyStaggerDifferentVoi

Re: Updates ancient clefs (issue 7180043)

2013-01-21 Thread lemzwerg
LGTM. https://codereview.appspot.com/7180043/ ___ lilypond-devel mailing list lilypond-devel@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-devel

Remove complete aborts in the lexer (issue 7202048)

2013-01-24 Thread lemzwerg
LGTM. https://codereview.appspot.com/7202048/ ___ lilypond-devel mailing list lilypond-devel@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-devel

let beam thickness depend on line thickness (fix 3173) (issue 7312091)

2013-02-12 Thread lemzwerg
LGTM, inspite of the compilation error which I can't explain :-) https://codereview.appspot.com/7312091/ ___ lilypond-devel mailing list lilypond-devel@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-devel

Re: Avoid excessive number of dots in chords (#3179). (issue 7319049)

2013-02-17 Thread lemzwerg
Thanks for the review. https://codereview.appspot.com/7319049/diff/2001/lily/dot-column.cc File lily/dot-column.cc (right): https://codereview.appspot.com/7319049/diff/2001/lily/dot-column.cc#newcode63 lily/dot-column.cc:63: vector allowed_y_positions; On 2013/02/17 08:20:39, Keith wrote: It w

Re: Avoid excessive number of dots in chords (#3179). (issue 7319049)

2013-02-18 Thread lemzwerg
... next patch set will follow soon. https://codereview.appspot.com/7319049/diff/7001/lily/dot-column.cc File lily/dot-column.cc (right): https://codereview.appspot.com/7319049/diff/7001/lily/dot-column.cc#newcode206 lily/dot-column.cc:206: p += (int) robust_scm2double (dp.dot_->get_property ("

Re: Avoid excessive number of dots in chords (#3179). (issue 7319049)

2013-02-19 Thread lemzwerg
We do lose the double-dot on << f'4.. \\ f'2. >> Yes. As shown in the scanned Beethoven example in #3179, what lilypond currently does with `chord-dots' off is not correct either... Well, Gould is showing the usual case, where notes have Dots.staff-position = 0. You were asking for opinions

Issue 2985: lilypond: Umlauts and other special characters incorrectly exported to PDF meta data (issue 7393055)

2013-02-25 Thread lemzwerg
LGTM. https://codereview.appspot.com/7393055/ ___ lilypond-devel mailing list lilypond-devel@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-devel

Make test-output-distance regtest contain span bars (issue 7400057)

2013-02-27 Thread lemzwerg
LGTM. https://codereview.appspot.com/7400057/ ___ lilypond-devel mailing list lilypond-devel@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-devel

Re: Allows slurs to break at barlines. (issue 7424049)

2013-02-28 Thread lemzwerg
Very nice, and thanks a lot! From visual inspection only, LGTM. Just curious: You apparently like the word `junk', however, I find it not optimal. Can you replace this with `discard' or `cut' within the command names? https://codereview.appspot.com/7424049/diff/3002/scm/define-music-types.sc

Re: Allows slurs to break at barlines. (issue 7424049)

2013-02-28 Thread lemzwerg
Much better, thanks! https://codereview.appspot.com/7424049/ ___ lilypond-devel mailing list lilypond-devel@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-devel

Allows minimum-length to work for end-of-line spanners. (issue 7453046)

2013-03-03 Thread lemzwerg
LGTM. Thanks for the good comment :-) https://codereview.appspot.com/7453046/ ___ lilypond-devel mailing list lilypond-devel@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-devel

Adds Ferneyhough hairpins to LilyPond. (issue 7615043)

2013-03-07 Thread lemzwerg
From visual inspection, LGTM. https://codereview.appspot.com/7615043/diff/1/scm/output-lib.scm File scm/output-lib.scm (right): https://codereview.appspot.com/7615043/diff/1/scm/output-lib.scm#newcode929 scm/output-lib.scm:929: form. @code{x} is the portion of the width consumed for a given lin

Remove -d old-relative compatibility option (issue 7764046)

2013-03-14 Thread lemzwerg
LGTM https://codereview.appspot.com/7764046/ ___ lilypond-devel mailing list lilypond-devel@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-devel

Prohibit non-postevents from music functions to be used as post-event (issue 7866043)

2013-03-16 Thread lemzwerg
LGTM. https://codereview.appspot.com/7866043/ ___ lilypond-devel mailing list lilypond-devel@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-devel

Remove obscure GNOME-backend related commands from Emacs LilyPond-mode (issue 7583044)

2013-03-16 Thread lemzwerg
LGTM. https://codereview.appspot.com/7583044/ ___ lilypond-devel mailing list lilypond-devel@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-devel

Make a PostEvents container class for packaging several postevents (issue 7742044)

2013-03-16 Thread lemzwerg
LGTM. The combination `\' `\n' `\(' is probably worth a comment in the contributors' manual. https://codereview.appspot.com/7742044/ ___ lilypond-devel mailing list lilypond-devel@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-devel

Re: Script for running pixel-based regtest comparisons (issue 7578046)

2013-03-16 Thread lemzwerg
LGTM. My only (very minor) concern are overlong lines in the script, something which I consider hard to read. If possible, stay within the 80 character per line limit. https://codereview.appspot.com/7578046/ ___ lilypond-devel mailing list lilypond-

Re: Allows slurs to break at barlines. (issue 7424049)

2013-03-18 Thread lemzwerg
https://codereview.appspot.com/7424049/diff/41001/input/regression/repeat-slur.ly File input/regression/repeat-slur.ly (right): https://codereview.appspot.com/7424049/diff/41001/input/regression/repeat-slur.ly#newcode10 input/regression/repeat-slur.ly:10: " This should be rather @code{\\breakSlu

Re: Allows slurs to break at barlines. (issue 7424049)

2013-03-19 Thread lemzwerg
LGTM. I can't help with the problem you are mentioning, but I have the feeling that the overall code has improved (and probably become simpler also) w.r.t. previous versions of the patch. Congrats! https://codereview.appspot.com/7424049/diff/53001/input/regression/repeat-slur.ly File input/re

Let lilymidi display key signatures in a readable manner (issue 7836046)

2013-03-19 Thread lemzwerg
LGTM https://codereview.appspot.com/7836046/ ___ lilypond-devel mailing list lilypond-devel@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-devel

Re: Allows slurs to break at barlines. (issue 7424049)

2013-03-19 Thread lemzwerg
https://codereview.appspot.com/7424049/diff/62001/input/regression/repeat-slur.ly File input/regression/repeat-slur.ly (right): https://codereview.appspot.com/7424049/diff/62001/input/regression/repeat-slur.ly#newcode9 input/regression/repeat-slur.ly:9: broken slur at a bar, use @code{\broken} w

Fix composition of markup lists containing markup command list calls (issue 7799048)

2013-03-23 Thread lemzwerg
LGTM. https://codereview.appspot.com/7799048/ ___ lilypond-devel mailing list lilypond-devel@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-devel

Provide \absolute music function to complement \relative (issue 7949044)

2013-03-24 Thread lemzwerg
LGTM. https://codereview.appspot.com/7949044/ ___ lilypond-devel mailing list lilypond-devel@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-devel

Define call-after-session for cleanup called after every file (issue 8310043)

2013-04-03 Thread lemzwerg
LGTM https://codereview.appspot.com/8310043/ ___ lilypond-devel mailing list lilypond-devel@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-devel

Time signature before repeat bars at beginning of line; issue 828 (issue 8508043)

2013-04-07 Thread lemzwerg
LGTM. Do we have a regtest for this? https://codereview.appspot.com/8508043/ ___ lilypond-devel mailing list lilypond-devel@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-devel

Re: Restore dots that overflow chords; issue 3179 (issue 8266047)

2013-04-07 Thread lemzwerg
LGTM, with minor nits. Thanks for the patch! https://codereview.appspot.com/8266047/diff/15001/input/regression/chord-dots.ly File input/regression/chord-dots.ly (left): https://codereview.appspot.com/8266047/diff/15001/input/regression/chord-dots.ly#oldcode21 input/regression/chord-dots.ly:21

Re: Restore dots that overflow chords; issue 3179 (issue 8266047)

2013-04-08 Thread lemzwerg
LGTM, but one patch too much :-) https://codereview.appspot.com/8266047/diff/19001/ly/titling-init.ly File ly/titling-init.ly (left): https://codereview.appspot.com/8266047/diff/19001/ly/titling-init.ly#oldcode144 ly/titling-init.ly:144: Oops! Changes to this file probably don't belong to this

Creates minor overlap in slur skyline buildings (issue 8723043)

2013-04-12 Thread lemzwerg
Why is this patch necessary at all? And what's the value `0.01'? Please add a comment. https://codereview.appspot.com/8723043/ ___ lilypond-devel mailing list lilypond-devel@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-devel

Gives DynamicTextSpanner a default skyline-horizontal-padding (issue 8799045)

2013-04-17 Thread lemzwerg
LGTM. https://codereview.appspot.com/8799045/ ___ lilypond-devel mailing list lilypond-devel@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-devel

Gives MetronomeMark default skyline-horizontal-padding of 0.2 (issue 8632044)

2013-04-17 Thread lemzwerg
LGTM. https://codereview.appspot.com/8632044/ ___ lilypond-devel mailing list lilypond-devel@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-devel

Tempo and Rehearsal marks horizontal positioning; issue 3279 (issue 8189043)

2013-04-18 Thread lemzwerg
LGTM. Great work! https://codereview.appspot.com/8189043/diff/45001/Documentation/learning/tweaks.itely File Documentation/learning/tweaks.itely (right): https://codereview.appspot.com/8189043/diff/45001/Documentation/learning/tweaks.itely#newcode2288 Documentation/learning/tweaks.itely:2288:

Re: Better shape control of arpeggio brackets. (issue 8859051)

2013-04-29 Thread lemzwerg
Reviewers: Trevor Daniels, Message: OK, will use `protrusion'. `edge-length' is already taken, unfortunately, for exactly the same thing, namely to control tuplet brackets. However, this is a pair value, while arpeggio brackets use a different mechanism (namely the ly:bracket interface) which n

Re: Doc: List predefined procedures for `barNumberVisibility' property. (issue 9036044)

2013-05-01 Thread lemzwerg
https://codereview.appspot.com/9036044/diff/1/scm/define-context-properties.scm File scm/define-context-properties.scm (right): https://codereview.appspot.com/9036044/diff/1/scm/define-context-properties.scm#newcode143 scm/define-context-properties.scm:143: bars (which get bar numbers in parenth

metronome/tempo marks: accurate initial placment, for page breaking (issue 9073043)

2013-05-01 Thread lemzwerg
https://codereview.appspot.com/9073043/diff/1/scm/output-lib.scm File scm/output-lib.scm (right): https://codereview.appspot.com/9073043/diff/1/scm/output-lib.scm#newcode861 scm/output-lib.scm:861: (ly:grob-property grob 'outside-staff-padding 0.0)) It would be interesting to know why 1.0 was ad

Issue 3344: modern-straight-flag and convert-ly (issue 9115043)

2013-05-02 Thread lemzwerg
LGTM https://codereview.appspot.com/9115043/ ___ lilypond-devel mailing list lilypond-devel@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-devel

More options to make-regtest-pngs.sh, use GNU parallel for faster conversion (issue 8836047)

2013-05-02 Thread lemzwerg
LGTM https://codereview.appspot.com/8836047/ ___ lilypond-devel mailing list lilypond-devel@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-devel

Re: Issue 3330: redo much of the stencil stacking/spacing/empty-check (issue 8869044)

2013-05-02 Thread lemzwerg
https://codereview.appspot.com/8869044/diff/60001/scripts/auxiliar/make-regtest-pngs.sh File scripts/auxiliar/make-regtest-pngs.sh (left): https://codereview.appspot.com/8869044/diff/60001/scripts/auxiliar/make-regtest-pngs.sh#oldcode9 scripts/auxiliar/make-regtest-pngs.sh:9: # Isn't this patch

Re: Revert spacing of tempo marks (issue 9073043)

2013-05-04 Thread lemzwerg
LGTM. https://codereview.appspot.com/9073043/ ___ lilypond-devel mailing list lilypond-devel@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-devel

Adjust padding for skylines; issue 3336 (issue 9210044)

2013-05-04 Thread lemzwerg
LGTM while looking at the code, and I suppose that you are checking all layout differences :-) https://codereview.appspot.com/9210044/ ___ lilypond-devel mailing list lilypond-devel@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-devel

Re: Issue 3349: missing duration in \displayLilyMusic after a triplet (issue 9204043)

2013-05-09 Thread lemzwerg
LGTM. https://codereview.appspot.com/9204043/ ___ lilypond-devel mailing list lilypond-devel@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-devel

Fix accounting problem in page breaking (issue 9705043)

2013-05-23 Thread lemzwerg
LGTM https://codereview.appspot.com/9705043/ ___ lilypond-devel mailing list lilypond-devel@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-devel

Change bad spacing in input/regression/{morgenlied, typography-demo}.ly (issue 9709043)

2013-05-23 Thread lemzwerg
LGTM https://codereview.appspot.com/9709043/ ___ lilypond-devel mailing list lilypond-devel@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-devel

Skylines: reject steep-sloped buildings; issue 3383 (issue 9890045)

2013-05-31 Thread lemzwerg
LGTM. https://codereview.appspot.com/9890045/ ___ lilypond-devel mailing list lilypond-devel@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-devel

Re: Unifies mensural ligatures with blot-diameter. (issue 5030053)

2011-09-18 Thread lemzwerg
MF code LGTM. http://codereview.appspot.com/5030053/diff/9001/mf/parmesan-noteheads.mf File mf/parmesan-noteheads.mf (right): http://codereview.appspot.com/5030053/diff/9001/mf/parmesan-noteheads.mf#newcode497 mf/parmesan-noteheads.mf:497: draw_mensural_longa (m_longa_width, m_holeheight, true,

Re: Glyphs for Kievan Notation (issue 4951062)

2011-09-18 Thread lemzwerg
LGTM http://codereview.appspot.com/4951062/diff/24001/mf/feta-kievan.mf File mf/feta-kievan.mf (right): http://codereview.appspot.com/4951062/diff/24001/mf/feta-kievan.mf#newcode52 mf/feta-kievan.mf:52: fill z1{dir 8.6} .. z2 .. z3 A minor thing: Please align this vertically (and at similar pla

Re: Remove spurious spaces from music expression display, adapt tests. (issue 5437140)

2011-12-05 Thread lemzwerg
David, I suggest to apply patches of that kind directly to the repository without setting up a Rietveld issue. http://codereview.appspot.com/5437140/ ___ lilypond-devel mailing list lilypond-devel@gnu.org https://lists.gnu.org/mailman/listinfo/lilypon

lexer.ll: Warn about non-UTF-8 characters (issue 5505090)

2011-12-31 Thread lemzwerg
LGTM. http://codereview.appspot.com/5505090/diff/1/lily/lexer.ll File lily/lexer.ll (right): http://codereview.appspot.com/5505090/diff/1/lily/lexer.ll#newcode1009 lily/lexer.ll:1009: case 0xc2: Wouldn't it be more effective to create an array of 128 bytes (for 0x80-0xFF) which maps `p[i]' to t

Prevents Beam vs Flag collisions (issue 5527047)

2012-01-07 Thread lemzwerg
LGTM. Will test soon. http://codereview.appspot.com/5527047/diff/1/lily/lily-guile.cc File lily/lily-guile.cc (left): http://codereview.appspot.com/5527047/diff/1/lily/lily-guile.cc#oldcode573 lily/lily-guile.cc:573: int i = scm_to_int (k); Please apply this cosmetic patch directly to the repo

Re: Let \footnote do the job of \footnote, \footnoteGrob, \autoFootnote and \autoFootnoteGrob (issue 5527058)

2012-01-09 Thread lemzwerg
Thanks, David! http://codereview.appspot.com/5527058/ ___ lilypond-devel mailing list lilypond-devel@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-devel

Re: Let \footnote do the job of \footnote, \footnoteGrob, \autoFootnote and \autoFootnoteGrob (issue 5527058)

2012-01-09 Thread lemzwerg
http://codereview.appspot.com/5527058/diff/1/python/convertrules.py File python/convertrules.py (right): http://codereview.appspot.com/5527058/diff/1/python/convertrules.py#newcode3362 python/convertrules.py:3362: From an orthogonal point of view, those variables should be either named `matchstr

Sketch for DotColumn not triggering vertical alignment. (issue 5538049)

2012-01-12 Thread lemzwerg
LGTM, but not time to test... http://codereview.appspot.com/5538049/diff/1/lily/staff-symbol-referencer.cc File lily/staff-symbol-referencer.cc (right): http://codereview.appspot.com/5538049/diff/1/lily/staff-symbol-referencer.cc#newcode95 lily/staff-symbol-referencer.cc:95: Real y = (pure The

Re: Undefined references in translated manuals (issue 2220). (issue 5539052)

2012-01-12 Thread lemzwerg
Julien, please apply such obvious (and trivial) fixes directly to lilypond without creating a Rietveld issue. http://codereview.appspot.com/5539052/ ___ lilypond-devel mailing list lilypond-devel@gnu.org https://lists.gnu.org/mailman/listinfo/lilypon

Simplify font building. (issue 5695061)

2012-02-24 Thread lemzwerg
LGTM. http://codereview.appspot.com/5695061/ ___ lilypond-devel mailing list lilypond-devel@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-devel

Re: separating flags from noteheads in font (issue4273119)

2011-06-10 Thread lemzwerg
LGTM. http://codereview.appspot.com/4273119/ ___ lilypond-devel mailing list lilypond-devel@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-devel

Several fixes for annotate-spacing. (issue4724041)

2011-07-14 Thread lemzwerg
LGTM. This kind of patch is something I wouldn't discuss on Rietveld but rather push immediately... http://codereview.appspot.com/4724041/ ___ lilypond-devel mailing list lilypond-devel@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-devel

Re: First pass at avoiding very high slurs (fixes issue 163). (issue4817048)

2011-07-23 Thread lemzwerg
I don't mind if we have another obscure entry in the detail list currently. If your patches fixes the problem reliably, this would be a great immediate help. IMHO, at some point in the hopefully not too distant future, the whole handling of slurs and ties must be re-examined to make it more user

Re: Lilypond-book: Implement musicxml support in lilypond-book (issue1659041)

2011-07-26 Thread lemzwerg
LGTM (without testing). http://codereview.appspot.com/1659041/diff/5001/Documentation/usage/lilypond-book.itely File Documentation/usage/lilypond-book.itely (right): http://codereview.appspot.com/1659041/diff/5001/Documentation/usage/lilypond-book.itely#newcode207 Documentation/usage/lilypond-b

Re: font: change breve vertical lines (issue4748044)

2011-07-26 Thread lemzwerg
http://codereview.appspot.com/4748044/diff/1/mf/feta-noteheads.mf File mf/feta-noteheads.mf (right): http://codereview.appspot.com/4748044/diff/1/mf/feta-noteheads.mf#newcode181 mf/feta-noteheads.mf:181: % when there is an interval of fourth. Wouldn't it be simpler to explicitly specify the line

Re: font: change breve vertical lines (issue4748044)

2011-07-29 Thread lemzwerg
Aww, i was so proud of this code... :-) Frankly, i don't think we will gain anything from defining a global value. The algorithm i wrote is a bit complicated, but i thinks is easier to understand than what you suggest (if i understood your suggestion correctly). It keeps things in one place

Re: Adds a glyph for tied lyrics. (issue4808074)

2011-08-06 Thread lemzwerg
Please use tabs in MF files. Besides that, everythings looks fine. http://codereview.appspot.com/4808074/ ___ lilypond-devel mailing list lilypond-devel@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-devel

Issue 905: Gracefully ignore UTF-8 BOM in the middle of a file (issue 4908043)

2011-08-15 Thread lemzwerg
Could you please tell me what this patch is good for? A BOM not at the beginning of a file is no longer a BOM... I don't oppose to emitting a warning if U+FEFF is encountered, and we subsequently ignore it (since its use as zero width no-break space is deprecated), but only within strings... Wh

Re: Issue 905: Gracefully ignore UTF-8 BOM in the middle of a file (issue 4908043)

2011-08-15 Thread lemzwerg
OK. Please make the warning message more verbose, though. http://codereview.appspot.com/4908043/ ___ lilypond-devel mailing list lilypond-devel@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-devel

Re: Add hihat halfopen glyph to font (issue 4714043)

2011-08-16 Thread lemzwerg
LGTM. http://codereview.appspot.com/4714043/diff/10001/mf/feta-scripts.mf File mf/feta-scripts.mf (right): http://codereview.appspot.com/4714043/diff/10001/mf/feta-scripts.mf#newcode633 mf/feta-scripts.mf:633: height# / 2, height# / 2); Vertical align mismatch. http://codereview.appspot.com/47

Lilypond-book: Get rid of lilyquote option, use quote instead (issue 4921050)

2011-08-22 Thread lemzwerg
LGTM. http://codereview.appspot.com/4921050/diff/2001/python/book_texinfo.py File python/book_texinfo.py (right): http://codereview.appspot.com/4921050/diff/2001/python/book_texinfo.py#newcode250 python/book_texinfo.py:250: if (QUOTE in snippet.option_dict): Why parentheses? Similar lines in t

Fix 1816: Lilypond-book: Give images 1mm less linewidth (issue 4940043)

2011-08-22 Thread lemzwerg
LGTM. Perhaps you should mention that reducing the line width by 1mm is a temporary hack. http://codereview.appspot.com/4940043/ ___ lilypond-devel mailing list lilypond-devel@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-devel

<    1   2   3   4   5   6   7   8   >