]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/grace-bar-line.ly
* input/regression/override-nest.ly: new file.
[lilypond.git] / input / regression / grace-bar-line.ly
1
2 \version "2.7.13"
3 \header {
4   texidoc = "Bar line should come before the grace note."
5 }
6 \layout { raggedright = ##t}
7
8
9
10
11
12
13 \relative c' \context Staff  { 
14   f1 \grace {  a'16[ f]  } g1 }
15
16
17