]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/no-notation/bar-check.ly
* lily/midi-item.cc (name): new method.
[lilypond.git] / input / no-notation / bar-check.ly
index 368ec9b3bed112a7b87a50531cbf5d67b4bb2e02..d38c21d1706533e1aff24fb220b1af84fb41d8ea 100644 (file)
@@ -1,4 +1,4 @@
-\version "1.9.1"
+\version "2.6.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 }}