hey philippe,

On Tue, Oct 22, 2013 at 12:57 PM, flup2 <phili...@philmassart.net> wrote:
> These days, I have to input a lot of octaves in some music scores (a typical
> figure in orchestral reductions :( ). I usually write <c c'> but, with lots
> of those, I hope it would be possible to write a snippet in Frescobaldi to
> accelerate to entry process.
>
> I looked at the "tuplet" snippet and tried < $SELECTION $SELECTION' > but it
> gives me < c ' >. I suppose it's because once the selection is used the
> first time, it replaced the selected note; there isn't any remaining
> selection for the remain of the script.
>
> Anyway, my wish would be to be able to select a large portion of notes like
> {a b c d e f g a} and turn that scale into   * <c c'> <d d'> etc.
>
> Does anyone how to achieve that?

there's a broken makeOctaves script in LSR which does exactly that.
David Kastrup posted a simpler alternative function here:
http://lists.gnu.org/archive/html/lilypond-user/2012-04/msg00312.html

makeDuped will take music as an argument and apply the given
transformation to all notes. (want to create a sequence of 4-6 chords:
\makeDuped g <c' e'> { a b c d }, etc.). really handy function. :)

regards,
sb
-- 
Do not meddle in the affairs of trombonists, for they are subtle and
quick to anger.

_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to