X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Faccidental-single-double.ly;h=4d7c1d56f7db80652d41d322e01ef593d198926f;hb=0e42f1207ae89f4df3c6a21c986c1eaf06a028f0;hp=65586dc312dc1387706da5d478cf2bb24f0d5a89;hpb=8b88bf025331c789167734067001a3d79501b433;p=lilypond.git diff --git a/input/regression/accidental-single-double.ly b/input/regression/accidental-single-double.ly index 65586dc312..4d7c1d56f7 100644 --- a/input/regression/accidental-single-double.ly +++ b/input/regression/accidental-single-double.ly @@ -1,29 +1,18 @@ +\version "2.14.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 | -geses ges geses gis | -gisis g geses g | -gis g ges g | -\key a \major; -gisis4 gis gisis ges | -geses ges geses gis | -gisis g geses g | -gis g ges g | +thenotes = \relative cis' { + \time 4/4 + gisis'4 gis geses ges | } -\score { < \context Staff \thenotes - \context NoteNames { - \property NoteNames.NoteName \override #'no-spacing-rods = ##f - \thenotes - } - > -} +<< + \context Staff \thenotes + \context NoteNames \thenotes +>>