]> 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 3806b37c02195df757ab6ce431667efc6e20fb4c..aa83c7ff8f39840361b042d943d76448f673ca98 100644 (file)
@@ -1,32 +1,32 @@
 \header {
-  texidoc = "Excercise all output functions"
+  texidoc = "Exercise all output functions"
 }
 
-\version "2.12.0"
+\version "2.16.0"
 
 \paper { ragged-right = ##t }
 
-\relative {
+\relative c'' {
   \new StaffGroup \new PianoStaff <<
     \new Staff
       {
        \ottava #1
-       \times 2/3 {  c'8[\< f]( f''\!)  }
+       \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
       \slurDashed
       f2( \glissando f')
       \easyHeadsOn
-      f e 
+      f e
     }
   >>
 }