]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/test/ossia.ly
(Lilypond_snippet.notice_include):
[lilypond.git] / input / test / ossia.ly
index 39fcd547d1a46d49aa89582420abb6cc5e8cfe70..baa1c72bd6e0eab19143dd7ee5939b079e0d4f95 100644 (file)
@@ -1,5 +1,4 @@
-#(ly:set-option 'old-relative)
-\version "1.9.2"
+\version "2.1.7"
 % pretty much a duplicate of extra-staff.ly. candidate for merge or delete. -gp
 
 \header { texidoc = "@cindex Ossia
@@ -8,10 +7,10 @@ really supported, but can be somewhat faked in lily. "
 }
 
 \score {
-\notes\relative c'' { c1 c1 <
+\notes\relative c'' { c1 c1 <<
        {\clef "treble" c1 c1 }
        \new Staff { c1 c1 }
-       >
+       >>
 }
        \paper {raggedright= ##t}
 }