From 8660f5748003f4a1fb353d0fba427cac0deee570 Mon Sep 17 00:00:00 2001 From: fred Date: Wed, 27 Mar 2002 00:35:17 +0000 Subject: [PATCH] lilypond-1.3.122 --- DEDICATION | 6 +++--- input/test/break.ly | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/DEDICATION b/DEDICATION index 3cded516bc..a6d27aeca9 100644 --- a/DEDICATION +++ b/DEDICATION @@ -5,9 +5,9 @@ met through music. - Those deserving special mentioning (in no particular order): -Esther, Marijke, Heike, Inge, Judith, Hannah, Auke, Ilse, Evelyn, -Maartje, Suzanne, Ilse (gee, again?), Marieke, Irene and last (but + Those deserving special mentioning (in no particular order): Esther, +Marijke, Heike, Inge, Judith, Hannah, Auke, Ilse, Evelyn, Maartje, Suzanne, +Ilse (gee, again?), Marieke, Irene, Martine and last (but certainly not least) Janneke! HWN diff --git a/input/test/break.ly b/input/test/break.ly index 4f8e9f972e..49f7ddde61 100644 --- a/input/test/break.ly +++ b/input/test/break.ly @@ -1,7 +1,7 @@ \header{ texidoc=" Breaks can be encouraged and discouraged using @code{\break} and -@code{\nobreak}. They are abbrevs for @code{\penalty} commands. +@code{\noBreak}. They are abbrevs for @code{\penalty} commands. "; } @@ -9,7 +9,7 @@ Breaks can be encouraged and discouraged using @code{\break} and \score{ \notes\context Voice{ \emptyText - c1 c1^"no break after 2nd note" \nobreak c1 c1 + c1 c1^"no break after 2nd note" \noBreak c1 c1 c1^"break after this" \break c1 c1 } -- 2.39.5