]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/backend-excercise.ly
Run scripts/auxiliar/update-with-convert-ly.sh
[lilypond.git] / input / regression / backend-excercise.ly
index 1232cd9dcc14cc947a71e8bc5b4b4ce186786fa4..aa83c7ff8f39840361b042d943d76448f673ca98 100644 (file)
@@ -1,31 +1,32 @@
 \header {
-  texidoc = "Excercise all output functions"
+  texidoc = "Exercise all output functions"
 }
 
-\version "2.7.13"
+\version "2.16.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
     }
   >>
 }