]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/test/ossia.ly
* cygwin/mknetrel: Override $(webdir) (was: $(docdir)).
[lilypond.git] / input / test / ossia.ly
index bab09a904bdd227e1b6ec5c024230a918d74ebf0..9af2e5563178d64fde0bef57a4bf1a98317f03c9 100644 (file)
@@ -1,6 +1,17 @@
-\version "1.3.93";
+\version "1.7.18"
+% 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 }
+       \context Staff = stb { c1 c1 }
+       >
 }
+       \paper {raggedright= ##t}
+}
+