]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/grace-nest.ly
new file.
[lilypond.git] / input / regression / grace-nest.ly
index 5c3c4eb4b8f6157b48a7cae5e13955b5f39dce5b..7d47102865258e6c4fc674d6cbe49e15c216219e 100644 (file)
@@ -1,14 +1,16 @@
-\version "1.9.4"
+\version "2.3.4"
 \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." 
 
 }
-\score{
-\notes 
+\score {
+     {
+       c''2 { \grace  b'16  c''2 }  \bar "|."
+    }
+    \paper {
 
-{ c''2 { \grace  b'16  c''2 }  \bar "|." }
-  \paper {
+       raggedright = ##t 
+    }
 }
- }