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