From: Graham Percival Date: Sat, 5 Jan 2008 21:04:02 +0000 (-0800) Subject: Duplicate of grace-nest1.ly X-Git-Tag: release/2.11.38-1~126 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=ded9e215bf996d950c24a121ebb3ec68ea14d6fa;p=lilypond.git Duplicate of grace-nest1.ly --- diff --git a/input/regression/grace-nest.ly b/input/regression/grace-nest.ly deleted file mode 100644 index da876d9224..0000000000 --- a/input/regression/grace-nest.ly +++ /dev/null @@ -1,19 +0,0 @@ -\version "2.10.0" -\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." - -} - -\layout { - - ragged-right = ##t -} - - -{ - c''2 { \grace b'16 c''2 } \bar "|." -} - - - -