]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/accidental.ly
* lily/parser.yy (Prefix_composite_music):
[lilypond.git] / input / regression / accidental.ly
index 83468c0b007be7a944a643012f6ab5c56c75849d..63037e9c9540925a84205c6ffcde2d1282bf5ddb 100644 (file)
@@ -1,5 +1,5 @@
 
-\version "1.9.1"
+\version "2.3.22"
 
 \header{
 texidoc="
@@ -8,10 +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 
+  << \foo 
    \context NoteNames \foo
-  >
+  >>
+\layout { raggedright = ##t }
 }