X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fbackend-excercise.ly;h=06120020d9ba0aa5a5193f281b517bd060b18063;hb=95795b10a644627068df3f1ca668e6ddb3007a30;hp=f709dabb7bdf899dda3d2f62511b7ad93bc85e7c;hpb=f9214bac21e9926dc3248416f58190c98c4167a9;p=lilypond.git diff --git a/input/regression/backend-excercise.ly b/input/regression/backend-excercise.ly index f709dabb7b..06120020d9 100644 --- a/input/regression/backend-excercise.ly +++ b/input/regression/backend-excercise.ly @@ -2,31 +2,31 @@ texidoc = "Excercise all output functions" } -\version "2.10.0" +\version "2.14.0" \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 4 \override TextScript #'color = #red g4^"red" } - + \new Staff \relative c'' { \makeClusters { 8 4 } - + \override Glissando #'style = #'zigzag \slurDashed f2( \glissando f') - \setEasyHeads - f e + \easyHeadsOn + f e } >> }