]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/accidental.ly
Docs: run convert-ly for 2.14.0.
[lilypond.git] / input / regression / accidental.ly
index 83468c0b007be7a944a643012f6ab5c56c75849d..06ccc02b98188933deda1cf754f02c0e524a647b 100644 (file)
@@ -1,17 +1,17 @@
 
-\version "1.9.1"
+\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.
 "
 }
 
-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
-  >
-}
+ >>