]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/accidental.ly
Remove inacurate warning and .aux file left over by lilypond-book.
[lilypond.git] / input / regression / accidental.ly
index 8ab848e6329555e0c81bea5d869d0222da048d2b..06ccc02b98188933deda1cf754f02c0e524a647b 100644 (file)
@@ -1,18 +1,17 @@
 
-\version "2.3.4"
+\version "2.14.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.
 "
 }
 
+\layout { ragged-right = ##t }
+
 foo = \relative c''   {   \key as \major dis4 dis dis!^"force" dis? }
 
-\score {
-  << \foo 
+<< \foo 
    \context NoteNames \foo
-  >>
-\paper { raggedright = ##t }
-}
+ >>