Re: Make Grob::name accessible to Scheme (issue 203090043 by david.nales...@gmail.com)

2015-02-16 Thread David Nalesnik
On Mon, Feb 16, 2015 at 10:04 AM, Paul Morris p...@paulwmorris.com wrote: P.S. FWIW, here's one marginal use case. I've been using grob names to differentiate key signature grobs from key cancellation grobs, within a custom engraver that acknowledges the key-signature-interface. I could add

Re: Make Grob::name accessible to Scheme (issue 203090043 by david.nales...@gmail.com)

2015-02-16 Thread David Nalesnik
On Mon, Feb 16, 2015 at 12:20 PM, David Kastrup d...@gnu.org wrote: Paul Morris p...@paulwmorris.com writes: dak wrote Paul Morris lt; paul@ gt; writes: Hmmm... would it be a good idea to also have a ly:grob-has-interface scheme function? How would it differ from the

Re: Make Grob::name accessible to Scheme (issue 203090043 by david.nales...@gmail.com)

2015-02-16 Thread David Nalesnik
On Mon, Feb 16, 2015 at 4:01 PM, Paul Morris p...@paulwmorris.com wrote: On Feb 16, 2015, at 2:06 PM, David Nalesnik david.nales...@gmail.com wrote: In this case, KeySignature has both key-signature-interface and key-cancellation-interface, but KeyCancellation only has key-cancellation

Re: Make Grob::name accessible to Scheme (issue 203090043 by david.nales...@gmail.com)

2015-02-16 Thread david . nalesnik
On 2015/02/16 07:56:10, dak wrote: On 2015/02/15 19:54:19, david.nalesnik wrote: Please review. Thanks! Needing to determine the name of a grob should actually rarely be necessary: the pervasive information connected to the functionality of a grob is rather its interfaces. That's the

Add Scheme function to return column associated with Item. (issue 203910043 by david.nales...@gmail.com)

2015-02-15 Thread david . nalesnik
Reviewers: , Message: Please review. Description: Add Scheme function to return column associated with Item. The C++ function PaperColumn::get_column is used frequently, and it makes sense to have a Scheme function which performs the same task. An example of a practical application is the

Re: Add Scheme function to return column associated with Item. (issue 203910043 by david.nales...@gmail.com)

2015-02-15 Thread David Nalesnik
On Sun, Feb 15, 2015 at 7:58 AM, Urs Liska u...@openlilylib.org wrote: Can't judge the code but the idea looks great :-) Thanks--I'm noticing that bits of code get reused on the lists, so there's a need. This will help tuck away some of the code gobbledygook that is so off-putting.. It

Re: Add Scheme function to return column associated with Item. (issue 203910043 by david.nales...@gmail.com)

2015-02-15 Thread David Nalesnik
On Sun, Feb 15, 2015 at 12:34 PM, Thomas Morley thomasmorle...@gmail.com wrote: 2015-02-15 19:28 GMT+01:00 Thomas Morley thomasmorle...@gmail.com: Oops, definition for 'grob-name' is missing: #(define grob-name (lambda (x) (if (ly:grob? x) (assq-ref (ly:grob-property x

Make Grob::name accessible to Scheme (issue 203090043 by david.nales...@gmail.com)

2015-02-15 Thread david . nalesnik
Reviewers: , Message: Please review. Thanks! Description: Make Grob::name accessible to Scheme Needing to determine the name of a grob is extremely common to users of Scheme. Please review this at https://codereview.appspot.com/203090043/ Affected files (+11, -0 lines): M

Re: Add Scheme function to return column associated with Item. (issue 203910043 by david.nales...@gmail.com)

2015-02-15 Thread David Nalesnik
Hi Harm, On Sun, Feb 15, 2015 at 12:28 PM, Thomas Morley thomasmorle...@gmail.com wrote: Some time ago I wrote a more generic code: #(define (look-up-for-parent name-symbol axis grob) Return the parent of @var{grob}, specified by it's @var{name-symbol} in axis @var{axis}. If not

Re: Add Scheme function to return column associated with Item. (issue 203910043 by david.nales...@gmail.com)

2015-02-15 Thread David Nalesnik
On Sun, Feb 15, 2015 at 1:14 PM, David Nalesnik david.nales...@gmail.com wrote: Now, a function to get a grob's name would certainly be useful. I'm sick to death of constantly recreating it or looking it up (as I bet you are)! If there's a question of usefulness, I think we've established

Re: Add Scheme function to return column associated with Item. (issue 203910043 by david.nales...@gmail.com)

2015-02-15 Thread David Nalesnik
Harm, On Sun, Feb 15, 2015 at 2:42 PM, Thomas Morley thomasmorle...@gmail.com wrote: Can't review C++, so I'll not post there. There IS something you can help with, though. In the patch as it stands, I'm simply making Grob::name available through Scheme. It thus returns a string.

Re: Allow independent adjustment of minimum length for spanner siblings (issue 201140043 by david.nales...@gmail.com)

2015-02-08 Thread david . nalesnik
https://codereview.appspot.com/201140043/diff/20001/lily/spanner.cc File lily/spanner.cc (right): https://codereview.appspot.com/201140043/diff/20001/lily/spanner.cc#newcode394 lily/spanner.cc:394: /* On 2015/02/06 21:47:11, lemzwerg wrote: Minor nit: Please use spaces, not tabs. Done.

Re: Allow independent adjustment of minimum length for spanner siblings (issue 201140043 by david.nales...@gmail.com)

2015-02-06 Thread david . nalesnik
https://codereview.appspot.com/201140043/diff/20001/lily/spanner.cc File lily/spanner.cc (right): https://codereview.appspot.com/201140043/diff/20001/lily/spanner.cc#newcode404 lily/spanner.cc:404: Rod r; Perhaps we should call this rod something else to underscore that it's not the same rod as

Re: Allow independent adjustment of minimum length for spanner siblings (issue 201140043 by david.nales...@gmail.com)

2015-02-06 Thread david . nalesnik
https://codereview.appspot.com/201140043/diff/1/input/regression/minimum-length-after-break.ly File input/regression/minimum-length-after-break.ly (right): https://codereview.appspot.com/201140043/diff/1/input/regression/minimum-length-after-break.ly#newcode15

Re: Allow independent adjustment of minimum length for spanner siblings (issue 201140043 by david.nales...@gmail.com)

2015-02-05 Thread david . nalesnik
https://codereview.appspot.com/201140043/diff/1/input/regression/minimum-length-after-break.ly File input/regression/minimum-length-after-break.ly (right): https://codereview.appspot.com/201140043/diff/1/input/regression/minimum-length-after-break.ly#newcode15

Allow independent adjustment of minimum length for spanner siblings (issue 201140043 by david.nales...@gmail.com)

2015-02-05 Thread david . nalesnik
Reviewers: , Message: Please review. Description: Allow independent adjustment of minimum length for spanner siblings The property minimum-length affects both unbroken and broken spanners, making independent adjustment impossible. This patch adds a property, minimum-length-after-break, which,

Re: Issue 2535: Staccato on stem side alignment when other articulations are present (issue 196260043 by david.nales...@gmail.com)

2015-01-29 Thread david . nalesnik
https://codereview.appspot.com/196260043/diff/20001/input/regression/script-shift.ly File input/regression/script-shift.ly (right): https://codereview.appspot.com/196260043/diff/20001/input/regression/script-shift.ly#newcode6 input/regression/script-shift.ly:6: means centered on the stem.) On

Re: Issue 2535: Staccato on stem side alignment when other articulations are present (issue 196260043 by david.nales...@gmail.com)

2015-01-27 Thread david . nalesnik
https://codereview.appspot.com/196260043/diff/20001/input/regression/script-shift.ly File input/regression/script-shift.ly (right): https://codereview.appspot.com/196260043/diff/20001/input/regression/script-shift.ly#newcode6 input/regression/script-shift.ly:6: means centered on the stem.) On

Re: Issue 2535: Staccato on stem side alignment when other articulations are present (issue 196260043 by david.nales...@gmail.com)

2015-01-27 Thread david . nalesnik
Eek. Sorry for overquoting. https://codereview.appspot.com/196260043/ ___ lilypond-devel mailing list lilypond-devel@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-devel

Re: Issue 2535: Staccato on stem side alignment when other articulations are present (issue 196260043 by david.nales...@gmail.com)

2015-01-27 Thread david . nalesnik
On 2015/01/27 07:32:24, dak wrote: Aaaand another thought: wouldn't it make more sense instead of having independent shifts for with other articulations and without other articulations when the articulation closest to the notehead is responsible for aligning the whole stack of articulations?

Re: Issue 2535: Staccato on stem side alignment when other articulations are present (issue 196260043 by david.nales...@gmail.com)

2015-01-27 Thread david . nalesnik
On 2015/01/27 08:50:36, dak wrote: On 2015/01/27 07:52:05, lemzwerg wrote: On 2015/01/27 07:26:53, dak wrote: It seems to me like this number-pair consists of two settings that would almost always be adjusted independently. Wouldn't it make more sense to make a separate property

Re: Issue 2535: Staccato on stem side alignment when other articulations are present (issue 196260043 by david.nales...@gmail.com)

2015-01-27 Thread david . nalesnik
On 2015/01/27 22:00:49, lemzwerg wrote: https://codereview.appspot.com/196260043/diff/20001/input/regression/script-shift.ly File input/regression/script-shift.ly (right): https://codereview.appspot.com/196260043/diff/20001/input/regression/script-shift.ly#newcode6

Re: Issue 2535: Staccato on stem side alignment when other articulations are present (issue 196260043 by david.nales...@gmail.com)

2015-01-27 Thread david . nalesnik
On 2015/01/27 15:07:24, dak wrote: On 2015/01/27 14:37:27, david.nalesnik wrote: What would this property be named? snap-to-column? shift-in-column? I suggest picking a name that starts in the same way as the existing property. toward-stem-shift-in-column would be unambiguous. Long,

Issue 2535: Staccato on stem side alignment when other articulations are present (issue 196260043 by david.nales...@gmail.com)

2015-01-26 Thread david . nalesnik
Reviewers: , Message: Please review. Description: Issue 2535: Staccato on stem side alignment when other articulations are present The default positioning of staccato dots in combination with other articulations is poor, because the dot is positioned midway between the center of the note head

Re: Retrieving information about breaks (was: Partial compilation (again))

2015-01-23 Thread David Nalesnik
at which positions (in terms of barnumber and measure-position) the final line breaks, page breaks and page turns have been placed in LilyPond? I'm sure this information has to be present at one point, but someone (I think it may have been David Nalesnik) expressed the opinion that engravers could

Re: Retrieving information about breaks

2015-01-23 Thread David Nalesnik
On Fri, Jan 23, 2015 at 11:52 AM, David Kastrup d...@gnu.org wrote: Urs Liska u...@openlilylib.org writes: But when (ly:grob-property grob 'non-musical) evaluates to #t then This is about the case where (ly:grob-property grob 'non-musical) evaluates to '(). (eq? #t

Re: Retrieving information about breaks

2015-01-23 Thread David Nalesnik
Urs, On Fri, Jan 23, 2015 at 11:17 AM, Urs Liska u...@openlilylib.org wrote: Hi David, thanks, that works great. It did *not* write to a file, but that's not the issue here. The main point is that it listens to implicit break events. The only time it doesn't write to a file for me is

Document 'scripts/add to relevant interfaces (issue 195190043 by david.nales...@gmail.com)

2015-01-19 Thread david . nalesnik
Reviewers: , Message: Please review. Description: Document 'scripts/add to relevant interfaces Please review this at https://codereview.appspot.com/195190043/ Affected files (+3, -1 lines): M lily/script-column.cc M lily/tuplet-bracket.cc M scm/define-grob-properties.scm Index:

Missing spaces in lily/pure-from-neighbor-interface.cc (issue 192370043 by david.nales...@gmail.com)

2015-01-19 Thread david . nalesnik
Reviewers: , Message: small correction... Description: Missing spaces in lily/pure-from-neighbor-interface.cc Please review this at https://codereview.appspot.com/192370043/ Affected files (+2, -2 lines): M lily/pure-from-neighbor-interface.cc Index: lily/pure-from-neighbor-interface.cc

doc fix for lily/stem-engraver.cc (issue 198820043 by david.nales...@gmail.com)

2015-01-18 Thread david . nalesnik
Reviewers: , Message: Please review. Description: doc fix for lily/stem-engraver.cc This engraver also creates Flag and StemStub grobs. Please review this at https://codereview.appspot.com/198820043/ Affected files (+3, -1 lines): M lily/stem-engraver.cc Index: lily/stem-engraver.cc diff

Issue 4238: Glissando overlaps dot (issue 194920043 by david.nales...@gmail.com)

2015-01-06 Thread david . nalesnik
Reviewers: , Message: Please review. Description: Issue 4238: Glissando overlaps dot Glissandi will now begin after augmentation dots by default. This behavior may be changed by overriding a new subproperty named 'start-at-dot, set by default to #t. Please review this at

Update docstring in lily/note-head-line-engraver.cc (issue 194900043 by david.nales...@gmail.com)

2015-01-06 Thread david . nalesnik
Reviewers: , Message: Please review. Description: Update docstring in lily/note-head-line-engraver.cc As of commit 06dbc712c654888708b9feabbd0affe9ff2e4902 (May 27, 2003), this file is not involved in the creation of Glissando grobs. Please review this at

Re: ly:line-interface::print should read ly:line-spanner::print in NR (issue 186650043 by thomasmorle...@gmail.com)

2015-01-04 Thread david . nalesnik
LGTM. https://codereview.appspot.com/186650043/ ___ lilypond-devel mailing list lilypond-devel@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-devel

Re: git fetch returns fatal error

2015-01-03 Thread David Nalesnik
On Sat, Jan 3, 2015 at 4:13 PM, Thomas Morley thomasmorle...@gmail.com wrote: Hi, after some months without own computer I've a new one and lilydevel working. Good to hear it! -David ___ lilypond-devel mailing list lilypond-devel@gnu.org

Doc: Issue 4221: Corrections to example of 'positions property (issue 186920043 by tdanielsmu...@googlemail.com)

2014-12-11 Thread david . nalesnik
LGTM https://codereview.appspot.com/186920043/ ___ lilypond-devel mailing list lilypond-devel@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-devel

Re: Cello fingering indications

2014-11-27 Thread David Nalesnik
On Thu, Nov 27, 2014 at 3:24 AM, David Kastrup d...@gnu.org wrote: add-event seems to be a frequent enough use case to figure out a nice global name for it and provide it in LilyPond proper. I agree. --David ___ lilypond-devel mailing list

Use number-pair-list? with 'control-points (issue 159450043 by david.nales...@gmail.com)

2014-10-24 Thread david . nalesnik
Reviewers: , Message: Please review. Description: Use number-pair-list? with 'control-points The predicate number-pair-list? is a better fit than list?. Please review this at https://codereview.appspot.com/159450043/ Affected files (+1, -1 lines): M scm/define-grob-properties.scm Index:

Improvements to measure counter (issue 156380043 by david.nales...@gmail.com)

2014-10-19 Thread david . nalesnik
Reviewers: , Message: Please review. Description: Improvements to measure counter Improvements to measure counter This patch adds no new functionality to the measure counter, but there are improvements to the code. The stencil callback has been shortened, as there is no need to search for

non-existent procedure-with-setter in input/regression/scheme-text-spanner.ly (issue 157100043 by david.nales...@gmail.com)

2014-10-16 Thread david . nalesnik
Reviewers: , Message: Please review. Description: No procedure-with-setter is provided for ly:spanner-set-bound! in scm/music-functions.scm. This patch removes the faulty usage in input/regression/scheme-text-spanner.ly. Please review this at https://codereview.appspot.com/157100043/

Re: indclude notnames bn, etc., in English (issue 133840043 by k-ohara5...@oco.net)

2014-08-26 Thread david . nalesnik
I think this will be helpful to users of English note entry, and why not take advantage of the duplication for c, d, and the like in scm/define-note-names.scm? The only difficulty might be that a user might confuse cn with an explicit accidental. Say, if he/she used it for C in C major.

Re: some working grob properties are unlisted?

2014-07-26 Thread David Nalesnik
On Fri, Jul 25, 2014 at 6:33 PM, Mark Polesky markpole...@gmail.com wrote: David Nalesnik wrote: I noticed that the 'baseline-skip property works with the InstrumentName grob, which confuses me, because in the IR entry for IntsrumentName, none of the supported interfaces listed

Re: some working grob properties are unlisted?

2014-07-26 Thread David Nalesnik
On Sat, Jul 26, 2014 at 8:25 AM, David Nalesnik david.nales...@gmail.com wrote: I think we should also add font-interface, as InstrumentName responds to font-shape, for example. Already included :) ___ lilypond-devel mailing list lilypond-devel

Re: some working grob properties are unlisted?

2014-07-25 Thread David Nalesnik
Hi Mark, On Tue, Jul 22, 2014 at 4:09 PM, Mark Polesky markpole...@gmail.com wrote: I noticed that the 'baseline-skip property works with the InstrumentName grob, which confuses me, because in the IR entry for IntsrumentName, none of the supported interfaces listed at the bottom provide the

Re: some working grob properties are unlisted?

2014-07-25 Thread David Nalesnik
On Fri, Jul 25, 2014 at 4:27 PM, David Nalesnik david.nales...@gmail.com wrote: \version 2.19.10 #(define (pr grob) (let* ((layout (ly:grob-layout grob)) (defs (ly:output-def-lookup layout 'text-font-defaults)) (props (ly:grob-alist-chain grob defs))) (format

Re: some working grob properties are unlisted?

2014-07-25 Thread David Nalesnik
On Fri, Jul 25, 2014 at 4:27 PM, David Nalesnik david.nales...@gmail.com wrote: Personally, I've long wondered whether interfaces serve any purpose other than for acknowledging grobs in engravers. (well, and in generating documentation

Re: Allow specifying different alignment for grob and its parent (issue 118950043 by janek.lilyp...@gmail.com)

2014-07-23 Thread david . nalesnik
Do you think a regtest would be appropriate? LGTM. A natural extension of self-alignment capabilities. P.S. Can you suggest an application of self-alignment-Y? https://codereview.appspot.com/118950043/ ___ lilypond-devel mailing list

Re: Allow specifying different alignment for grob and its parent (issue 118950043 by janek.lilyp...@gmail.com)

2014-07-23 Thread David Nalesnik
On Wed, Jul 23, 2014 at 9:45 AM, david.nales...@gmail.com wrote: P.S. Can you suggest an application of self-alignment-Y? Forget that--I see an application in NR 5.5.1. ___ lilypond-devel mailing list lilypond-devel@gnu.org

Re: Issue 4015: Add \magnifyStaff. (issue 117830043 by markpole...@gmail.com)

2014-07-20 Thread david . nalesnik
The changes look good to me, but I'm getting a property type-check warning for `thin-kern.' https://codereview.appspot.com/117830043/diff/80001/ly/music-functions-init.ly File ly/music-functions-init.ly (right):

Re: Issue 4015: Add \magnifyStaff. (issue 117830043 by markpole...@gmail.com)

2014-07-20 Thread David Nalesnik
On Fri, Jul 18, 2014 at 2:00 AM, Marc Hohl m...@hohlart.de wrote: \rescale...? \scale.. would be better, but my favorite is still \magnify... --David ___ lilypond-devel mailing list lilypond-devel@gnu.org

Re: Issue 4015: Add \magnifyStaff. (issue 117830043 by markpole...@gmail.com)

2014-07-17 Thread david . nalesnik
Looks well coded and well commented. I have some observations/questions about the regtests, but otherwise LGTM. https://codereview.appspot.com/117830043/diff/60001/input/regression/magnifyStaff-bar-lines.ly File input/regression/magnifyStaff-bar-lines.ly (right):

Re: Issue 4015: Add \magnifyStaff. (issue 117830043 by markpole...@gmail.com)

2014-07-17 Thread David Nalesnik
Hi Mark, On Thu, Jul 17, 2014 at 2:34 PM, markpole...@gmail.com wrote: While I have your attention, there was some discussion on the mailing list about changing \magnifyMusic and \magnifyStaff to \resizeMusic and \resizeStaff. Any opinion? Hmm. To be honest, I rather like \magnifyMusic

Fix doc string of ly:pitch-diff (issue 104640043 by d...@gnu.org)

2014-07-14 Thread david . nalesnik
LGTM. https://codereview.appspot.com/104640043/ ___ lilypond-devel mailing list lilypond-devel@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-devel

Re: typo/oversight in align-interface.cc and page-layout-problem.cc (issue 115770043 by thomasmorle...@gmail.com)

2014-07-13 Thread david . nalesnik
LGTM. https://codereview.appspot.com/115770043/ ___ lilypond-devel mailing list lilypond-devel@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-devel

Issue 3992: Fix dodecaphonic-no-repeat (issue 110570043 by david.nales...@gmail.com)

2014-07-13 Thread david . nalesnik
Reviewers: , Message: Please review. Thanks. Description: Issue 3992: Fix dodecaphonic-no-repeat Incorporate renaming of localKeySignature to localAlterations. The function dodecaphonic-no-repeat-rule now considers alterations. Improvement to code comments. Improve code formatting. Please

Re: difference between \column and \left-column?

2014-07-12 Thread David Nalesnik
Hi Harm, On Sat, Jul 12, 2014 at 6:49 AM, Thomas Morley thomasmorle...@gmail.com wrote: Hi, I'm working on some markup-commands. Currently we have the two markup-commands \column and \left-column. Whats the difference in usage between them? If there isn't any, why not get rid of one of

Re: Issue 2245: always align dynamics and lyrics on main notehead (issue 108270044 by janek.lilyp...@gmail.com)

2014-07-05 Thread david . nalesnik
https://codereview.appspot.com/108270044/diff/40001/scm/define-grobs.scm File scm/define-grobs.scm (right): https://codereview.appspot.com/108270044/diff/40001/scm/define-grobs.scm#newcode87 scm/define-grobs.scm:87: (X-extent . ,ly:accidental-interface::width) The old code is used as an example

Re: Doc: NR - 1.2.5 - Bar Numbers - added snippet (issue 106320046 by pkx1...@gmail.com)

2014-07-04 Thread david . nalesnik
https://codereview.appspot.com/106320046/diff/1/Documentation/snippets/new/printing-bar-numbers-with-changing-regular-intervals.ly File Documentation/snippets/new/printing-bar-numbers-with-changing-regular-intervals.ly (right):

Re: Changes.tely updated - 2.19.x up to June 2014 (issue 108130043 by pkx1...@gmail.com)

2014-07-01 Thread david . nalesnik
On 2014/06/30 22:00:15, J_lowe wrote: Thanks https://codereview.appspot.com/108130043/diff/70001/Documentation/changes.tely File Documentation/changes.tely (right): https://codereview.appspot.com/108130043/diff/70001/Documentation/changes.tely#newcode141 Documentation/changes.tely:141: A

Re: Changes.tely updated - 2.19.x up to June 2014 (issue 108130043 by pkx1...@gmail.com)

2014-06-29 Thread david . nalesnik
https://codereview.appspot.com/108130043/diff/70001/Documentation/changes.tely File Documentation/changes.tely (right): https://codereview.appspot.com/108130043/diff/70001/Documentation/changes.tely#newcode141 Documentation/changes.tely:141: A new markup command @code{\justify-line} has been

Re: questions about inconsistencies in Slur and PhrasingSlur

2014-06-06 Thread David Nalesnik
Hi Mark, On Fri, Jun 6, 2014 at 1:32 AM, Mark Polesky markpole...@gmail.com wrote: 1) Slur has a default line-thickness property, so why doesn't PhrasingSlur? 2) If Slur.thickness = 1.2, why does PhrasingSlur.thickness = 1.1? Are these oversights? Based on my understanding of classical

Issue 3933: Use \tempo in Real music example (issue 104740043)

2014-05-29 Thread david . nalesnik
LGTM. https://codereview.appspot.com/104740043/ ___ lilypond-devel mailing list lilypond-devel@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-devel

Re: Reposition voiced rests (Issue 3902) (issue 101720045)

2014-05-27 Thread david . nalesnik
https://codereview.appspot.com/101720045/diff/1/lily/rest.cc File lily/rest.cc (right): https://codereview.appspot.com/101720045/diff/1/lily/rest.cc#newcode138 lily/rest.cc:138: To be consistent with your change above, shouldn't this be: return neutral + 2 * dir;

Re: Reposition voiced rests (Issue 3902) (issue 101720045)

2014-05-27 Thread david . nalesnik
On 2014/05/27 14:27:07, email_philholmes.net wrote: - Original Message - From: mailto:david.nales...@gmail.com To: mailto:philehol...@googlemail.com; mailto:lemzw...@googlemail.com; mailto:lilyli...@googlemail.com; mailto:em...@philholmes.net; mailto:m...@philholmes.net Cc:

Re: Inconsistent tuplet-number-kneed-beam-horizontal-fit.ly results?

2014-03-29 Thread David Nalesnik
Hi Devon, On Fri, Mar 28, 2014 at 3:47 PM, Devon Schudy dsch...@gmail.com wrote: I'm getting unpredictable output from input/regression/tuplet-number-kneed-beam-horizontal-fit.ly. Sometimes the second tuplet number is in bracket position below the staff, and sometimes it overlaps the beam.

Bad positioning of tuplet numbers on kneed beams with Beam.positions override. (issue 81330046)

2014-03-29 Thread david . nalesnik
Reviewers: , Message: Please review. Thanks! Description: Bad positioning of tuplet numbers on kneed beams with Beam.positions override. Previously, when Beam.positions was overridden, tuplet numbers on kneed beams would automatically be placed according to the bracket instead of against the

access to all remote branches

2014-03-11 Thread David Nalesnik
Hi, I've had to reinstall LilyDev, and I'm no longer able to see all of the remote branches. When I run git branch -a I simply see: dev/local_working master remotes/origin/master Previously I saw branches from the entire history of the project. Unfortunately, I'm drawing a blank HOW I set

Re: access to all remote branches

2014-03-11 Thread David Nalesnik
only the master branch. try git fetch --all Now I remember having used that command before. Unfortunately, when I try it now I still get the three branches. Could it be something I need to change in a config file? Running git config --list gives me: user.name=David Nalesnik user.email

Re: access to all remote branches

2014-03-11 Thread David Nalesnik
Hi again, On Tue, Mar 11, 2014 at 5:39 PM, David Nalesnik david.nales...@gmail.comwrote: [...] Could it be something I need to change in a config file? http://user.name Yes, that was exactly it... Just found this link: http://lists.gnu.org/archive/html/lilypond-devel/2012-02/msg00165

Issue 3860: Add command \justify-line (issue 66980043)

2014-02-21 Thread david . nalesnik
Reviewers: , Message: Please review. Thanks! Description: Issue 3860: Add command \justify-line The command \fill-line spaces words taking word length into account such that the following distances are equal: outside edge of outside markup to center of adjoining markup; center to center of

Re: Improve positioning of tuplet numbers for kneed beams. (issue 58610044)

2014-02-09 Thread david . nalesnik
On 2014/02/09 21:23:29, janek wrote: this ROCKS! :) What about more than 1 tuplet per beam group and nested tuplets? My head explodes every time i see these examples! The more than 1 tuplet per beam group is actually covered by the French beaming example. I could include the nested

Re: Improve positioning of tuplet numbers for kneed beams. (issue 58610044)

2014-02-08 Thread david . nalesnik
Reviewers: janek, Message: On 2014/02/06 21:44:26, janek wrote: Why are there so few test cases in the regtests? I saw that you have loads of *excellent* examples, and i think that at least half of them is worth being added - don't be shy about it! Here's five more :) Description:

Re: Shape of individual ties in chords

2014-01-23 Thread David Nalesnik
Hi, On Wed, Jan 22, 2014 at 4:55 PM, Thomas Morley thomasmorle...@gmail.comwrote: Below some coding just to show that it can be done. It's a very first sketch, several issues are present (p.e. linebreak) Might be a starting point, though. There's also the attached file (which comes from

Re: Shape of individual ties in chords

2014-01-23 Thread David Nalesnik
Hi again, On Thu, Jan 23, 2014 at 8:01 AM, David Nalesnik david.nales...@gmail.comwrote: Hi, On Wed, Jan 22, 2014 at 4:55 PM, Thomas Morley thomasmorle...@gmail.comwrote: Below some coding just to show that it can be done. It's a very first sketch, several issues are present (p.e

Re: Shape of individual ties in chords

2014-01-23 Thread David Nalesnik
On Thu, Jan 23, 2014 at 8:01 AM, David Nalesnik david.nales...@gmail.comwrote: There's also the attached file (which comes from http://www.mail-archive.com/lilypond-devel@gnu.org/msg47432/shape-tie-columns.ly) which will work with broken ties. Here are some more useful values

possible tuplet bug?

2013-12-25 Thread David Nalesnik
Hi, I just noticed something fishy about the interaction of Tuplet.connect-to-neighbor and Tuplet.break-overshoot. The property 'break-overshoot is meant to apply to broken spanners, but here it is having an effect on unbroken connected tuplet brackets. (Break-overshoot is described as How much

Re: possible tuplet bug?

2013-12-25 Thread David Nalesnik
Hi again, On Wed, Dec 25, 2013 at 12:41 PM, David Nalesnik david.nales...@gmail.comwrote: The following snippet demonstrates the problem (see attached image): And here's the image of the default... attachment: default-behavior.png___ lilypond

Re: possible tuplet bug?

2013-12-25 Thread David Nalesnik
David, On Wed, Dec 25, 2013 at 12:56 PM, David Kastrup d...@gnu.org wrote: David Nalesnik david.nales...@gmail.com writes: I hesitate to submit a formal patch because I haven't worked with C++ in LilyPond before, Formal or not, trying to figure out what you changed from just a quote

Re: possible tuplet bug?

2013-12-25 Thread David Nalesnik
On Wed, Dec 25, 2013 at 12:58 PM, David Nalesnik david.nales...@gmail.comwrote: David, On Wed, Dec 25, 2013 at 12:56 PM, David Kastrup d...@gnu.org wrote: So even if you don't want to propose a formal commit, using git diff in order to produce a properly readable patch that you can attach

WAS: SostenutoPedalLineSpanner and texts

2013-12-21 Thread David Nalesnik
Hi, This question came in reference to a workaround given for repeating texts on a broken pedal line: On Fri, Dec 20, 2013 at 1:42 AM, Simon Bailey si...@bailey.at wrote: Could this be adapted to solve this problem: http://lists.gnu.org/archive/html/lilypond-user/2013-12/msg00839.html ? I'd

Re: LyricHyphen hara-kiri

2013-12-21 Thread David Nalesnik
Hi Kieren, On Sat, Dec 21, 2013 at 1:19 PM, Kieren MacMillan kieren_macmil...@sympatico.ca wrote: Hello all, I’ve been asking around to see if anyone can work on Lyric bounties (e.g., GSoC stuff, plus other features). This one — LyricHyphen hara-kiri — was one that Mike S. suggested

Re: LyricHyphen hara-kiri

2013-12-21 Thread David Nalesnik
Kieren, On Sat, Dec 21, 2013 at 2:18 PM, Kieren MacMillan kieren_macmil...@sympatico.ca wrote: Clearly, there’s a gap in several measures, right? Yup. However, now that I look at the output again, there are no gaps to be found — i.e., it apparently works as

Re: LyricHyphen hara-kiri

2013-12-21 Thread David Nalesnik
Kieren, On Sat, Dec 21, 2013 at 2:30 PM, David Nalesnik david.nales...@gmail.comwrote: Kieren, On Sat, Dec 21, 2013 at 2:18 PM, Kieren MacMillan kieren_macmil...@sympatico.ca wrote: Clearly, there’s a gap in several measures, right? Yup. However, now that I look at the output

Re: LyricHyphen hara-kiri

2013-12-21 Thread David Nalesnik
Kieren, On Sat, Dec 21, 2013 at 3:26 PM, Kieren MacMillan kieren_macmil...@sympatico.ca wrote: I think [to begin with] there are two separate issues to consider here: 1. In m.28, it’s clear that “foo bar” has not become one Pango string, which it apparently has on the downbeat of m.29

Re: branching

2013-12-10 Thread David Nalesnik
Hi, On Tue, Dec 10, 2013 at 2:46 PM, Carl Peterson carlopeter...@gmail.comwrote: On Tue, Dec 10, 2013 at 3:21 PM, Mike Solomon m...@mikesolomon.orgwrote: The only hassle for me, which I did not run up against when I started with the project, is David’s way of communicating. I’m not

Re: Some audicious hand-engraved slurs compared to LilyPond

2013-12-03 Thread David Nalesnik
Hi David, On Tue, Dec 3, 2013 at 6:17 AM, David Kastrup d...@gnu.org wrote: David Kastrup d...@gnu.org writes: Here is a scan from a Peters edition of Grieg with somewhat flamboyantly executed slurs (I am almost sure that the engraver had felt some grim satisfaction when doing those).

Re: Some audicious hand-engraved slurs compared to LilyPond

2013-12-03 Thread David Nalesnik
Joseph, On Tue, Dec 3, 2013 at 7:20 AM, Joseph Rushton Wakeling joseph.wakel...@webdrake.net wrote: The tuplet number placement is bizarre. There's no reason why it shouldn't be close to the beams. The problem is that the position of the tuplet number is tied to the placement of the

Re: Some audicious hand-engraved slurs compared to LilyPond

2013-12-03 Thread David Nalesnik
On Tue, Dec 3, 2013 at 7:32 AM, Joseph Rushton Wakeling joseph.wakel...@webdrake.net wrote: On 03/12/13 14:25, David Nalesnik wrote: The problem is that the position of the tuplet number is tied to the placement of the tuplet bracket, whether it is drawn or not. I would argue

Re: The dot's position is correct?

2013-11-07 Thread David Nalesnik
Hi Jefferson, On Thu, Nov 7, 2013 at 5:59 AM, Jefferson dos Santos Felix jsfe...@gmail.com wrote: I have a doubt if it's a bug or not. The problem occours in the following cut: \version 2.17.95 { {c''4.}\\{c'} c'' c'4. } This produce diferent dot positions to same note, even

push status

2013-10-25 Thread David Nalesnik
Hello, The time has come when I have another patch to push to staging, I can't do this myself, and I don't like to inconvenience others by asking them to do it for me. May I request that I be given push status? Thanks, David ___ lilypond-devel

Re: Improvements to \offset (issue 15850044)

2013-10-23 Thread david . nalesnik
On 2013/10/22 14:27:28, david.nalesnik wrote: On 2013/10/22 14:26:10, david.nalesnik wrote: Please review. Unfortunately, I'm getting the old chunk mismatch error when I attempt to see the side-by-side diffs. Is there a way to correct this without re-uploading the patch set? I went

Re: Improvements to \offset (issue 15850044)

2013-10-23 Thread david . nalesnik
https://codereview.appspot.com/15850044/diff/120001/ly/music-functions-init.ly File ly/music-functions-init.ly (right): https://codereview.appspot.com/15850044/diff/120001/ly/music-functions-init.ly#newcode722 ly/music-functions-init.ly:722: (make-music 'Music))) Hmm... Shouldn't the return

Re: Improvements to \offset (issue 15850044)

2013-10-23 Thread david . nalesnik
On 2013/10/23 14:36:41, dak wrote: Fixing the proposal should be all the action needed. OK, new patch set uploaded. https://codereview.appspot.com/15850044/ ___ lilypond-devel mailing list lilypond-devel@gnu.org

Improvements to \offset (issue 15850044)

2013-10-22 Thread david . nalesnik
Reviewers: , Message: Please review. Description: Improvements to \offset Property can be specified with or without #' prefix. Directed tweaks are possible. Regtest: --remove #' prefix before property names --remove unnecessary # before numbers --add example showing directed tweaks Revise

Re: Improvements to \offset (issue 15850044)

2013-10-22 Thread david . nalesnik
On 2013/10/22 14:26:10, david.nalesnik wrote: Please review. Unfortunately, I'm getting the old chunk mismatch error when I attempt to see the side-by-side diffs. Is there a way to correct this without re-uploading the patch set? https://codereview.appspot.com/15850044/

Re: Add the command \offset to LilyPond (issue 8647044)

2013-10-20 Thread david . nalesnik
https://codereview.appspot.com/8647044/diff/48001/scm/music-functions.scm File scm/music-functions.scm (right): https://codereview.appspot.com/8647044/diff/48001/scm/music-functions.scm#newcode2118 scm/music-functions.scm:2118: (let* ((immutable (ly:grob-basic-properties grob)) I just noticed

Re: Add the command \offset to LilyPond (issue 8647044)

2013-10-20 Thread david . nalesnik
On 2013/10/20 16:15:56, dak wrote: On 2013/10/20 15:51:57, david.nalesnik wrote: https://codereview.appspot.com/8647044/diff/48001/scm/music-functions.scm File scm/music-functions.scm (right): https://codereview.appspot.com/8647044/diff/48001/scm/music-functions.scm#newcode2118

Re: Add documentation for the music function \alterBroken to the NR. (issue 15060044)

2013-10-19 Thread david . nalesnik
On 2013/10/19 09:00:31, janek wrote: 2013/10/19 pkx1...@gmail.com: I cannot review _and_ comment inline, when I click on side-by-sdie diffs I get 'error chunk mismatch'. Does anyone else? me too. Yes, I also get error: old chunk mismatch and this happens to me when I try to view the

Re: Add documentation for the music function \alterBroken to the NR. (issue 15060044)

2013-10-19 Thread david . nalesnik
On 2013/10/19 09:50:43, Trevor Daniels wrote: LGTM with a couple of nitpicks and a query (although I haven't tried a make doc to check the appearance of the examples). At first I was a little concerned about the explanations in what is supposed to be a _reference_ manual, but in this case I

Re: Add documentation for the music function \alterBroken to the NR. (issue 15060044)

2013-10-19 Thread david . nalesnik
https://codereview.appspot.com/15060044/diff/350001/Documentation/notation/changing-defaults.itely File Documentation/notation/changing-defaults.itely (right): https://codereview.appspot.com/15060044/diff/350001/Documentation/notation/changing-defaults.itely#newcode4362

Re: Add documentation for the music function \alterBroken to the NR. (issue 15060044)

2013-10-19 Thread david . nalesnik
On 2013/10/19 17:56:28, t.daniels_treda.co.uk wrote: From: mailto:david.nales...@gmail.com https://codereview.appspot.com/15060044/diff/1/Documentation/notation/changing-defaults.itely#newcode4396 Documentation/notation/changing-defaults.itely:4396: Should there be a warning about not

<    1   2   3   4   5   >