X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Faccidental-single-double.ly;h=4cdbc7896749ef50fb2360f7a87e45cfd2ddb95b;hb=387bf986cfa362ce3f90dcc7f44a7cc0ab602fb1;hp=368435a59b187cda0a71c6561d857611168a50a1;hpb=9c31b0d42a407a412a324a6586cfb0437de4bfd8;p=lilypond.git diff --git a/input/regression/accidental-single-double.ly b/input/regression/accidental-single-double.ly index 368435a59b..4cdbc78967 100644 --- a/input/regression/accidental-single-double.ly +++ b/input/regression/accidental-single-double.ly @@ -1,25 +1,18 @@ - -\version "2.1.36" +\version "2.12.0" \header{ -texidoc=" + texidoc=" A sharp sign after a double sharp sign, as well as a flat sign after a double flat sign is automatically prepended with a natural sign. " } - - -thenotes = \notes \relative cis' { \time 4/4 -gisis'4 gis gisis ges | -} - -\score { << \context Staff \thenotes - \context NoteNames { - \override NoteNames.NoteName #'no-spacing-rods = ##f - \thenotes - } - >> -\paper { raggedright = ##t } +thenotes = \relative cis' { + \time 4/4 + gisis'4 gis geses ges | } +<< + \context Staff \thenotes + \context NoteNames \thenotes +>>