]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/accidental.ly
Regtests: remove last \new Score stuff.
[lilypond.git] / input / regression / accidental.ly
index 614995069da06ebbe5e8ac8aaedad4c965d23837..42857141ae2df1b457808e299b7a7c0501e8e8cd 100644 (file)
@@ -1,17 +1,17 @@
-\version "1.3.146"
+
+\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.
+fourth show forced and cautionary accidentals.
 "
 }
 
-foo = \notes\relative c''   {   \key as \major dis4 dis dis! dis? }
+\layout { ragged-right = ##t }
 
-\score {
+foo = \relative c''   {   \key as \major dis4 dis dis!^"force" dis? }
 
-  < \foo 
+<< \foo 
    \context NoteNames \foo
-  >
-}
+ >>