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
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
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"
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
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