]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/accidental.ly
(Module): new file.
[lilypond.git] / input / regression / accidental.ly
index 63037e9c9540925a84205c6ffcde2d1282bf5ddb..0c04e44d46887ca9b1569dd867f6f7d6817639f3 100644 (file)
@@ -1,18 +1,17 @@
 
-\version "2.3.22"
+\version "2.7.13"
 
 \header{
-texidoc="
+  texidoc="
 Accidentals work: the second note does not get a sharp. The third and
 fourth show forced and courtesy accidentals.
 "
 }
 
+\layout { raggedright = ##t }
+
 foo = \relative c''   {   \key as \major dis4 dis dis!^"force" dis? }
 
-\score {
-  << \foo 
+<< \foo 
    \context NoteNames \foo
-  >>
-\layout { raggedright = ##t }
-}
+ >>