]> git.donarmstrong.com Git - lilypond.git/blob - input/test/ossia.ly
(conv): dashes rule.
[lilypond.git] / input / test / ossia.ly
1 #(ly:set-option 'old-relative)
2 \version "1.9.1"
3 % pretty much a duplicate of extra-staff.ly. candidate for merge or delete. -gp
4
5 \header { texidoc = "@cindex Ossia
6 Ossias present alternatives for a piece. They are not
7 really supported, but can be somewhat faked in lily. "
8 }
9
10 \score {
11 \notes\relative c'' { c1 c1 <
12         {\clef "treble" c1 c1 }
13         \context Staff = stb { c1 c1 }
14         >
15 }
16         \paper {raggedright= ##t}
17 }
18