]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/grace-bar-line.ly
Massive changes - see ChangeLog.
[lilypond.git] / input / regression / grace-bar-line.ly
1 #(ly:set-option 'old-relative)
2 \version "1.9.0"
3 \header {
4 texidoc = "Bar line should come before the grace note."
5 }
6
7         
8
9
10
11 \score  {\notes \relative c' \context Staff  { 
12  f1 \grace {  a'16-[ f]  } g1 }
13                 \paper { raggedright = ##t}
14  } 
15