]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/accidental.ly
release commit
[lilypond.git] / input / regression / accidental.ly
index 56356af15d0e1b589490842d6d882d4a3c4bdcad..296814e30c1ce7213ae8a2f334cbfa73b92b3e54 100644 (file)
@@ -1,5 +1,5 @@
 
-\version "1.9.2"
+\version "2.1.22"
 
 \header{
 texidoc="
@@ -11,7 +11,8 @@ fourth show forced and courtesy accidentals.
 foo = \notes\relative c''   {   \key as \major dis4 dis dis!^"force" dis? }
 
 \score {
-  < \foo 
+  << \foo 
    \context NoteNames \foo
-  >
+  >>
+\paper { raggedright = ##t }
 }