]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/grace-bar-line.ly
* Documentation/user/refman.itely: updates.
[lilypond.git] / input / regression / grace-bar-line.ly
1 \version "1.7.16"
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 { raggedright = ##t}
13  } 
14 %% new-chords-done %%