]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/grace-bar-line.ly
176da92aa9719320cec2873f9a0681a1761e105b
[lilypond.git] / input / regression / grace-bar-line.ly
1 \header {
2 texidoc = "Bar line should come before the grace note."
3 }
4
5         
6
7
8
9 \score  {\notes \relative c' \context Staff  { 
10  f1 \grace { [a'16 f]  } g1 }
11                 \paper { linewidth = -1. }
12  }