]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/grace-start.ly
Run convert-ly on input/lsr and input/regression
[lilypond.git] / input / regression / grace-start.ly
index cc4b3672ef019dfa083b4aa331462bae9f24bf8b..de069decb4850100a217b9f1b98884b86b0acfe5 100644 (file)
@@ -1,13 +1,17 @@
-\version "1.7.6"
+
+\version "2.11.51"
 \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 { linewidth = -1. }
+
+\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 %%
+
+
+