]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/backend-excercise.ly
Imported Upstream version 2.14.2
[lilypond.git] / input / regression / backend-excercise.ly
index d2694952c5730d0ed9f34b9d69fe541e2d4fe242..06120020d9ba0aa5a5193f281b517bd060b18063 100644 (file)
@@ -2,20 +2,31 @@
   texidoc = "Excercise all output functions"
 }
 
-\version "2.5.0"
+\version "2.14.0"
 
-\relative {
-  \new StaffGroup <<
-    \new Staff <<
+\paper { ragged-right = ##t }
+
+\relative c'' {
+  \new StaffGroup \new PianoStaff <<
+    \new Staff
       {
-       #(set-octavation 1)
-       \times 2/3 {  c'8[\< f]( f''\!)  }
-       #(set-octavation 0)
-       <f \5>
+       \ottava #1
+       \times 2/3 { c8[\< f]( f''\!) }
+       \ottava #0
+       <f,, \5>4
+
+       \override TextScript #'color = #red
+       g4^"red"
       }
-      \skip 1 >>
+
     \new Staff \relative c'' {
-      \makeClusters { <g a>8 <e a> }
+      \makeClusters { <g a>8 <e a> <g a>4 }
+
+      \override Glissando #'style = #'zigzag
+      \slurDashed
+      f2( \glissando f')
+      \easyHeadsOn
+      f e
     }
   >>
 }