From 83431186173c8f4e7189fd0519d7ecd6220a7c7b Mon Sep 17 00:00:00 2001 From: fred Date: Wed, 26 Jul 2000 17:54:06 +0000 Subject: [PATCH] lilypond-1.3.76 --- input/test/two-slurs.ly | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 input/test/two-slurs.ly diff --git a/input/test/two-slurs.ly b/input/test/two-slurs.ly new file mode 100644 index 0000000000..45b6025b9c --- /dev/null +++ b/input/test/two-slurs.ly @@ -0,0 +1,19 @@ +% +% We'd want to combine the stems, but have two slurs too... +% Looks like the a-due engraver +% +\score{ + \context Staff < + \context Voice=v \notes\relative c''{ + \stemup + a4 c4.()g8 a4 + } + \context Voice=u \notes\relative c''{ + \stemdown + g4 e4.()d8 c4 + } + > + \paper{ + linewidth=60.\mm; + } +} -- 2.39.5