16 lines
266 B
LilyPond
16 lines
266 B
LilyPond
\include "feed-the-birds.ly"
|
|
|
|
\book {
|
|
\score {
|
|
\new Staff \with {
|
|
instrumentName = "Clarinet"
|
|
} {
|
|
\melody
|
|
\addlyrics {
|
|
\set fontSize = #-2
|
|
\words
|
|
}
|
|
}
|
|
}
|
|
}
|