]> git.donarmstrong.com Git - lilypond.git/blob - input/test/ossia.ly
* lily/tuplet-bracket.cc (brew_molecule): call after_line_breaking
[lilypond.git] / input / test / ossia.ly
1 #(ly:set-option 'old-relative)
2 \version "2.1.7"
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         \new Staff { c1 c1 }
14         >>
15 }
16         \paper {raggedright= ##t}
17 }
18