X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Faccidental-octave.ly;h=effdfec520e58c692f5cffe888b53c1fc95c03f1;hb=01b15679731ac5fcaf8edac1ad5bce6acba10ff0;hp=5101fc77a4cd143ae9564951e161a4a96618dd07;hpb=51159f8679de00e6cd526ca2a16e1ea4d4294f81;p=lilypond.git diff --git a/input/regression/accidental-octave.ly b/input/regression/accidental-octave.ly index 5101fc77a4..effdfec520 100644 --- a/input/regression/accidental-octave.ly +++ b/input/regression/accidental-octave.ly @@ -1,8 +1,8 @@ -\version "2.3.4" +\version "2.16.0" \header { -texidoc=" + texidoc=" This shows how accidentals in different octaves are handled. The note names are also automatically printed but the octavation has been dropped out. " @@ -19,12 +19,9 @@ mel = \transpose c c' { \bar "|." \break } -\score { - << \context Staff \mel - \context NoteNames{ - \set printOctaveNames= ##f - \mel - } - >> -} - +<< \context Staff \mel + \context NoteNames{ + \set printOctaveNames= ##f + \mel + } + >>