]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/no-notation/bar-check.ly
Fix off-by-one error in constrained-breaking.
[lilypond.git] / input / no-notation / bar-check.ly
index c8a706a201290746c1a49456b541d6b0cd5391a6..e9a714eae94bb4800fdcf5ee8821f7f3baca7770 100644 (file)
@@ -1,3 +1,4 @@
+\version "2.10.0"
 
 \header {
 
@@ -5,8 +6,8 @@ texidoc = "skipTypesetting doesn't affect bar checks."
 
 }
 
-\score { \notes {
-       \property Score.skipTypesetting = ##t
+\score {  {
+       \set Score.skipTypesetting = ##t
        c4 c4
        |
        c4 c4 }}