]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/grace-nest1.ly
lilypond-manuals.css: edit color scheme and some spacing
[lilypond.git] / input / regression / grace-nest1.ly
index 105bff0309f950e8c0563bb4cf452398114c6a4c..27b629d7c67abf15652bc4c75d6e38e9382d9016 100644 (file)
@@ -1,17 +1,18 @@
-\version "2.1.7"
+\version "2.16.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 music containing grace notes; practically speaking, this means that the end-bar and measure bar coincide in this example." 
 
 }
-    \paper { raggedright= ##t }
+
+\layout { ragged-right= ##t }
+
+
 
 
-\score{
-\notes 
 
 { c''2 { \grace  b'16  c''2 }  \bar "|." }
-  \paper {
+\layout {
 }
- }