X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Faccidental-single-double.ly;h=b69bfe67dd28680a71fcea9287b18ea98c4e7450;hb=eeec992b7029d0982bf4ed0eb3995e9ca99c10e9;hp=416e6e39ea505d94f4ccf5bef43668f8c4fbb687;hpb=641486a1a5522a9e66b470d8c762a1f789219573;p=lilypond.git diff --git a/input/regression/accidental-single-double.ly b/input/regression/accidental-single-double.ly index 416e6e39ea..b69bfe67dd 100644 --- a/input/regression/accidental-single-double.ly +++ b/input/regression/accidental-single-double.ly @@ -1,7 +1,7 @@ -\version "2.4.0" +\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 + } +>> +