]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/grace-start.ly
Release: bump Welcome versions.
[lilypond.git] / input / regression / grace-start.ly
index 50b5c2353fe65c071bb5e28e8d628d158b584112..419ee40de8256c97ee31bfe6d806d731c36c8742 100644 (file)
@@ -1,13 +1,17 @@
-\version "1.7.18"
+
+\version "2.17.28"
 \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 %%
+
+
+