]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/grace-start.ly
Fix dimensions for several output variables
[lilypond.git] / input / regression / grace-start.ly
index cf1bfbd5d53968c4ac97299e07605379ce2fdafa..de069decb4850100a217b9f1b98884b86b0acfe5 100644 (file)
@@ -1,14 +1,17 @@
 
-\version "2.6.0"
+\version "2.11.51"
 \header {
   texidoc = "Pieces may begin with grace notes."
 }
+
+\layout { ragged-right = ##t}
+
 \relative c' \context Staff  { 
   \grace {  a'16[ f]  } g1
   \bar "||"  % test if | and || are synced.
   \grace {  a16[ bes]  }  c1
   \bar "||"  % test if | and || are synced. 
 }
-\layout { raggedright = ##t}
+