Re: Fix 1805: AmbitusAccidental needs avoid-slur, needed when the notes in the ambitus have a slur (issue 4904049)

2011-09-07 Thread tdanielsmusic
LGTM, but the regession test needs work http://codereview.appspot.com/4904049/diff/3001/input/regression/ambitus-slur.ly File input/regression/ambitus-slur.ly (right): http://codereview.appspot.com/4904049/diff/3001/input/regression/ambitus-slur.ly#newcode3 input/regression/ambitus-slur.ly:3: t

Re: translation goofs again

2011-09-07 Thread Janek Warchoł
2011/9/4 Francisco Vila : > 2011/9/4 Graham Percival : >> To whoever is merging lilypond/translation with master: >> >> file from VC not distributed: >> lilypond-2.15.10/Documentation/it/included/generating-output.itexi >> file from VC not distributed: >> lilypond-2.15.10/Documentation/it/included/

GOP-PROP 10: scheme indentation

2011-09-07 Thread Graham Percival
I know that Neil had some concerns; it would be nice if those could be resolved in the next few days so that we can keep this moving forward. I'm hoping to auto-indent all ‘.scm’ files in the git tree on 2011 Sep 16. There's no particular rush for this, so I'm perfectly content to delay that if

2.16 around the corner

2011-09-07 Thread Graham Percival
We have now reached 0 Critical issues. It would be great if we could verify the fixed issues, and if we could find out if anything broke in 2.15.10. Once that's done, I'll go ahead with release candidate 2, hopefully in a few days. Then we'll be into a 7-day countdown for Critical issues; there'

Re: translation goofs again

2011-09-07 Thread Federico Bruni
2011/9/7 Janek Warchoł > > Francisco, can I help you somehow? > > Hi Janek, Graham has already fixed it. ___ lilypond-devel mailing list lilypond-devel@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-devel

What are 'cells' in reg tests?

2011-09-07 Thread Peekay Ex
Hello, With regard to http://code.google.com/p/lilypond/issues/detail?id=1858 "unexplained increase in profile reports" and keith's initial comment: --snip-- The reported 'cells', in the profile output for the regression tests, doubled for several tests between 2.15.8 and 2.15.9. "lyric-tie.pr

Re: GOP-PROP 11: git repositories

2011-09-07 Thread Wols Lists
On 06/09/11 18:38, Graham Percival wrote: > On that note, I wonder if it would be worth standardizing > everything on LILYPOND_GIT instead of $HOME/lilypond-git. There > would be no change to lilydev people, since we'd set that up for > them, so it's just a matter of changing all the scripts+docs

Re: What are 'cells' in reg tests?

2011-09-07 Thread Reinhold Kainhofer
On Mi.,  7. Sep. 2011 12:44:50 CEST, Peekay Ex wrote: > What do these 'cells' indicate and as I do a lot of reg tests now > should I be looking at these more closely than I have been (ie. I > haven't been at all) rather than just focusing on the pretty pictures? A cell in guile (see also guile's

Empty music sheet generator in LilyPond

2011-09-07 Thread Reinhold Kainhofer
Every now and then you need empty music sheets to write a score or arrangement manually. To automate this, I have created a small online creator for empty music sheets, which uses lilypond as the backend to produce the nice sheets: http://www.edition-kainhofer.com/en/empty-scoresheets.html Plea

Re: Empty music sheet generator in LilyPond

2011-09-07 Thread Carl Sorensen
On 9/7/11 9:24 AM, "Reinhold Kainhofer" wrote: > > Please let me know what you think about it, before I'll announce it on -user. > For example, if you feel that some score type is missing, it's really easy to > add more than the currently available. Way cool! This is marvelous. I think it's

Re: Empty music sheet generator in LilyPond

2011-09-07 Thread Federico Bruni
2011/9/7 Reinhold Kainhofer > Every now and then you need empty music sheets to write a score or > arrangement > manually. To automate this, I have created a small online creator for empty > music sheets, which uses lilypond as the backend to produce the nice > sheets: > > http://www.edition-kain

Re: Empty music sheet generator in LilyPond

2011-09-07 Thread Kim Shrier
On Sep 7, 2011, at 9:24 AM, Reinhold Kainhofer wrote: > Every now and then you need empty music sheets to write a score or > arrangement > manually. To automate this, I have created a small online creator for empty > music sheets, which uses lilypond as the backend to produce the nice sheets: >

Re: Empty music sheet generator in LilyPond

2011-09-07 Thread Reinhold Kainhofer
Am Mittwoch, 7. September 2011, 17:41:49 schrieb Carl Sorensen: > On 9/7/11 9:24 AM, "Reinhold Kainhofer" wrote: > > Please let me know what you think about it, before I'll announce it on > > -user. For example, if you feel that some score type is missing, it's > > really easy to add more than the

Re: Empty music sheet generator in LilyPond

2011-09-07 Thread Bernardo Barros
Very nice, Reinhold!! A suggestion: would be nice to make an option to *not* have clefs and initial indentation. ___ lilypond-devel mailing list lilypond-devel@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-devel

Re: Empty music sheet generator in LilyPond

2011-09-07 Thread Trevor Daniels
Hi Reinhold Looks really useful, and has a nice clear UI. I'll certainly recommend this to all my musical friends who haven't yet found LilyPond - it's a beautiful introduction to get them hooked! Trevor - Original Message - From: "Reinhold Kainhofer" To: Sent: Wednesday, Septem

proposed Patch: \define-scheme-function

2011-09-07 Thread David Kastrup
The recent \contextStringTunings fixes were dissatisfactory to me because I found the user interface awkward anyway. Employing http://codereview.appspot.com/4969062>, one can code a new command and the respective regtest as follows: %% A scheme function for converting a chord to a string tuning

Re: Empty music sheet generator in LilyPond

2011-09-07 Thread Reinhold Kainhofer
Am Mittwoch, 7. September 2011, 18:45:42 schrieb Bernardo Barros: > Very nice, Reinhold!! > > A suggestion: would be nice to make an option to *not* have clefs and > initial indentation. I have now added groups of 2 - 6 staves without any clef. This should suffice, right? And I have added an opt

Re: Empty music sheet generator in LilyPond

2011-09-07 Thread Hans Aberg
On 7 Sep 2011, at 17:24, Reinhold Kainhofer wrote: > Every now and then you need empty music sheets to write a score or > arrangement > manually. To automate this, I have created a small online creator for empty > music sheets, which uses lilypond as the backend to produce the nice sheets: >

Re: Empty music sheet generator in LilyPond

2011-09-07 Thread Marc Hohl
Am 07.09.2011 17:53, schrieb Kim Shrier: On Sep 7, 2011, at 9:24 AM, Reinhold Kainhofer wrote: Every now and then you need empty music sheets to write a score or arrangement manually. To automate this, I have created a small online creator for empty music sheets, which uses lilypond as the back

Re: proposed Patch: \define-scheme-function

2011-09-07 Thread Carl Sorensen
On 9/7/11 11:20 AM, "David Kastrup" wrote: > > > The recent \contextStringTunings fixes were dissatisfactory to me > because I found the user interface awkward anyway. > > Employing http://codereview.appspot.com/4969062>, one can code a > new command and the respective regtest as follows: >

GOP meta: policies 1-9 recorded

2011-09-07 Thread Graham Percival
I've added the "final" version of GOP-PROP 1-9 to the Contributor's Guide: http://lilypond.org/doc/v2.15/Documentation/contributor/policy-decisions-_0028finished_0029 Each proposal has the final proposal details, a few other sections if I thought they were relevant, and a "discussions" section whi

Re: GOP meta: policies 1-9 recorded

2011-09-07 Thread Carl Sorensen
On 9/7/11 4:29 PM, "Graham Percival" wrote: >> > Please take a look; I may have missed something. LGTM Carl ___ lilypond-devel mailing list lilypond-devel@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-devel

Re: Several fixes for annotate-spacing. (issue 4724041)

2011-09-07 Thread joeneeman
Reviewers: lemzwerg, Neil Puttock, Reinhold, http://codereview.appspot.com/4724041/diff/1/scm/paper-system.scm File scm/paper-system.scm (right): http://codereview.appspot.com/4724041/diff/1/scm/paper-system.scm#newcode112 scm/paper-system.scm:112: (ly:output-def-lookup layout 'system-system-sp

Re: Cleaned up style (issue 4951062)

2011-09-07 Thread aleksandr . andreev
Cleaned up code style based on comments from janek. http://codereview.appspot.com/4951062/ ___ lilypond-devel mailing list lilypond-devel@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-devel

Re: Kievan square notation in LilyPond

2011-09-07 Thread Aleksandr Andreev
Hi folks, So now that we've got the Metafont code for the Kievan glyphs, what shall I do next? Basically, I would like to have an interface for Kievan Notation that achieves the following: 1. Automatically uses the Kievan tsefaut clef. 2. Suppresses Time Signature and Key Signature. 3. Uses the K

PATCH: 48-hour countdown to 20110909

2011-09-07 Thread Colin Campbell
For 22:00 MDT Friday September 9 Just one for today: Issue 1248 : GUB produces a random "unbound open-file" in regtests - R 4956062 : Flush all ports after each file, The other 4 outstanding iss