X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Faccidental.ly;h=90ed46899fd757b47080361bb9f29108180bf483;hb=26755a173be10b19327c99d4c7510f30974facd4;hp=5405cda001f7988194ca36b031fd6d75f4aa8206;hpb=5956be580d291c1460f1c4b5f6e4a1c3e6549602;p=lilypond.git diff --git a/input/regression/accidental.ly b/input/regression/accidental.ly index 5405cda001..90ed46899f 100644 --- a/input/regression/accidental.ly +++ b/input/regression/accidental.ly @@ -1,18 +1,17 @@ -\version "2.3.16" +\version "2.10.0" \header{ -texidoc=" + texidoc=" Accidentals work: the second note does not get a sharp. The third and fourth show forced and courtesy accidentals. " } +\layout { ragged-right = ##t } + foo = \relative c'' { \key as \major dis4 dis dis!^"force" dis? } -\score { - << \foo +<< \foo \context NoteNames \foo - >> -\paper { raggedright = ##t } -} + >>