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
\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.
";
}
\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
}