X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fclef-ottava.ly;h=2e932ec6aa20e903a20b329957cb819af0959df6;hb=7770772b6101f60b28173fd68ceb701048016b21;hp=d01e6c912ec9ee86275f739e8911f083bcb552dc;hpb=70cc70f3a6183472b93fc4c2b4c60cc0375b6d64;p=lilypond.git diff --git a/input/regression/clef-ottava.ly b/input/regression/clef-ottava.ly index d01e6c912e..2e932ec6aa 100644 --- a/input/regression/clef-ottava.ly +++ b/input/regression/clef-ottava.ly @@ -5,21 +5,21 @@ but they don't confuse one another." } -\version "2.11.36" +\version "2.14.0" \layout { ragged-right = ##t} \relative c'' { \clef "alto" a b c a - #(set-octavation 1) + \ottava #1 a b c a \clef "bass" a b c a - #(set-octavation 2) + \ottava #2 a b c a \clef "treble" - #(set-octavation -1) + \ottava #-1 a b c a }