Re: Set X-parent of TextScript to NoteColumn instead of PaperColumn (issue 106640043 by janek.lilyp...@gmail.com)

2014-07-25 Thread janek . lilypond
Pushed as commit 2371d6ba3b62d4d6dc349ab50fa0d76eadfba044 Author: Janek Warchoł Date: Sun Jun 29 18:25:04 2014 +0200 Issue 4005: Set X-parent of TextScript to NoteColumn instead of PaperColumn This makes TextScripts consistent with DynamicTexts and LyricTexts. This is a follow-up

Re: some working grob properties are unlisted?

2014-07-25 Thread Mark Polesky
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 at the bottom provide the 'baseline-skip property. > > The stencil for InstrumentNa

Re: some working grob properties are unlisted?

2014-07-25 Thread David Nalesnik
On Fri, Jul 25, 2014 at 4:27 PM, David Nalesnik wrote: > > > Personally, I've long wondered whether interfaces serve any purpose other > than for acknowledging grobs in engravers. > > (well, and in generating documentation...) ___ lilypond-devel mailing

Re: [bounty] context generating function - how to get context def from its name?

2014-07-25 Thread Janek Warchoł
2014-07-25 21:34 GMT+02:00 David Kastrup : > Janek Warchoł writes: > >> newInstrument = >> #(define-scheme-function >> (parser location instrName parentName settings)(string? ly:context-mod?) >> ;; ... >> #{ >> \layout { >> \context { > $(module-ref (current-modul

Re: some working grob properties are unlisted?

2014-07-25 Thread David Nalesnik
On Fri, Jul 25, 2014 at 4:27 PM, David Nalesnik 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 #t "immutable

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 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 'baseline-skip pro

Re: [bounty] context generating function - how to get context def from its name?

2014-07-25 Thread David Kastrup
Janek Warchoł writes: > newInstrument = > #(define-scheme-function > (parser location instrName parentName settings)(string? ly:context-mod?) > ;; ... > #{ > \layout { > \context { $(module-ref (current-module) (string->symbol parentName)) > ;; create "

Re: [bounty] context generating function - how to get context def from its name?

2014-07-25 Thread Janek Warchoł
And the missing attachment. 2014-07-25 20:03 GMT+02:00 Janek Warchoł : > Hi all, > > i got stuck when working on a function that creates custom context > definitions. The idea is to have a function \newInstrument that would > take a list of settings and create new customized xxxStaff and > xxxVoi

[bounty] context generating function - how to get context def from its name?

2014-07-25 Thread Janek Warchoł
Hi all, i got stuck when working on a function that creates custom context definitions. The idea is to have a function \newInstrument that would take a list of settings and create new customized xxxStaff and xxxVoice contexts - something like this: newInstrument = #(define-scheme-function (par

Re: Doc: Appendix - Articulations and Ornamentation - part 2 (issue 114840043 by pkx1...@gmail.com)

2014-07-25 Thread pkx166h
Thanks Mark. Note I went with @code{} or @code{} and have had to include a forced break for \stacatissimo as the automatic linebreak looked awkward. https://codereview.appspot.com/114840043/diff/80001/Documentation/notation/notation-appendices.itely File Documentation/notation/notation-appendice

Re: Snippet tags

2014-07-25 Thread James
On 25/07/14 15:44, David Kastrup wrote: Phil Holmes writes: Currently, the snippets in http://lilypond.org/doc/v2.19/Documentation/snippets/index include the current categories/tags: IIRC, the introductory text for the snippets states that this is just an excerpt of topics. But I don't think

Re: Snippet tags

2014-07-25 Thread David Kastrup
Phil Holmes writes: > Currently, the snippets in > http://lilypond.org/doc/v2.19/Documentation/snippets/index include the > current categories/tags: IIRC, the introductory text for the snippets states that this is just an excerpt of topics. But I don't think that we have a "full list" anywhere,

Snippet tags

2014-07-25 Thread Phil Holmes
Currently, the snippets in http://lilypond.org/doc/v2.19/Documentation/snippets/index include the current categories/tags: ancient notation chords contexts and engravers editorial annotations expressive marks fretted strings keyboards midi paper and layout percussion pitches repeats rhythms simult

Ambitus snippet

2014-07-25 Thread Phil Holmes
I think the snippet at: http://lilypond.org/doc/v2.19/Documentation/snippets/contexts-and-engravers#contexts-and-engravers-defining-an-engraver-in-scheme_003a-ambitus-engraver is rather complex to be included in the docs: I don't see why one would want to rewrite existing capability? Anyone obje

Re: Add an expert font tree interface (issue 108700043 by perpeduumimmob...@gmail.com)

2014-07-25 Thread Alexander Kobel
On 07/25/2014 05:55 AM, markpole...@gmail.com wrote: https://codereview.appspot.com/108700043/diff/80001/input/regression/font-expert-selection.ly Mark, thanks for the comments. James, give this at least one more cycle, please. I'll incorporate the changes as soon as I can find the time, an

Re: CG: Update of Patchy instructions (issue 112280043 by pkx1...@gmail.com)

2014-07-25 Thread pkx166h
Thanks for checking. https://codereview.appspot.com/112280043/diff/40001/Documentation/contributor/administration.itexi File Documentation/contributor/administration.itexi (right): https://codereview.appspot.com/112280043/diff/40001/Documentation/contributor/administration.itexi#newcode354 Do