Re: Tips and Tricks - add-staccato.ly (lily 2.6.4)

2006-01-11 Thread Erik Sandberg
On Tuesday 03 January 2006 07.47, Frédéric Bron wrote: > When using the trick to add staccato to all notes, there is a bad > interference with "\relative". > > In the example given in the doc, just replace : > > "a b \applymusic #(lambda (x) (music-map add-staccato x)) { c c }" > by > "a b \applymu

Tips and Tricks - add-staccato.ly (lily 2.6.4)

2006-01-02 Thread Frédéric Bron
When using the trick to add staccato to all notes, there is a bad interference with "\relative". In the example given in the doc, just replace : "a b \applymusic #(lambda (x) (music-map add-staccato x)) { c c }" by "a b \applymusic #(lambda (x) (music-map add-staccato x)) { c' c, }" and you wi