X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Faccidental.ly;h=3e95168608746dbddcb88325695ebe7b93233a43;hb=d36171e34d236d890f5dc511b895037188c6c7cb;hp=7f4c8ba3cd86cca7935ca906ac1aee3b869020e9;hpb=72972afb27cf99f5ae432f4a1463d4f6de6107a0;p=lilypond.git diff --git a/input/regression/accidental.ly b/input/regression/accidental.ly index 7f4c8ba3cd..3e95168608 100644 --- a/input/regression/accidental.ly +++ b/input/regression/accidental.ly @@ -1,17 +1,17 @@ -\version "1.7.16" + +\version "2.19.21" \header{ -texidoc=" + texidoc=" Accidentals work: the second note does not get a sharp. The third and -fourth show forced and courtesy accidentals. +fourth show forced and cautionary accidentals. " } -foo = \notes\relative c'' { \key as \major dis4 dis dis!^"force" dis? } +\layout { ragged-right = ##t } + +foo = \relative { \key as \major dis''4 dis dis!^"force" dis? } -\score { - < \foo +<< \foo \context NoteNames \foo - > -} -%% new-chords-done %% \ No newline at end of file + >>