]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/test/ossia.ly
* Documentation/user/lilypond-book.itely
[lilypond.git] / input / test / ossia.ly
index 39fcd547d1a46d49aa89582420abb6cc5e8cfe70..eaaafc2cd3678d427136c18b00fb53de241246ee 100644 (file)
@@ -1,5 +1,5 @@
 #(ly:set-option 'old-relative)
-\version "1.9.2"
+\version "1.9.8"
 % pretty much a duplicate of extra-staff.ly. candidate for merge or delete. -gp
 
 \header { texidoc = "@cindex Ossia
@@ -8,10 +8,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}
 }