]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/test/grace-end.ly
more doc strings.
[lilypond.git] / input / test / grace-end.ly
index 8b138df0626fcf8bdc6a0a39eeda91506a941b06..b0909aefcc3d0c244f14cd559a8f51136b7d5d37 100644 (file)
@@ -1,11 +1,21 @@
-\version "1.3.146"
+\version "1.7.18"
+\header {
+
+    texidoc="@cindex Grace End
+ Grace notes after the last note do not confuse the timing code."
+
+
+}
 
 \score { 
   \context Voice \notes\relative c {
     
-       c4 \grace { [d16 d16] }
+       c4 \grace {  d16-[ d16] }
        
   }
-  \paper { }  
+       \paper {
+               raggedright = ##t
+       }  
   \midi { }
 }
+%% new-chords-done %%