]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/test/warnings.ly
* lily/lily-guile.cc (type_check_assignment): if
[lilypond.git] / input / test / warnings.ly
index 54d5bb267f8cc0ab98129cff4ac9ded294c31d70..8b137891791fe96927ad78e64b0aad7bded08bdc 100644 (file)
@@ -1,18 +1 @@
-\version "1.5.68"
 
-\header {
-texidoc="Various warnings
-"
-}
-
-linebreak = \penalty #-1000
-
-\score {
-  \notes {
-    c''
-    \property Voice.Stem \set #'length = #"foo"
-    \property Voice.Stem \set #'longth = #2
-    \property Staff.clefStyle = #"foo"
-    \property Staff.clefStyle = #2
- }
-}