]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/grace-start.ly
Imported Upstream version 2.18.0
[lilypond.git] / input / regression / grace-start.ly
index 5e295964cb509b05e8f916b808b809af5e7daefd..419ee40de8256c97ee31bfe6d806d731c36c8742 100644 (file)
@@ -1,5 +1,5 @@
 
-\version "2.16.0"
+\version "2.17.28"
 \header {
   texidoc = "Pieces may begin with grace notes."
 }
@@ -7,9 +7,9 @@
 \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. 
 }