context-mods / self-alignment-interface problem (regression?)

2013-12-03 Thread Urs Liska
Hi, when running this code annotate = #(define-music-function (parser location properties item) (ly:context-mod? symbol-list-or-music?) ;; annotates a musical object for use with lilypond-doc (display (ly:get-context-mods properties)) ; Dummy coloring #{ \once \tweak color #magenta #item

Re: context-mods / self-alignment-interface problem (regression?)

2013-12-03 Thread David Kastrup
Urs Liska lilyli...@googlemail.com writes: Hi, when running this code annotate = #(define-music-function (parser location properties item) (ly:context-mod? symbol-list-or-music?) ;; annotates a musical object for use with lilypond-doc (display (ly:get-context-mods properties)) ;

Re: context-mods / self-alignment-interface problem (regression?)

2013-12-03 Thread Urs Liska
Am 03.12.2013 16:12, schrieb David Kastrup: I have no problem using annotate = #(define-music-function (parser location properties item) (ly:context-mod? symbol-list-or-music?) ;; annotates a musical object for use with lilypond-doc (display (ly:get-context-mods properties)) ; Dummy coloring #{

Re: Percent repeat

2013-12-03 Thread Ralph Palmer
On Sat, Nov 30, 2013 at 2:26 PM, Janek WarchoĊ‚ janek.lilyp...@gmail.comwrote: Hi, 2013/11/30 Noeck noeck.marb...@gmx.de: Hi, is this a bug or is there some reason why this should be correct: If I use a percent repeat in a customly timed measure (5/4 instead of 4/4), the repeat

Issue labels

2013-12-03 Thread Ralph Palmer
Hi, everyone - I'm a little confused. I've been entering issues as Ugly which don't really seem to fit. Should they be Defects? What would constitute a defect in the core program? For example, would the ambitus problems recently reported be better classified as defects? I appreciate your time

Re: Issue labels

2013-12-03 Thread David Kastrup
Ralph Palmer ralphbugl...@gmail.com writes: Hi, everyone - I'm a little confused. I've been entering issues as Ugly which don't really seem to fit. Should they be Defects? What would constitute a defect in the core program? For example, would the ambitus problems recently reported be better

vertical centering of chorus lyrics (and not needed code in snippets)

2013-12-03 Thread Eluze
the source in http://www.lilypond.org/doc/v2.17/Documentation/snippets/vocal-music#vocal-music-vertically-centered-common-lyrics starts with \include english.ly leftbrace = \markup { \override #'(font-encoding . fetaBraces) \lookup #brace240 } rightbrace = \markup { \rotate #180 \leftbrace } I