X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Faccidental-single-double.ly;h=3c22edaea8332295366bd23731343f350f83b7ee;hb=19e6facfeb5c2809ea8099bfaa81339cc44b04b3;hp=59d732bfe5e089fbf28de08fc0edbaf41ad5c5a3;hpb=34881554afeaf03a55a3a983caf9cfeaaf3ea060;p=lilypond.git diff --git a/input/regression/accidental-single-double.ly b/input/regression/accidental-single-double.ly index 59d732bfe5..3c22edaea8 100644 --- a/input/regression/accidental-single-double.ly +++ b/input/regression/accidental-single-double.ly @@ -1,7 +1,7 @@ -\version "2.3.22" +\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,17 +9,19 @@ natural sign. } +\layout { ragged-right = ##t } -thenotes = \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 { - \override NoteNames.NoteName #'no-spacing-rods = ##f - \thenotes - } - >> -\layout { raggedright = ##t } -} +<< + \context Staff \thenotes + \context NoteNames { + \override NoteNames.NoteName #'no-spacing-rods = ##f + \thenotes + } +>> +