]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/accidental.ly
Release: bump Welcome versions.
[lilypond.git] / input / regression / accidental.ly
index 1decbd5213122125791521f2c7921e2c42ce4331..3e95168608746dbddcb88325695ebe7b93233a43 100644 (file)
@@ -1,18 +1,17 @@
 
-\version "2.1.25"
+\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 }
 
-\score {
-  << \foo 
+foo = \relative   {   \key as \major dis''4 dis dis!^"force" dis? }
+
+<< \foo 
    \context NoteNames \foo
-  >>
-\paper { raggedright = ##t }
-}
+ >>