]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/test/ossia.ly
* scripts/convert-ly.py (FatalConversionError.conv): conversion
[lilypond.git] / input / test / ossia.ly
index 6fcd07e08f02cf7afcf52ccd1b5ae3aa268d2b2d..a3c57f8b1b612165fd28182373c3479a4515813c 100644 (file)
@@ -1,6 +1,17 @@
-\version "1.3.5";
+\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 { c1 c1 <
+       {\clef "treble" c1 c1 }
+       \context Staff = stb { c1 c1 }
+       >
+}
+       \paper {raggedright= ##t}
 }
+%% new-chords-done %%