]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/grace-start.ly
release: 1.5.4
[lilypond.git] / input / regression / grace-start.ly
index 1094d3b5fd484db9c15de00d4b0b912ae6784d03..5c0c5dff6701a9fdf653ac8a3b6d1a8a333d012a 100644 (file)
@@ -3,7 +3,9 @@ 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. }
 }