X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;ds=sidebyside;f=input%2Fregression%2Faccidental-single-double.ly;h=b69bfe67dd28680a71fcea9287b18ea98c4e7450;hb=3939ee1fef06ea4169225224b1f9dc194a93fa5c;hp=70163091fb23286da3a505e3f35d28e2136e0c29;hpb=ea8506894a420e3393858a3ee284ab6b2f12c6d6;p=lilypond.git diff --git a/input/regression/accidental-single-double.ly b/input/regression/accidental-single-double.ly index 70163091fb..b69bfe67dd 100644 --- a/input/regression/accidental-single-double.ly +++ b/input/regression/accidental-single-double.ly @@ -1,6 +1,7 @@ -\version "1.7.18" + +\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. @@ -8,24 +9,19 @@ natural sign. } +\layout { ragged-right = ##t } -thenotes = \notes \relative cis' { \time 4/4 -gisis'4 gis gisis ges | -geses ges geses gis | -gisis g geses g | -gis ges gis g | -\key a \major -gisis4 gis gisis ges | -geses ges geses gis | -gisis g geses g | -gis ges gis 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 - } - > -} -%% new-chords-done %% \ No newline at end of file +<< + \context Staff \thenotes + \context NoteNames { + \override NoteNames.NoteName #'no-spacing-rods = ##f + \thenotes + } +>> + +