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