]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/accidental-double.ly
* scripts/convert-ly.py (conv): remove \notes.
[lilypond.git] / input / regression / accidental-double.ly
index 58ce1165b82fc03fd0f17c51b79ed0ed519ed23a..97ad3068a00d7f30f2321b85140a626c0291a02f 100644 (file)
@@ -1,16 +1,16 @@
-\version "1.9.0"
+\version "2.3.4"
 \header {
        texidoc = "If two forced accidentals happen at the same time, only one
        sharp sign is printed."
 }
 
 
-\score { \notes \transpose c c'
-   \context Staff <
+\score {  \transpose c c'
+   \context Staff <<
      \key g \major
      \context Voice=va { \stemUp c' fis! }
      \context Voice=vb { \stemDown c fis! }
-   >
+   >>
 
     \paper { raggedright= ##t }