From: fred Date: Wed, 26 Jul 2000 17:54:06 +0000 (+0000) Subject: lilypond-1.3.76 X-Git-Tag: release/1.5.59~5735 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=83431186173c8f4e7189fd0519d7ecd6220a7c7b;p=lilypond.git lilypond-1.3.76 --- 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; + } +}