]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/grace-beam.ly
markup: scale the shift of super/sub-scripts by font-size
[lilypond.git] / input / regression / grace-beam.ly
index 03e19f5b1362f427c933e342f4835af8fce386c3..8566a522ea22540fb56be987374f66b5f684832b 100644 (file)
@@ -6,13 +6,13 @@ Unbeamed grace notes are not put into normal beams.
 "
 }
 
-\layout { raggedright= ##t }
+\layout { ragged-right= ##t }
 
 
-\version "2.7.13"
+\version "2.17.28"
 \relative c'' {
   c4  d8[
-    \grace {  e32[  d c d] } e8]
+    \grace {  e32  d c d } e8]
   e[  e
       \grace { f16 } e8 e]
 }