]> git.donarmstrong.com Git - lilypond.git/commitdiff
input/regression/accidental-clef-change.ly: Change regtest to account for issue 1471.
authorDavid Kastrup <dak@gnu.org>
Tue, 12 Apr 2011 12:56:03 +0000 (14:56 +0200)
committerDavid Kastrup <dak@gnu.org>
Wed, 13 Apr 2011 08:51:21 +0000 (10:51 +0200)
This test of accidental-clef-change.ly was made to reflect the
necessity of repeating in-key accidentals after a clef change when
they have been altered before the change.

input/regression/accidental-clef-change.ly

index c927e693f723a7b6515d9fa08b3365a6cf13f037..ccaeda5b6b271cacc210723ac7f280a9ceec677c 100644 (file)
@@ -1,5 +1,5 @@
 \header {
-  texidoc = "Accidentals are reset for clef changes."
+  texidoc = "Accidentals are invalidated at clef changes."
 }
 
 \layout {
@@ -9,9 +9,10 @@
 
 \version "2.12.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>
 }