From 6a96ca463c437066ffeeaef8bc5837d17d7501c9 Mon Sep 17 00:00:00 2001 From: Heikki Junes Date: Wed, 28 Jan 2004 23:57:07 +0000 Subject: [PATCH] * input/test/trills.ly: fix the unfolding of lineprall. --- ChangeLog | 2 ++ input/test/trills.ly | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 4c9d0bf335..4204e80bdd 100644 --- a/ChangeLog +++ b/ChangeLog @@ -2,6 +2,8 @@ * scm/chord-name.scm (german-markup): bugfix: use SEMI-TONE. + * input/test/trills.ly: fix the unfolding of lineprall. + 2004-01-28 Jan Nieuwenhuizen * Documentation/topdocs/NEWS.texi: Add note about safe mode. diff --git a/input/test/trills.ly b/input/test/trills.ly index f74c9ea466..9dbc7fecfa 100644 --- a/input/test/trills.ly +++ b/input/test/trills.ly @@ -93,7 +93,7 @@ visible = \property Voice.NoteHead \revert #'transparent \new Staff \notes\relative c'' { % autobeamer has som problems here d32[ \repeat unfold 3 { c d } c] - d8 ~ d32[\repeat unfold 3 { d32 c } c] + d8 ~ d32[\repeat unfold 3 { c32 d } c] d32 c b c \repeat unfold 4 { d32 c } b32 c d c \repeat unfold 4 { d32 c } c32[( b a16 b c)] -- 2.39.5