]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/accidental.ly
* Documentation/user/changing-defaults.itely (Creating contexts):
[lilypond.git] / input / regression / accidental.ly
index 83468c0b007be7a944a643012f6ab5c56c75849d..0e910a557113f287c1303434304e67877148dcac 100644 (file)
@@ -1,5 +1,5 @@
 
-\version "1.9.1"
+\version "2.1.30"
 
 \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 }
 }