]> 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 64033a88dd28c49bcae95d24aeda77735bca7f60..06120020d9ba0aa5a5193f281b517bd060b18063 100644 (file)
@@ -2,30 +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
       {
-       #(set-octavation 1)
-       \times 2/3 {  c'8[\< f]( f''\!)  }
-       #(set-octavation 0)
+       \ottava #1
+       \times 2/3 { c8[\< f]( f''\!) }
+       \ottava #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 
+      \slurDashed
+      f2( \glissando f')
+      \easyHeadsOn
+      f e
     }
   >>
 }