]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/accidental-clef-change.ly
Web-ja: update introduction
[lilypond.git] / input / regression / accidental-clef-change.ly
index 59a6b64b5882b393b051d667150a9f54894b35e6..88469796aecc80779f7c32eb96be3dd3071f3a16 100644 (file)
@@ -1,13 +1,18 @@
 \header {
-  texidoc = "Accidentals are reset for clef changes."
+  texidoc = "Accidentals are invalidated at clef changes."
 }
 
-\version "2.10.0"
-\new Staff \relative c' {
-    \clef treble
-    cis dis fis
-    \clef bass
-    <cis dis fis gis>
+\layout {
+  ragged-right = ##t
+}
+
+
+\version "2.19.21"
+\new Staff \relative {
+  \key g \major
+  \clef treble
+  cis' dis f
+  \clef bass
+  <c dis fis>
 }
 
-\layout {ragged-right = ##t}