]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/accidental-double.ly
*** empty log message ***
[lilypond.git] / input / regression / accidental-double.ly
index 58ce1165b82fc03fd0f17c51b79ed0ed519ed23a..597b3ba828375322cc5cb8adbc7a553f5fdc083a 100644 (file)
@@ -1,4 +1,4 @@
-\version "1.9.0"
+\version "2.1.28"
 \header {
        texidoc = "If two forced accidentals happen at the same time, only one
        sharp sign is printed."
@@ -6,11 +6,11 @@
 
 
 \score { \notes \transpose c c'
-   \context Staff <
+   \context Staff <<
      \key g \major
      \context Voice=va { \stemUp c' fis! }
      \context Voice=vb { \stemDown c fis! }
-   >
+   >>
 
     \paper { raggedright= ##t }