]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/grace-nest4.ly
* lily/tuplet-bracket.cc (brew_molecule): call after_line_breaking
[lilypond.git] / input / regression / grace-nest4.ly
1 #(ly:set-option 'old-relative)
2 \version "2.1.7"
3 \header {
4 texidoc = "Another combination of grace note nesting."
5 }
6
7 \score { \notes \context Voice \relative c'' {
8
9     <<
10      { \grace  g32 f4 }
11     >>
12     \grace c16 c2. \bar "|."
13 }
14   \paper { raggedright = ##t }
15          
16 }
17
18
19