]> 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 3470819898cd233a5d4545c2698ab64f351d2e37..44200865653bde0e17f47ce48edb3bd070452bd7 100644 (file)
@@ -1,13 +1,18 @@
 \header {
-  texidoc = "Accidentals are reset for clef changes."
+  texidoc = "Accidentals are invalidated at clef changes."
 }
 
-\version "2.7.18"
+\layout {
+  ragged-right = ##t
+}
+
+
+\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>
 }
 
-\layout {raggedright = ##t}