X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;ds=sidebyside;f=input%2Fregression%2Faccidental.ly;h=5eb60e071be3d128b353b31e152c5ecc9819910b;hb=6dd9d054f7b528a729c74077b4cf36e644afbeb4;hp=cae9baff92e4f566c5e9c5527b1719e174ca8408;hpb=34eb783cd6b1af2fd7cf2c573ec9dc7e9d16e7f7;p=lilypond.git diff --git a/input/regression/accidental.ly b/input/regression/accidental.ly index cae9baff92..5eb60e071b 100644 --- a/input/regression/accidental.ly +++ b/input/regression/accidental.ly @@ -1,18 +1,17 @@ -\version "2.6.0" +\version "2.11.51" \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 - >> -\layout { raggedright = ##t } -} + >>