]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/accidental.ly
Imported Upstream version 2.14.2
[lilypond.git] / input / regression / accidental.ly
index afadf3edfccb9728b7f1ad0633a236679e00f2a5..06ccc02b98188933deda1cf754f02c0e524a647b 100644 (file)
@@ -1,17 +1,17 @@
 
-\version "1.9.8"
+\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
-  >>
-}
+ >>