]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/grace-start.ly
extend completion unit testing to test rests too
[lilypond.git] / input / regression / grace-start.ly
index cf1bfbd5d53968c4ac97299e07605379ce2fdafa..5e295964cb509b05e8f916b808b809af5e7daefd 100644 (file)
@@ -1,14 +1,17 @@
 
-\version "2.6.0"
+\version "2.16.0"
 \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}
+