]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/accidental-clef-change.ly
Run scripts/auxiliar/update-with-convert-ly.sh
[lilypond.git] / input / regression / accidental-clef-change.ly
index fabf9546bba507053f7c0909aab94e761027f8cf..44200865653bde0e17f47ce48edb3bd070452bd7 100644 (file)
@@ -1,5 +1,5 @@
 \header {
-  texidoc = "Accidentals are reset for clef changes."
+  texidoc = "Accidentals are invalidated at clef changes."
 }
 
 \layout {
@@ -7,11 +7,12 @@
 }
 
 
-\version "2.10.0"
+\version "2.16.0"
 \new Staff \relative c' {
+    \key g\major
     \clef treble
-    cis dis fis
+    cis dis f
     \clef bass
-    <cis dis fis gis>
+    <c dis fis>
 }