]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/test/grace-end.ly
Added texidoc index.
[lilypond.git] / input / test / grace-end.ly
index 784f7dc6e6ff43482e92d843349de51f6dc1c800..9b17b1524bc42e8ad2485c2ffb953ac02ad6705f 100644 (file)
@@ -1,4 +1,10 @@
 \version "1.7.18"
+% I don't see the point.  I'll add this to my next round
+% of delete'ing, unless Han notices this comment in the
+% changelog and deletes it before I ask.  :)   -gp
+% possibly useful for regression, though.   -gp
+\header { texidoc="@cindex Grace End
+You can put grace notes after a note. " }
 
 \score { 
   \context Voice \notes\relative c {
@@ -6,7 +12,9 @@
        c4 \grace {  d16-[ d16] }
        
   }
-  \paper { }  
+       \paper {
+               raggedright = ##t
+       }  
   \midi { }
 }
 %% new-chords-done %%