]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/accidental.ly
Imported Upstream version 2.16.0
[lilypond.git] / input / regression / accidental.ly
index 0fed2637baefb0e631faa70fb9aba8ca7ea2e683..4fa0feddbc7c3f9a722b5adcada4ebdb67614727 100644 (file)
@@ -1,17 +1,17 @@
-#(ly:set-option 'old-relative)
-\version "1.9.1"
+
+\version "2.16.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 }
+
+foo = \relative c''   {   \key as \major dis4 dis dis!^"force" dis? }
 
-\score {
-  < \foo 
+<< \foo 
    \context NoteNames \foo
-  >
-}
+ >>