]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/grace-dynamic.ly
* lily/my-lily-lexer.cc (start_main_input): define input-file-name
[lilypond.git] / input / regression / grace-dynamic.ly
index 6e629238eccc3af50dbe30f2d02c6823487cbe4d..22bc88bffa13681a35731c3bc6185a755c1f428f 100644 (file)
@@ -1,8 +1,15 @@
-\version "1.5.68"
+#(ly:set-option 'old-relative)
+\version "1.9.1"
 \header{
  % ?
 % niet zo onschuldig!  je hebt graces gefixt in 1.5, zie maar eens 1.3.150
 texidoc="Dynamics on grace notes are small and behave nicely (don't crash into to main note)."
 }
  
- \score { \notes \context Voice {\grace {c'_\f} d e f g}}
+\score {
+     \notes \relative c'  \context Voice {\grace {c_\f} d, c'  f g}
+     \paper { raggedright =  ##t } 
+
+}
+
+