]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/break.ly
* lily/stem.cc (print): only produce stemlets if there are no
[lilypond.git] / input / regression / break.ly
index 0a77a285594afe197de6bfa63347ef1b95372c42..d2313fba41e0cf48cc2f67ab6d08dae833b27eb7 100644 (file)
@@ -1,5 +1,5 @@
 
-\version "1.9.1"
+\version "2.4.0"
 
 \header{
 texidoc="
@@ -9,12 +9,12 @@ Breaks can be encouraged and discouraged using @code{\\break} and
 
 
 \score{
-       \notes\relative c'' \context Voice{
+       \relative c'' \context Voice{
        \emptyText
        c1 \noBreak c1 \noBreak \mark "nobreak" c1 \noBreak
        c1 \break \mark "break" c1 \break \mark "break" c1 
        }
-       \paper {
+       \layout {
            indent = 0.0
            linewidth = 4.0\cm}
 }