From: fred Date: Wed, 8 Aug 2001 23:47:33 +0000 (+0000) Subject: lilypond-1.5.5 X-Git-Tag: release/1.5.59~5697 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=a901bba8060581b8ffce469f7b150bde99414b58;p=lilypond.git lilypond-1.5.5 --- diff --git a/input/regression/grace-nest2.ly b/input/regression/grace-nest2.ly new file mode 100644 index 0000000000..5ab4e1e56c --- /dev/null +++ b/input/regression/grace-nest2.ly @@ -0,0 +1,9 @@ +\header { +texidoc = "grace code should not be confused by nested sequential musics, containing grace notes; practically speaking, this means that the end-bar and measure bar coincide in this example." + +} + +\score { \notes \context Voice { + { \grace b'4 c''2 } + \grace b'4 c''2 \bar "|." + }}