From: fred Date: Tue, 26 Mar 2002 21:22:49 +0000 (+0000) Subject: lilypond-1.3.9 X-Git-Tag: release/1.5.59~2916 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=ca56e53aa7231e3e744e8f1696f28f8e50fe48d3;p=lilypond.git lilypond-1.3.9 --- diff --git a/input/bugs/s.ly b/input/bugs/s.ly new file mode 100644 index 0000000000..b46c17e74c --- /dev/null +++ b/input/bugs/s.ly @@ -0,0 +1,19 @@ + +\header { + tagline=""; +} +\version "1.3.5" +\include "paper16.ly"; +\score { + \notes { + \relative c'' \sequential { + \clef "violin"; + \time 5/4; + \key c; + ~ f )g-\rc + } + } + \paper{ + linewidth = 5.0\cm; + } +}