]> 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 3470819898cd233a5d4545c2698ab64f351d2e37..bab45b8d9342c7fc27a3c79acab3901f45a9ae11 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' {
-    \clef treble
-    cis dis fis
-    \clef bass
-    <cis dis fis gis>
+  \key g \major
+  \clef treble
+  cis dis f
+  \clef bass
+  <c dis fis>
 }
 
-\layout {raggedright = ##t}