From: fred Date: Wed, 27 Mar 2002 02:00:11 +0000 (+0000) Subject: lilypond-1.5.8 X-Git-Tag: release/1.5.59~498 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=5afa938df4ba41634ffa1775556d659fc0810bc3;p=lilypond.git lilypond-1.5.8 --- diff --git a/input/bugs/repeat.ly b/input/bugs/repeat.ly new file mode 100644 index 0000000000..6be2e60f9d --- /dev/null +++ b/input/bugs/repeat.ly @@ -0,0 +1,6 @@ +\version "1.3.148" +\header{ +texidoc=" should start with |:" +} + +\score { \context Staff \notes \repeat volta 3 c1 \alternative { d1 e1 }} diff --git a/input/bugs/slur-dx.ly b/input/bugs/slur-dx.ly new file mode 100644 index 0000000000..146202fabc --- /dev/null +++ b/input/bugs/slur-dx.ly @@ -0,0 +1,19 @@ +\version "1.3.148" + +\header{ +texidoc = " + Wouldbe-steep-starting slurs look ugly. +" } + +\score { + \notes \relative c'' { + \property Voice.Stem \set #'direction = #1 + \property Voice.Slur \set #'direction = #1 + d,32( d'4 )d8.. + \property Voice.Slur \set #'attachment = #'(stem . stem) + d,32( d'4 )d8.. + } + \paper { + linewidth = -1. + } +}