Warning: this is an htmlized version!
The original is here, and
the conversion rules are here.
% This file:
%   http://angg.twu.net/LILYPOND/atirei_o_pau_no_gato_1.ly.html
%   http://angg.twu.net/LILYPOND/atirei_o_pau_no_gato_1.ly
%           (find-angg "LILYPOND/atirei_o_pau_no_gato_1.ly")
% Author: Eduardo Ochs <eduardoochs@gmail.com>
%
% (defun a () (interactive) (find-angg "LILYPOND/atirei_o_pau_no_gato_1.ly"))
% (code-c-d "lilypond"  "/usr/share/doc/lilypond/" "lilypond")
% (code-c-d "lilylearn" "/usr/share/doc/lilypond/" "lilypond-learning")
% (find-lilypondnode "")
% (find-lilylearnnode "Aligning lyrics to a melody")
% (find-fline "/tmp/atirei.jpg")

% (defun c () (interactive) (find-sh "lilypond atirei_o_pau_no_gato_1.ly" :end))
% (defun d () (interactive) (find-pdftoolsr-page "~/LILYPOND/atirei_o_pau_no_gato_1.pdf"))
% (defun C () (interactive) (find-sh "cd ~/LILYPOND/ && lilypond a_new_ground.ly" "Success: comp"))
% (defun D () (interactive) (find-pdf-page      "~/LILYPOND/a_new_ground.pdf"))
% (defun e () (interactive) (find-fline         "~/LILYPOND/a_new_ground.ly"))
% (defun v () (interactive) (find-2a '(e) '(d)) (g))
% (defun cv () (interactive) (C) (ee-kill-this-buffer) (v) (g))

\version "2.22.2"

<<
  \relative {
    \key c \major
    \time 2/4
    g'4. f8  e d e f | g4 g g a8 g |
    f4 f f g8 f | e4 e e c8 c |
    a'4 a a b8 a | g4 g g e8 f |
    g4 e8 f g f e d | c4 c' | c2
  }
  \addlyrics {
    A- ti- rei o pau no            ga- tô- tô mas o
    ga- tô- tô não mor-            reu- reu reu Do- na
    Chi- ca- ca di- mi-            rou- se- se do ber-
    rô do ber- rô que_o ga- to     deu MIAA- AAAAAU
  }
>>





% Local Variables:
% coding:  utf-8-unix
% End: