]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/grace-bar-line.ly
Issue 5167/6: Changes: show \markup xxx = ... \etc assignments
[lilypond.git] / input / regression / grace-bar-line.ly
1
2 \version "2.19.21"
3 \header {
4   texidoc = "Bar line should come before the grace note."
5 }
6 \layout { ragged-right = ##t}
7
8
9
10
11
12
13 \relative \context Staff  { 
14   f'1 \grace {  a'16 f  } g1 }
15
16
17