Wed, Jul 16 2008 at 7:30AM PDT • Contributed by: Anonymous
tell application "System Events"
set sel to (the clipboard as text)
end tell
tell application "iTunes"
set lyrics of current track to sel
end tell
I then bound this AppleScript to a keyboard shortcut using iKeys (any macro-capable program should work just as well). It will copy any text currently in the clipboard to the currently playing song's lyrics.
