]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/backend-excercise.ly
Doc: remove wrongly funindexed words.
[lilypond.git] / input / regression / backend-excercise.ly
index db00b35ecb4260966fdacc20e09c053d63d0da7d..3806b37c02195df757ab6ce431667efc6e20fb4c 100644 (file)
@@ -2,27 +2,30 @@
   texidoc = "Excercise all output functions"
 }
 
-\version "2.5.0"
+\version "2.12.0"
 
-\paper { raggedright = ##t }
+\paper { ragged-right = ##t }
 
 \relative {
   \new StaffGroup \new PianoStaff <<
-    \new Staff <<
+    \new Staff
       {
-       #(set-octavation 1)
+       \ottava #1
        \times 2/3 {  c'8[\< f]( f''\!)  }
-       #(set-octavation 0)
-       <f \5>
+       \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 = #'()
+      \slurDashed
+      f2( \glissando f')
+      \easyHeadsOn
       f e 
     }
   >>