X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Faccidental.ly;h=587ef751fd7da6e925ce8eeb4747623dc9f82942;hb=52ddc3c8279a2f91d7e482aa69dd14e3593e1e98;hp=fd73d1ef92cd93bcc42fee31a4b52ac6e726d356;hpb=4c8187e65dd9708d7733692842acc696da121bf1;p=lilypond.git diff --git a/input/regression/accidental.ly b/input/regression/accidental.ly index fd73d1ef92..587ef751fd 100644 --- a/input/regression/accidental.ly +++ b/input/regression/accidental.ly @@ -1,18 +1,17 @@ -\version "2.1.7" +\version "2.12.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 } -\score { - << \foo +foo = \relative c'' { \key as \major dis4 dis dis!^"force" dis? } + +<< \foo \context NoteNames \foo - >> -\paper { raggedright = ##t } -} + >>