]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/grace-nest5.ly
* lily/stem.cc (print): only produce stemlets if there are no
[lilypond.git] / input / regression / grace-nest5.ly
index ef991e9df39ed76223fbfce11d5bc0b6b285d1a1..c0da7fdd3d663488bb6bdcfcab3f6d0f830e1359 100644 (file)
@@ -1,15 +1,15 @@
 
-\version "1.9.1"
+\version "2.4.0"
 \header {
-    texidoc = "Another nested grace situation."
+    texidoc = "Graces notes may have the same duration as the main note."
     }
 
 \score
-{ \notes \relative c'' {
-     s2 <<f>>4
+{  \relative c'' {
+     s2 <f>4
     \grace g e4
 }
 
-  \paper { raggedright = ##t }
+  \layout { raggedright = ##t }
 }