]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/accidental-clef-change.ly
Doc (NR): Document NullVoice context.
[lilypond.git] / input / regression / accidental-clef-change.ly
index c2e78f492521d434a74301c5942a158336085b6a..bab45b8d9342c7fc27a3c79acab3901f45a9ae11 100644 (file)
@@ -7,12 +7,12 @@
 }
 
 
-\version "2.14.0"
+\version "2.16.0"
 \new Staff \relative c' {
-    \key g\major
-    \clef treble
-    cis dis f
-    \clef bass
-    <c dis fis>
+  \key g \major
+  \clef treble
+  cis dis f
+  \clef bass
+  <c dis fis>
 }