]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/grace-nest1.ly
* scm/ps-to-png.scm: remove dir-re function.
[lilypond.git] / input / regression / grace-nest1.ly
index 105bff0309f950e8c0563bb4cf452398114c6a4c..20ddd1b0f404217c030eb10851fe8f63644be0b1 100644 (file)
@@ -1,17 +1,18 @@
-\version "2.1.7"
+\version "2.6.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." 
+  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 {
 }
- }