performance-notes.ily 258 B

12345678910111213141516171819
  1. \header{
  2. tagline = ""
  3. }
  4. \markup \justify {
  5. Here are some performance notes. This is text blah blah. Below is some music.
  6. }
  7. \score {
  8. \new Staff
  9. \relative c' {
  10. c4 c c c |
  11. }
  12. }
  13. \markup \justify {
  14. That was music. This is more text blah blah.
  15. }