]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/grace-nest4.ly
* buildscripts/mf-to-table.py (base): break table every three
[lilypond.git] / input / regression / grace-nest4.ly
1 \version "1.7.18"
2 \header {
3 texidoc = "Another combination of grace note nesting."
4 }
5
6 \score { \notes \context Voice \relative c'' {
7
8     <
9      { \grace  g32 f4 }
10     >
11     \grace c16 c2. \bar "|."
12 }
13   \paper { raggedright = ##t }
14          
15 }
16
17
18