]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/grace-bar-line.ly
* lily/stem.cc (get_default_stem_end_position): use beam_count - 1
[lilypond.git] / input / regression / grace-bar-line.ly
1 \version "1.5.68"
2 \header {
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 \grace { [a'16 f]  } g1 }
12                 \paper { linewidth = -1. }
13  }