]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/grace-start.ly
Release: bump Welcome versions.
[lilypond.git] / input / regression / grace-start.ly
index a668ce79a73f4b21c9bd5c25f0d75f83f0ce4bc6..419ee40de8256c97ee31bfe6d806d731c36c8742 100644 (file)
@@ -1,15 +1,15 @@
 
-\version "2.6.0"
+\version "2.17.28"
 \header {
   texidoc = "Pieces may begin with grace notes."
 }
 
-\layout { raggedright = ##t}
+\layout { ragged-right = ##t}
 
 \relative c' \context Staff  { 
-  \grace {  a'16[ f]  } g1
+  \grace {  a'16 f  } g1
   \bar "||"  % test if | and || are synced.
-  \grace {  a16[ bes]  }  c1
+  \grace {  a16 bes  }  c1
   \bar "||"  % test if | and || are synced. 
 }