]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/test/break.ly
release: 1.3.122
[lilypond.git] / input / test / break.ly
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 
        }