From 619daa83dcbe479443633f449b2d4025095cd2b4 Mon Sep 17 00:00:00 2001 From: Han-Wen Nienhuys Date: Wed, 6 Nov 2002 00:06:38 +0000 Subject: [PATCH] (bassvoices): to new syntax. --- ChangeLog | 2 ++ input/tutorial/sammartini.ly | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index b3ecd9cba0..8598469fee 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2002-11-06 Han-Wen Nienhuys + * input/tutorial/sammartini.ly (bassvoices): to new syntax. + * input/tutorial/*.ly: update to new syntax. * lily/parser.yy (Composite_music): new transpose syntax, diff --git a/input/tutorial/sammartini.ly b/input/tutorial/sammartini.ly index 23036b5e98..ac694f10d8 100644 --- a/input/tutorial/sammartini.ly +++ b/input/tutorial/sammartini.ly @@ -22,8 +22,8 @@ oboes = \notes \relative c'' \context Voice = oboes { > \grace <>8-( <>8.-)-\trill <>16 | - [<>-( << f a>>8.-)] <>8 r [<>16-( <>8.-)] <>8 r | - [<>16-( << e g>>8.-)] <>8 + [<>-( <>8.-)] <>8 r [<>16-( <>8.-)] <>8 r | + [<>16-( <>8.-)] <>8 } hoomPah = \repeat unfold 8 \notes -- 2.39.5