Re: Allows for framing comments in LilyPond backends. (issue 5450086)

2011-12-06 Thread m...@apollinemike.com
Le Dec 7, 2011 à 7:17 AM, d...@gnu.org a écrit : > On 2011/12/07 04:58:58, Colin Campbell wrote: > >> somewhat less painful alternative might be "stencilize" in its many >> permutations: viz. http://dictionary.reference.com/browse/stencilize > >> althopugh to be quite frank, one hopes a more sui

Re: Allows for framing comments in LilyPond backends. (issue 5450086)

2011-12-06 Thread dak
On 2011/12/07 04:58:58, Colin Campbell wrote: somewhat less painful alternative might be "stencilize" in its many permutations: viz. http://dictionary.reference.com/browse/stencilize althopugh to be quite frank, one hopes a more suitable word will come to light. Nevertheless, it should go t

PATCH: Countdown to 20111208

2011-12-06 Thread Colin Campbell
For 21:00 MST Thursday December 8 Build: Issue 2075 : Implement GOP 9 - behavior of make doc - R 5453046 Enhancement: Issue 2077

Re: Allows for framing comments in LilyPond backends. (issue 5450086)

2011-12-06 Thread ColinPKCampbell
On 2011/12/05 08:59:18, J_lowe wrote: http://codereview.appspot.com/5450086/diff/3001/scm/define-grob-properties.scm File scm/define-grob-properties.scm (right): http://codereview.appspot.com/5450086/diff/3001/scm/define-grob-properties.scm#newcode310 scm/define-grob-properties.scm:310: sten

Doc: NR 1.2.1 Ties - added @knownissue (issue 5453066)

2011-12-06 Thread k-ohara5a5a
Looks good. For consistency with NR5.4.6 Painting objects white, you should subtract 4 from each of the layer numbers, and remove the override of StaffSymbol layer. Some people have probably used white-out on text or dynamics (in their default layer=1) to place it over the StaffSymbol, so they de

Re: center NoteColumn

2011-12-06 Thread David Nalesnik
Hi Harm, On Fri, Dec 2, 2011 at 7:06 PM, Thomas Morley wrote: > > But now there's a new problem. Sometimes I've to notice a very small, but > visible displacement of the NoteColumn, if KeyCancellation is left bound > and a new Clef is right bound (mes. 5 of the full test). And I can't figure > o

Re: Commit 4778c7326d726f50f6ac541322006d6b90795945

2011-12-06 Thread David Kastrup
"m...@apollinemike.com" writes: > Le Dec 6, 2011 à 2:01 PM, David Kastrup a écrit : > >> "m...@apollinemike.com" writes: >> >>> Hey all, >>> >>> I believe that the variable `clone' needs to be unquoted in commit >>> 4778c7326d726f50f6ac541322006d6b90795945 (it is part of a quasi-quoted >>> lis

Re: Commit 4778c7326d726f50f6ac541322006d6b90795945

2011-12-06 Thread David Kastrup
David Kastrup writes: > "m...@apollinemike.com" writes: >> >> If one defines a music function incorrectly and then tries to use it, i.e. : >> >> foo = >> #(define-music-function (parser location) >> #{ a #}) >> >> \foo >> >> One gets the following warning message: >> >> Parsing... >> foo.ly:4:1:

Initial reduction of make doc op - Issue 2075 (issue 5453046)

2011-12-06 Thread PhilEHolmes
Reviewers: percivall, Message: Please review simple initial patch. Description: Initial reduction of make doc op - Issue 2075 This proposed patch reduces output to 113,500 lines by pushing lilypond output to logfiles. If there is an error with lilypond-book trying to compile a lilypond file, i

Re: Commit 4778c7326d726f50f6ac541322006d6b90795945

2011-12-06 Thread David Kastrup
"m...@apollinemike.com" writes: > Le Dec 6, 2011 à 2:01 PM, David Kastrup a écrit : > >> "m...@apollinemike.com" writes: >> >>> Hey all, >>> >>> I believe that the variable `clone' needs to be unquoted in commit >>> 4778c7326d726f50f6ac541322006d6b90795945 (it is part of a quasi-quoted >>> lis

Re: Commit 4778c7326d726f50f6ac541322006d6b90795945

2011-12-06 Thread m...@apollinemike.com
Le Dec 6, 2011 à 2:01 PM, David Kastrup a écrit : > "m...@apollinemike.com" writes: > >> Hey all, >> >> I believe that the variable `clone' needs to be unquoted in commit >> 4778c7326d726f50f6ac541322006d6b90795945 (it is part of a quasi-quoted >> list). I haven't tested it thoroughly, but ple

Re: Commit 4778c7326d726f50f6ac541322006d6b90795945

2011-12-06 Thread David Kastrup
"m...@apollinemike.com" writes: > Hey all, > > I believe that the variable `clone' needs to be unquoted in commit > 4778c7326d726f50f6ac541322006d6b90795945 (it is part of a quasi-quoted > list). I haven't tested it thoroughly, but please give it a look and > lemme know if this is indeed the cas

Re: Allows for automatic renumbering of measure numbers at volta repeats. (issue 5440049)

2011-12-06 Thread Werner LEMBERG
>> can you have a look at issue #460 in case you find some time? This >> is neither urgent nor really important, but you've got a feeling of >> this bar stuff meanwhile, I presume... > > Not a prob! You are amazingly fast, faster than Han-Wen at his best time :-) Thanks a lot! Werner PS

Re: Allows for automatic renumbering of measure numbers at volta repeats. (issue 5440049)

2011-12-06 Thread m...@apollinemike.com
Le Dec 6, 2011 à 1:04 PM, n.putt...@gmail.com a écrit : > > http://codereview.appspot.com/5440049/diff/9003/lily/bar-number-engraver.cc > File lily/bar-number-engraver.cc (right): > > http://codereview.appspot.com/5440049/diff/9003/lily/bar-number-engraver.cc#newcode156 > lily/bar-number-engrave

Re: Allows for automatic renumbering of measure numbers at volta repeats. (issue 5440049)

2011-12-06 Thread n . puttock
http://codereview.appspot.com/5440049/diff/9003/lily/bar-number-engraver.cc File lily/bar-number-engraver.cc (right): http://codereview.appspot.com/5440049/diff/9003/lily/bar-number-engraver.cc#newcode156 lily/bar-number-engraver.cc:156: scm_string_concatenate (scm_list_2 (scm_number_to_string (

Commit 4778c7326d726f50f6ac541322006d6b90795945

2011-12-06 Thread m...@apollinemike.com
Hey all, I believe that the variable `clone' needs to be unquoted in commit 4778c7326d726f50f6ac541322006d6b90795945 (it is part of a quasi-quoted list). I haven't tested it thoroughly, but please give it a look and lemme know if this is indeed the case. Cheers, MS ___

Adds parenthesized measure numbers at mid-bar breaks. (issue 5452057)

2011-12-06 Thread reinhold . kainhofer
http://codereview.appspot.com/5452057/diff/1/lily/bar-number-engraver.cc File lily/bar-number-engraver.cc (right): http://codereview.appspot.com/5452057/diff/1/lily/bar-number-engraver.cc#newcode107 lily/bar-number-engraver.cc:107: if (mp.main_part_ != Rational (0)) So, we now always print out t

Re: Allows for automatic renumbering of measure numbers at volta repeats. (issue 5440049)

2011-12-06 Thread m...@apollinemike.com
Le Dec 6, 2011 à 12:29 PM, Werner LEMBERG a écrit : > > Mike, > > > can you have a look at issue #460 in case you find some time? This is > neither urgent nor really important, but you've got a feeling of this > bar stuff meanwhile, I presume... > > >Werner Not a prob! Cheers, MS

Re: Allows for automatic renumbering of measure numbers at volta repeats. (issue 5440049)

2011-12-06 Thread Werner LEMBERG
Mike, can you have a look at issue #460 in case you find some time? This is neither urgent nor really important, but you've got a feeling of this bar stuff meanwhile, I presume... Werner ___ lilypond-devel mailing list lilypond-devel@gnu.org ht

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

2011-12-06 Thread dak
Reviewers: carl.d.sorensen_gmail.com, lemzwerg, Message: On 2011/12/06 05:39:42, lemzwerg wrote: David, I suggest to apply patches of that kind directly to the repository without setting up a Rietveld issue. Done. It is actually part of my EventChord work. I got oodles of display differenc