From 5afa938df4ba41634ffa1775556d659fc0810bc3 Mon Sep 17 00:00:00 2001 From: fred Date: Wed, 27 Mar 2002 02:00:11 +0000 Subject: [PATCH] lilypond-1.5.8 --- input/bugs/repeat.ly | 6 ++++++ input/bugs/slur-dx.ly | 19 +++++++++++++++++++ 2 files changed, 25 insertions(+) create mode 100644 input/bugs/repeat.ly create mode 100644 input/bugs/slur-dx.ly 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. + } +} -- 2.39.5