]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/backend-excercise.ly
Merge commit 'origin' into beamlets2
[lilypond.git] / input / regression / backend-excercise.ly
index 4d968191ca4454ce9d8d26cfbd4a592ab5e4850a..3806b37c02195df757ab6ce431667efc6e20fb4c 100644 (file)
@@ -2,7 +2,7 @@
   texidoc = "Excercise all output functions"
 }
 
-\version "2.7.39"
+\version "2.12.0"
 
 \paper { ragged-right = ##t }
 
@@ -10,9 +10,9 @@
   \new StaffGroup \new PianoStaff <<
     \new Staff
       {
-       #(set-octavation 1)
+       \ottava #1
        \times 2/3 {  c'8[\< f]( f''\!)  }
-       #(set-octavation 0)
+       \ottava #0
        <f,, \5>4
 
        \override TextScript #'color = #red
@@ -23,8 +23,9 @@
       \makeClusters { <g a>8 <e a> <g a>4 }
       
       \override Glissando #'style = #'zigzag
-      f2 \glissando f'
-      \setEasyHeads
+      \slurDashed
+      f2( \glissando f')
+      \easyHeadsOn
       f e 
     }
   >>