X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Faccidental-single-double.ly;h=b69bfe67dd28680a71fcea9287b18ea98c4e7450;hb=eeec992b7029d0982bf4ed0eb3995e9ca99c10e9;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..b69bfe67dd 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.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. @@ -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 + } +>> +