]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/backend-excercise.ly
(all-user-translation-properties):
[lilypond.git] / input / regression / backend-excercise.ly
index bc0d1dbe8f9fb6e4cfdbb511ea4004208e0273b2..4d968191ca4454ce9d8d26cfbd4a592ab5e4850a 100644 (file)
@@ -1,17 +1,31 @@
 \header {
-texidoc = "Excercise all output functions"
-  }
+  texidoc = "Excercise all output functions"
+}
+
+\version "2.7.39"
+
+\paper { ragged-right = ##t }
 
 \relative {
-  \new StaffGroup <<
-    \new Staff <<
+  \new StaffGroup \new PianoStaff <<
+    \new Staff
       {
-      #(set-octavation 1)
-      \times 2/3 {  c'8[\< c]( f''\!)  }
-    }
-      \skip 1 >>
-    \new Staff {
-      \makeClusters { <g a>8 <e a> }
+       #(set-octavation 1)
+       \times 2/3 {  c'8[\< f]( f''\!)  }
+       #(set-octavation 0)
+       <f,, \5>4
+
+       \override TextScript #'color = #red
+       g4^"red"
       }
+    
+    \new Staff \relative c'' {
+      \makeClusters { <g a>8 <e a> <g a>4 }
+      
+      \override Glissando #'style = #'zigzag
+      f2 \glissando f'
+      \setEasyHeads
+      f e 
+    }
   >>
 }