X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Faccidental.ly;h=90ed46899fd757b47080361bb9f29108180bf483;hb=c69439a2389be2a111c22571081596d2b7341721;hp=9a6f06b57670bad02c75ee6925e61c265fbbd335;hpb=955f829883aa125b2b633b1e71f6256da5b773fa;p=lilypond.git diff --git a/input/regression/accidental.ly b/input/regression/accidental.ly index 9a6f06b576..90ed46899f 100644 --- a/input/regression/accidental.ly +++ b/input/regression/accidental.ly @@ -1,17 +1,17 @@ -#(ly:set-option 'old-relative) -\version "1.9.0" + +\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. " } -foo = \notes\relative c'' { \key as \major dis4 dis dis!^"force" dis? } +\layout { ragged-right = ##t } + +foo = \relative c'' { \key as \major dis4 dis dis!^"force" dis? } -\score { - < \foo +<< \foo \context NoteNames \foo - > -} + >>