]> 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 4326850a1024a7b6be3fda6bb66bd39236af7329..27b629d7c67abf15652bc4c75d6e38e9382d9016 100644 (file)
@@ -1,17 +1,18 @@
-\version "1.9.0"
+\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 {
 }
- }