]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/accidental.ly
Add overflow size to the page overflow warning.
[lilypond.git] / input / regression / accidental.ly
index aeaa62fabc91b476cf43b376f15535ac2bf261b8..42857141ae2df1b457808e299b7a7c0501e8e8cd 100644 (file)
@@ -1,18 +1,17 @@
 
-\version "2.3.17"
+\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.
 "
 }
 
+\layout { ragged-right = ##t }
+
 foo = \relative c''   {   \key as \major dis4 dis dis!^"force" dis? }
 
-\score {
-  << \foo 
+<< \foo 
    \context NoteNames \foo
-  >>
-\paper { raggedright = ##t }
-}
+ >>