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