Jul 16, '08 07:30:05AM • 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.
