X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Faccidental-single-double.ly;h=4d7c1d56f7db80652d41d322e01ef593d198926f;hb=9f408c3d2cfe0e3bbe0a683ff52422bd784459b8;hp=f7676f85caba78e35df1b767a8cb96aaf580252a;hpb=c3f1e9e806a3d386f82439130f9593c3537ed08c;p=lilypond.git diff --git a/input/regression/accidental-single-double.ly b/input/regression/accidental-single-double.ly index f7676f85ca..4d7c1d56f7 100644 --- a/input/regression/accidental-single-double.ly +++ b/input/regression/accidental-single-double.ly @@ -1,30 +1,18 @@ -\version "1.3.146" +\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 +>>