]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/accidental.ly
Update .ly files.
[lilypond.git] / input / regression / accidental.ly
index 7f4c8ba3cd86cca7935ca906ac1aee3b869020e9..587ef751fd7da6e925ce8eeb4747623dc9f82942 100644 (file)
@@ -1,17 +1,17 @@
-\version "1.7.16"
+
+\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 }
+
+foo = \relative c''   {   \key as \major dis4 dis dis!^"force" dis? }
 
-\score {
-  < \foo 
+<< \foo 
    \context NoteNames \foo
-  >
-}
-%% new-chords-done %%
\ No newline at end of file
+ >>