X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Faccidental-single-double.ly;h=c849234597d1d15ad7f8037e4c1de85ae2510449;hb=ecc41fd08c437396edb27d1fb82c977e7404803e;hp=38d6c87c01182cf5ceb8376e39fc5d55bd9cb439;hpb=197f00037dc4c9e7bd17368f50d11dd8cde7a994;p=lilypond.git diff --git a/input/regression/accidental-single-double.ly b/input/regression/accidental-single-double.ly index 38d6c87c01..c849234597 100644 --- a/input/regression/accidental-single-double.ly +++ b/input/regression/accidental-single-double.ly @@ -1,25 +1,18 @@ - -\version "2.1.22" +\version "2.16.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 +>>