]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/accidental.ly
* lily/parser.yy (Prefix_composite_music):
[lilypond.git] / input / regression / accidental.ly
index b81b46ab30690d79201a13e1a8b9bc228fbe4ac8..63037e9c9540925a84205c6ffcde2d1282bf5ddb 100644 (file)
@@ -1,5 +1,5 @@
 
-\version "2.2.0"
+\version "2.3.22"
 
 \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 }
 }