]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/accidental.ly
*** empty log message ***
[lilypond.git] / input / regression / accidental.ly
index c7ebadec805c83e0430d2800614dfaae8ed9bfcc..b81b46ab30690d79201a13e1a8b9bc228fbe4ac8 100644 (file)
@@ -1,15 +1,18 @@
+
+\version "2.2.0"
+
 \header{
 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! dis? }
+foo = \notes\relative c''   {   \key as \major dis4 dis dis!^"force" dis? }
 
 \score {
-
-  < \foo 
+  << \foo 
    \context NoteNames \foo
-  >
+  >>
+\paper { raggedright = ##t }
 }