]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/grace-start.ly
Merge with git+ssh://jneem@git.sv.gnu.org/srv/git/lilypond.git
[lilypond.git] / input / regression / grace-start.ly
index ea1261ab5d6367f67c0a9043b254f809db3fc7de..f8320648b622ce1729935dd334d06738e6c0e71f 100644 (file)
@@ -1,13 +1,17 @@
-\version "1.7.16"
+
+\version "2.10.0"
 \header {
-texidoc = "Pieces may begin with grace notes."
+  texidoc = "Pieces may begin with grace notes."
 }
-\score  {\notes \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. 
-  }
-  \paper { raggedright = ##t}
+
+\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. 
 }
-%% new-chords-done %%
+
+
+