.. lily::
   :noedge:
   :noheader:
   :nofooter:
   :audio:

   \version "2.20.0"
   \header {
     title = "C Major Scale"
   }

   \score {
     <<
       \new Staff {
           \time 4/4
           \tempo 4 = 70
           c' d' e' f' g' a' b' c''
     }
     >>
   }
