tiredpixel/tunefl

View on GitHub
app/views/erb/lilypond.ly.erb

Summary

Maintainability
Test Coverage
\version "2.14.2"
\language "english"
\book {
  \score {
    \new Staff \with {midiInstrument = #"acoustic grand"} {
      \new Voice {
        <%= score.music %>
      }
    }
    \layout { }
    \midi { }
  }
}