]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/midi/key-option-all-staves.ly
Doc-es: update Notation/Cheatsheet.
[lilypond.git] / input / regression / midi / key-option-all-staves.ly
index 2ba3fa8d275a2a05aa9a1b00cf6be483db577652..51e343ff97f2122a3137e1207d6a60ffb730eaa1 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.14.0"
+\version "2.19.21"
 
 \header {
 texidoc="Midi2ly --key works on all staves, this is G major (--key=1)"
@@ -8,12 +8,12 @@ options="--key=1"
 \score {
   <<
     \context Staff = "treble" <<
-      \context Voice="one" \relative c'' {
-       fis
+      \context Voice="one" \relative {
+       fis''
       }
     >>
     \context Staff = "bass" <<
-      \context Voice="two" \relative {
+      \context Voice="two" \relative {
        \clef bass
        fis
       }