]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/accidental.ly
*** empty log message ***
[lilypond.git] / input / regression / accidental.ly
index 614995069da06ebbe5e8ac8aaedad4c965d23837..b81b46ab30690d79201a13e1a8b9bc228fbe4ac8 100644 (file)
@@ -1,4 +1,5 @@
-\version "1.3.146"
+
+\version "2.2.0"
 
 \header{
 texidoc="
@@ -7,11 +8,11 @@ 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 }
 }