]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/grace-nest.ly
* scripts/lilypond-book.py (do_file): do not overwrite input file.
[lilypond.git] / input / regression / grace-nest.ly
index 6d0ccb7827be1c0d4f84cdfc617070dc7bbe7251..bb631ea5f2ebdedf00020df75a3beef21b0c67c0 100644 (file)
@@ -1,14 +1,16 @@
-\version "1.7.6"
+\version "2.1.26"
 \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." 
 
 }
-\score{
-\notes 
+\score {
+    \notes {
+       c''2 { \grace  b'16  c''2 }  \bar "|."
+    }
+    \paper {
 
-{ c''2 { \grace  b'16  c''2 }  \bar "|." }
-  \paper {
+       raggedright = ##t 
+    }
 }
- }
 
-%% new-chords-done %%
+