]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/midi/key-option-all-staves.ly
Run scripts/auxiliar/update-with-convert-ly.sh
[lilypond.git] / input / regression / midi / key-option-all-staves.ly
1 \version "2.16.0"
2
3 \header {
4 texidoc="Midi2ly --key works on all staves, this is G major (--key=1)"
5 options="--key=1"
6 }
7
8 \score {
9   <<
10     \context Staff = "treble" <<
11       \context Voice="one" \relative c'' {
12         fis
13       }
14     >>
15     \context Staff = "bass" <<
16       \context Voice="two" \relative c {
17         \clef bass
18         fis
19       }
20     >>
21   >>
22   \layout {}
23   \midi {}
24 }