]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-1.3.122
authorfred <fred>
Wed, 27 Mar 2002 00:35:17 +0000 (00:35 +0000)
committerfred <fred>
Wed, 27 Mar 2002 00:35:17 +0000 (00:35 +0000)
DEDICATION
input/test/break.ly

index 3cded516bc6993567c8e5ecea4d8fea75676023e..a6d27aeca9d769377767d9e2ef538b50c821e89e 100644 (file)
@@ -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
index 4f8e9f972e8fbae3f7ff678332bc55ba4c0bf95a..49f7ddde61c9e40b5f1d28069cc8379dccc5774c 100644 (file)
@@ -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 
        }