Re: Will my scheme function work have unintended consequences? Adding staccatos to notes.

2018-09-14 Thread Peter Engelbert
My apologies for the rookie mistake of initially responding indiviually rather than to the list. I have posted this to the list in case you have any more insights you want to share and so that others can learn from your response. I have a few more questions, below--I tend toward wanting comp

Re: Will my scheme function work have unintended consequences? Adding staccatos to notes.

2018-09-14 Thread David Kastrup
Peter Engelbert writes: > Hello all, > > I've written the following functions to add staccatos to an arbitrary number > of notes: > > ===addStaccatos.ly= > \version "2.19.82" > > #(define (add-staccato note-event) > (set! (ly:music-property note-event 'articulations) >(cons (make-music 'Ar

Will my scheme function work have unintended consequences? Adding staccatos to notes.

2018-09-14 Thread Peter Engelbert
Hello all, I've written the following functions to add staccatos to an arbitrary number of notes: ===addStaccatos.ly= \version "2.19.82" #(define (add-staccato note-event) (set! (ly:music-property note-event 'articulations) (cons (make-music 'ArticulationEvent 'articulation-type "staccato"

Re: Naming a StaffGroup

2018-09-14 Thread Torsten Hämmerle
Hi Joei, You can move the ChoirStaff's shortInstrumentName almost wherever you want by using an appropriate markup. There's a mean little trick combining an empty markup " " with the actual instrument markup so that a \translate will take effect: %% gruppe = \new StaffGroup \with { instrume

Naming a StaffGroup

2018-09-14 Thread Johannes Roeßler
Hi Lilypondians, I've got an issue with the instrumnt names for ChoirStaffs. For a better understanding see the picture here: http://joeigraphie.de/lily/Bild8.png Here the (hopfully small enough) example source code: ~8<~~ \version "2.19.58" einzel = \new