Re: Implements multiple-line non-cross-staff glissandi (issue4527086)

2011-06-27 Thread mtsolo
http://codereview.appspot.com/4527086/diff/17001/input/regression/glissando-broken-multiple.ly File input/regression/glissando-broken-multiple.ly (right): http://codereview.appspot.com/4527086/diff/17001/input/regression/glissando-broken-multiple.ly#newcode7 input/regression/glissando-broken-mul

Re: [PATCH]: Doc: NR @knownissue for partCombine + spanners (issue4629073)

2011-06-27 Thread pkx166h
Third Draft. Thanks again Trevor. Hopefully I've corrected everything now. I'll wait until tomorrow A.M. and push it then if no one else has any suggestions. http://codereview.appspot.com/4629073/diff/1003/Documentation/notation/simultaneous.itely File Documentation/notation/simultaneous.itely

Re: GOP-PROP 3: C++ formatting

2011-06-27 Thread Graham Percival
On Sun, Jun 26, 2011 at 06:12:07PM -0700, Keith OHara wrote: > On Sun, 26 Jun 2011 10:48:36 -0700, Graham Percival > wrote: > > >A few specific problems with astyle: > >* it doesn’t indent enum in gnu style > I can't find gnu instructions for indenting enums, but if there are any the > ast

Re: Stretching of nested GrandStaff inside StaffGroup?

2011-06-27 Thread Xavier Scheuer
On 19 June 2011 22:50, Xavier Scheuer wrote: > > Decrease the value of StaffGrouper #'staffgroup-staff-spacing for > your GrandStaff (containing the violins). > > By default StaffGrouper #'staffgroup-staff-spacing has bigger values > of 'basic-distance , 'minimum-distance and 'stretchabi

Re: Implements multiple-line non-cross-staff glissandi (issue4527086)

2011-06-27 Thread m...@apollinemike.com
On Jun 27, 2011, at 3:14 PM, Colin Campbell wrote: > On 11-06-27 01:16 AM, mts...@gmail.com wrote: >> >> http://codereview.appspot.com/4527086/diff/17001/input/regression/glissando-broken-multiple.ly >> >> File input/regression/glissando-broken-multiple.ly (right): >> >> http://codereview.apps

Re: Implements multiple-line non-cross-staff glissandi (issue4527086)

2011-06-27 Thread Colin Campbell
On 11-06-27 01:16 AM, mts...@gmail.com wrote: http://codereview.appspot.com/4527086/diff/17001/input/regression/glissando-broken-multiple.ly File input/regression/glissando-broken-multiple.ly (right): http://codereview.appspot.com/4527086/diff/17001/input/regression/glissando-broken-multiple

Re: Implements multiple-line non-cross-staff glissandi (issue4527086)

2011-06-27 Thread Graham Percival
On Mon, Jun 27, 2011 at 03:17:40PM +0200, m...@apollinemike.com wrote: > > Would you (Mike and Neil) like me to re-start the countdown? Otherwise, > > Neil, if you're happy with Mike's changes, this can be pushed, marked > > closed on Reitveld and fixed on the tracker. > > If you have time to ru

Re: Stretching of nested GrandStaff inside StaffGroup?

2011-06-27 Thread Reinhold Kainhofer
Am Montag, 27. Juni 2011, 15:14:31 schrieb Xavier Scheuer: > On 19 June 2011 22:50, Xavier Scheuer wrote: > > Decrease the value of StaffGrouper #'staffgroup-staff-spacing for > > your GrandStaff (containing the violins). > > > > By default StaffGrouper #'staffgroup-staff-spacing has bigger

Re: [PATCH]: Doc: NR @knownissue for partCombine + spanners (issue4629073)

2011-06-27 Thread percival . music . ca
still looks good; pushing tomorrow am is fine with me. http://codereview.appspot.com/4629073/ ___ lilypond-devel mailing list lilypond-devel@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-devel

Re: Dynamic + text aligned: BEST solution?

2011-06-27 Thread Xavier Scheuer
On 25 June 2011 03:12, Marc Mouries wrote: > > You can also watch this MIT video course: Overview and Introduction to Lisp > http://www.youtube.com/watch?v=2Op3QLzMgSY > Thanks, I'll have a look at it. Every snippet proposed for dynamic + text aligned works and I do not (usually) see noticeable

Re: GOP-PROP 3: C++ formatting

2011-06-27 Thread Keith OHara
On Mon, 27 Jun 2011 05:45:54 -0700, Graham Percival wrote: On Sun, Jun 26, 2011 at 06:12:07PM -0700, Keith OHara wrote: On Sun, 26 Jun 2011 10:48:36 -0700, Graham Percival wrote: >A few specific problems with astyle: >* it doesn’t indent enum in gnu style I can't find gnu instructions

Re: GOP-PROP 3: C++ formatting

2011-06-27 Thread Graham Percival
On Mon, Jun 27, 2011 at 08:46:17AM -0700, Keith OHara wrote: > In defense of astyle, I should have written astyle -Udp > --unpad-paren > --pad-paren-out > --pad-oper Huh. > and if a human puts a space in "context ()" astyle -Udp leaves it in place. ?! hmm, looks promising. I've added my fi

Allows for rider grobs in outside-staff-priority. (issue4639075)

2011-06-27 Thread mtsolo
Reviewers: , Message: Useful for stuff like: \version "2.15" \relative c' { \override TupletBracket #'outside-staff-priority = #1 \times 2/3 { c2^.^>^|^-^\espressivo c c } } Description: Allows for rider grobs in outside-staff-priority. Please review this at http://codereview.appspot.com/463

Backporting for 2.14.2

2011-06-27 Thread Carl Sorensen
I'm trying to get ready for release 2.14.2. In general, I'd like bugfixes from 2.15.x to show up in 2.14.2. To do this, I'm searching the issues, looking for fixed_2_15_1, fixed_2_15_2, fixed_2_15_3. If I can backport, I do so, then mark the issue fixed_2_14_2. This system seems to work pretty

Re: Backporting for 2.14.2

2011-06-27 Thread Graham Percival
On Mon, Jun 27, 2011 at 01:13:55PM -0600, Carl Sorensen wrote: > I have a question about issue 1655. In order to allow longa rests in > MultiMeasureRest grobs, a couple of new properties are added: > round-to-longer-rest and usable-duration-logs. Additionally, one property > is deleted: use-breve

__stack_chk_fail@GLIBC_2.4

2011-06-27 Thread Graham Percival
GUB, using the release-2.14 branch, dies on linux-x86::lilypond-doc. Apparently our docs now contain something which uses a code path which we never used before? This discussion: http://stackoverflow.com/questions/5090881/libgcc-s-so-undefined-reference-to-stack-chk-failglibc-2-4 suggests to add

Re: Implements multiple-line non-cross-staff glissandi (issue4527086)

2011-06-27 Thread n . puttock
http://codereview.appspot.com/4527086/diff/23001/scm/output-lib.scm File scm/output-lib.scm (right): http://codereview.appspot.com/4527086/diff/23001/scm/output-lib.scm#newcode798 scm/output-lib.scm:798: (define-public (glissando::before-line-breaking grob) add docstring inside function http://

Re: Allows for rider grobs in outside-staff-priority. (issue4639075)

2011-06-27 Thread n . puttock
On 2011/06/27 17:38:04, MikeSol wrote: Useful for stuff like: \version "2.15" \relative c' { \override TupletBracket #'outside-staff-priority = #1 \times 2/3 { c2^.^>^|^-^\espressivo c c } } This doesn't look too good: \relative c' { \override TupletBracket #'outside-staff-priority = #1

Re: Implements multiple-line non-cross-staff glissandi (issue4527086)

2011-06-27 Thread pkx166h
Hello, I get a strange error when I apply this patch and then run 'make'. --make[2]: Entering directory `/home/james/lilypond-git/Documentation/topdocs' LILYPOND_VERSION=2.15.3 /usr/bin/python ../../scripts/lilypond-book.py -I ./ -I ./out -I ../../input -I /home/james/lilypond-git/Documentation -

Re: Implements multiple-line non-cross-staff glissandi (issue4527086)

2011-06-27 Thread pkx166h
Sorry, I didn't realise my clipboard buffer was as small as it was. The error was incomplete in the previous comment. I'll try again. --make[2]: Entering directory `/home/james/lilypond-git/Documentation/topdocs' LILYPOND_VERSION=2.15.3 /usr/bin/python ../../scripts/lilypond-book.py -I ./ -I

Re: Implements multiple-line non-cross-staff glissandi (issue4527086)

2011-06-27 Thread percival . music . ca
On 2011/06/27 23:17:21, J_lowe wrote: --no-headers --output out/INSTALL.txt out/INSTALL.texi out/AUTHORS.texi: No such file or directory make[2]: *** [out/AUTHORS.txt] Error 1 make[2]: *** Waiting for unfinished jobs out/INSTALL.texi: No such file or directory make[2]: *** [out/INSTALL.txt] E

Re: Implements multiple-line non-cross-staff glissandi (issue4527086)

2011-06-27 Thread pkx166h
That looks like the normal problem when compiling with -j2 or -j3 (or -j8). Thanks, I turned it off and had no problems. Oh well. Anyway, no problems with reg tests. http://codereview.appspot.com/4527086/ ___ lilypond-devel mailing list lilypond-

PATCHES: 48 hour countdown for Braces redesigned, Attaches bound info, Feta flags

2011-06-27 Thread Colin Campbell
Wednesday 19:30 MST http://codereview.appspot.com/4581060/ Issue 1712 Braces redesigned http://codereview.appspot.com/4605047 Issue 1693 Attaches bound info to beam for better normalized-endpoint calculations http://codereview.appspot.com/4662055/ Issue 1709 Add feta-flags to build system

Re: PATCHES: 48 hour countdown for Braces redesigned, Attaches bound info, Feta flags

2011-06-27 Thread Carl Sorensen
On 6/27/11 7:22 PM, "Colin Campbell" wrote: > Wednesday 19:30 MST > http://codereview.appspot.com/4662055/ Issue 1709 Add feta-flags to > build system There were some suggestions that have not yet been dealt with, so this isn't yet ready to push. It should be moved to patch-needs work, I thi

Re: how to create baroque ornaments

2011-06-27 Thread Carl Sorensen
On 6/27/11 3:26 PM, "Nicolas Sceaux" wrote: > Le 27 juin 2011 à 21:23, Giso Grimm a écrit : > >> How can I create ornaments like those in the attached example? >> >> I tried \markup with creating a path, however, this is always placed >> outside the staff. The desired ornament should always

Re: PATCHES: 48 hour countdown for Braces redesigned, Attaches bound info, Feta flags

2011-06-27 Thread Colin Campbell
On 11-06-27 09:03 PM, Carl Sorensen wrote: On 6/27/11 7:22 PM, "Colin Campbell" wrote: Wednesday 19:30 MST http://codereview.appspot.com/4662055/ Issue 1709 Add feta-flags to build system There were some suggestions that have not yet been dealt with, so this isn't yet ready to push. It sho

Re: GOP-PROP 3: C++ formatting

2011-06-27 Thread Keith OHara
On Mon, 27 Jun 2011 10:37:10 -0700, Graham Percival wrote: When I look at git diff origin/dev/gperciva-fixcc origin/dev/gperciva-astyle I'm still leery about some changes. Some indentation is off because fix-astyle-fiddle removes spaces after indentation. (fixcc.py does *pre*-processing