]> 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 db00b35ecb4260966fdacc20e09c053d63d0da7d..06120020d9ba0aa5a5193f281b517bd060b18063 100644 (file)
@@ -2,28 +2,31 @@
   texidoc = "Excercise all output functions"
 }
 
-\version "2.5.0"
+\version "2.14.0"
 
-\paper { raggedright = ##t }
+\paper { ragged-right = ##t }
 
-\relative {
+\relative c'' {
   \new StaffGroup \new PianoStaff <<
-    \new Staff <<
+    \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
-      f2 \glissando f'
-      \override NoteHead #'print-function = #Note_head::brew_ez_stencil
-      \override NoteHead #'Y-extent-callback = #'()
-      \override NoteHead #'X-extent-callback = #'()
-      f e 
+      \slurDashed
+      f2( \glissando f')
+      \easyHeadsOn
+      f e
     }
   >>
 }