]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/accidental.ly
Fix compile
[lilypond.git] / input / regression / accidental.ly
index 296814e30c1ce7213ae8a2f334cbfa73b92b3e54..587ef751fd7da6e925ce8eeb4747623dc9f82942 100644 (file)
@@ -1,18 +1,17 @@
 
-\version "2.1.22"
+\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.
 "
 }
 
-foo = \notes\relative c''   {   \key as \major dis4 dis dis!^"force" dis? }
+\layout { ragged-right = ##t }
 
-\score {
-  << \foo 
+foo = \relative c''   {   \key as \major dis4 dis dis!^"force" dis? }
+
+<< \foo 
    \context NoteNames \foo
-  >>
-\paper { raggedright = ##t }
-}
+ >>