]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/backend-excercise.ly
Merge branch 'lilypond/translation' of ssh://trettig@git.sv.gnu.org/srv/git/lilypond...
[lilypond.git] / input / regression / backend-excercise.ly
index 2b11d73601a82d7b5c50fd7d311201cf6b0760e5..6848b4e876bf19f6b0987cc07b58ec5aa1d93e82 100644 (file)
@@ -2,9 +2,9 @@
   texidoc = "Excercise all output functions"
 }
 
-\version "2.6.0"
+\version "2.11.38"
 
-\paper { raggedright = ##t }
+\paper { ragged-right = ##t }
 
 \relative {
   \new StaffGroup \new PianoStaff <<
@@ -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 
     }
   >>