]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/backend-excercise.ly
Imported Upstream version 2.16.0
[lilypond.git] / input / regression / backend-excercise.ly
1 \header {
2   texidoc = "Exercise all output functions"
3 }
4
5 \version "2.16.0"
6
7 \paper { ragged-right = ##t }
8
9 \relative c'' {
10   \new StaffGroup \new PianoStaff <<
11     \new Staff
12       {
13         \ottava #1
14         \times 2/3 { c8[\< f]( f''\!) }
15         \ottava #0
16         <f,, \5>4
17
18         \override TextScript #'color = #red
19         g4^"red"
20       }
21
22     \new Staff \relative c'' {
23       \makeClusters { <g a>8 <e a> <g a>4 }
24
25       \override Glissando #'style = #'zigzag
26       \slurDashed
27       f2( \glissando f')
28       \easyHeadsOn
29       f e
30     }
31   >>
32 }