]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/grace-nest1.ly
* lily/pfb.cc (LY_DEFINE): ly:ttf->pfa, new function.
[lilypond.git] / input / regression / grace-nest1.ly
index 2dcf59764ded9ced9c39d909e10058bfeb06e59f..fe04b10cbc56993a41455f36c4e0758338cfbb5c 100644 (file)
@@ -1,16 +1,16 @@
-\version "1.7.18"
+\version "2.4.0"
 \header {
 texidoc = "Grace code should not be confused by nested sequential musics, containing grace notes; practically speaking, this means that the end-bar and measure bar coincide in this example." 
 
 }
-    \paper { raggedright= ##t }
+    \layout { raggedright= ##t }
 
 
 \score{
-\notes 
 
 { c''2 { \grace  b'16  c''2 }  \bar "|." }
-  \paper {
+  \layout {
 }
  }