X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Faccidental.ly;h=0c04e44d46887ca9b1569dd867f6f7d6817639f3;hb=d1f48da743130a7cbb74d04a5d96afb66aacd0a7;hp=63037e9c9540925a84205c6ffcde2d1282bf5ddb;hpb=34881554afeaf03a55a3a983caf9cfeaaf3ea060;p=lilypond.git diff --git a/input/regression/accidental.ly b/input/regression/accidental.ly index 63037e9c95..0c04e44d46 100644 --- a/input/regression/accidental.ly +++ b/input/regression/accidental.ly @@ -1,18 +1,17 @@ -\version "2.3.22" +\version "2.7.13" \header{ -texidoc=" + texidoc=" Accidentals work: the second note does not get a sharp. The third and fourth show forced and courtesy accidentals. " } +\layout { raggedright = ##t } + foo = \relative c'' { \key as \major dis4 dis dis!^"force" dis? } -\score { - << \foo +<< \foo \context NoteNames \foo - >> -\layout { raggedright = ##t } -} + >>