From ca56e53aa7231e3e744e8f1696f28f8e50fe48d3 Mon Sep 17 00:00:00 2001 From: fred Date: Tue, 26 Mar 2002 21:22:49 +0000 Subject: [PATCH] lilypond-1.3.9 --- input/bugs/s.ly | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 input/bugs/s.ly 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; + } +} -- 2.39.5