X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;ds=sidebyside;f=input%2Fregression%2Faccidental-single-double.ly;h=3c22edaea8332295366bd23731343f350f83b7ee;hb=ce14f918fb0cdd880e567dd67e5ef277d8f7dee5;hp=4391992306c892f13e03a38c5806559652ee0cde;hpb=aa76d0de152265e9913d7dc67c4fd8d923aec04b;p=lilypond.git diff --git a/input/regression/accidental-single-double.ly b/input/regression/accidental-single-double.ly index 4391992306..3c22edaea8 100644 --- a/input/regression/accidental-single-double.ly +++ b/input/regression/accidental-single-double.ly @@ -1,7 +1,7 @@ -#(ly:set-option 'old-relative) -\version "1.9.1" + +\version "2.10.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. @@ -9,16 +9,19 @@ natural sign. } +\layout { ragged-right = ##t } -thenotes = \notes \relative cis' { \time 4/4 -gisis'4 gis gisis ges | +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 { + \override NoteNames.NoteName #'no-spacing-rods = ##f + \thenotes + } +>> +