]> 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 184525ec0b9f7b175c8ea8a9b81592df88174f76..e9a714eae94bb4800fdcf5ee8821f7f3baca7770 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.1.7"
+\version "2.10.0"
 
 \header {
 
@@ -6,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 }}