]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/midi-partial.ly
Issue 5167/6: Changes: show \markup xxx = ... \etc assignments
[lilypond.git] / input / regression / midi-partial.ly
1 \header {
2   texidoc = "MIDI and partial measures work together."
3 }
4 \version "2.16.0"
5   
6 \score {
7   { \partial 4
8     c4 c1
9   }
10
11   \midi {
12
13   }
14 }