Op Tue, 22 Oct 2013 03:57:36 -0700 (PDT)
flup2 <phili...@philmassart.net> schreef:

> Does anyone how to achieve that?

You could use the search replace function, in regexp mode:

search for:

\b([a-z]+)([',]*)(\d*)

replace with:

<\1\2 \1'>\3

Select the music then press "All" in the search/replace bar.

This will match note, octave and duraction in three regexp groups. Then
the \1, \2 and \3 put the matched text back in the replacement string.

-- 
Wilbert Berendsen
(http://www.wilbertberendsen.nl)


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

Reply via email to