X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fottava-broken.ly;h=a97629e7145a43bcae8dcc9909f364d0d16b3b60;hb=cbe8d2abe715acc718b4531535145256ef1802c8;hp=5c16a4abc976e2e7be5584712f299eec5d772bda;hpb=730c54a571ab3b6c30e02be5f93c876abee0f9a7;p=lilypond.git diff --git a/input/regression/ottava-broken.ly b/input/regression/ottava-broken.ly index 5c16a4abc9..a97629e714 100644 --- a/input/regression/ottava-broken.ly +++ b/input/regression/ottava-broken.ly @@ -10,16 +10,16 @@ the end of the line (regardless of prefatory matter). } -\version "2.10.0" +\version "2.11.53" \layout { ragged-right = ##t } \relative c''' { a2 b - #(set-octavation 1) + \ottava #1 a2 b \time 3/4 \break c''2. \break a - #(set-octavation 0) + \ottava #0 g,,2 b4 c2 a4 }