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

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,

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

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

Re: Snippet tags

2014-07-25 Thread David Kastrup
Phil Holmes m...@philholmes.net 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

Re: Snippet tags

2014-07-25 Thread James
On 25/07/14 15:44, David Kastrup wrote: Phil Holmes m...@philholmes.net 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

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

[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

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ł janek.lilyp...@gmail.com: 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

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

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

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: [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 d...@gnu.org: Janek Warchoł janek.lilyp...@gmail.com writes: newInstrument = #(define-scheme-function (parser location instrName parentName settings)(string? ly:context-mod?) ;; ... #{ \layout { \context {

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: 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 InstrumentName is