]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/test/ossia.ly
*** empty log message ***
[lilypond.git] / input / test / ossia.ly
index 6de5602752ff8c7b6e69370d79d71e67e27fef39..baa1c72bd6e0eab19143dd7ee5939b079e0d4f95 100644 (file)
@@ -1,6 +1,17 @@
-\version "1.3.96";
+\version "2.1.7"
+% pretty much a duplicate of extra-staff.ly. candidate for merge or delete. -gp
 
-\score {
+\header { texidoc = "@cindex Ossia
+Ossias present alternatives for a piece. They are not
+really supported, but can be somewhat faked in lily. "
+}
 
-\notes { c1 c1 < {\clef "treble"; c1 c1 } \context Staff=stb{ c1 c1}>}
+\score {
+\notes\relative c'' { c1 c1 <<
+       {\clef "treble" c1 c1 }
+       \new Staff { c1 c1 }
+       >>
 }
+       \paper {raggedright= ##t}
+}
+