]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/grace-start.ly
Run scripts/auxiliar/update-with-convert-ly.sh
[lilypond.git] / input / regression / grace-start.ly
index 1094d3b5fd484db9c15de00d4b0b912ae6784d03..5e295964cb509b05e8f916b808b809af5e7daefd 100644 (file)
@@ -1,9 +1,17 @@
+
+\version "2.16.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
- \grace { [a16 bes]  }  c1
-  }
-  \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. 
 }
+
+
+