]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/accidental.ly
Imported Upstream version 2.14.2
[lilypond.git] / input / regression / accidental.ly
index 296814e30c1ce7213ae8a2f334cbfa73b92b3e54..06ccc02b98188933deda1cf754f02c0e524a647b 100644 (file)
@@ -1,18 +1,17 @@
 
-\version "2.1.22"
+\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
-  >>
-\paper { raggedright = ##t }
-}
+ >>