]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/test/accidental-spacing.ly
release: 1.3.146
[lilypond.git] / input / test / accidental-spacing.ly
index 3884b75747d7988bd8e31612c7cc7df064d6a3ba..4193ce765ac5c14d60427243967b665f48826f2a 100644 (file)
@@ -1,11 +1,12 @@
+\version "1.3.146"
 
 \score { 
   \context Voice \notes\relative c {
-    c''4 c4 cis4 cis  [c8 c \clef "bass"; f,, f]
+    c''4 c4 cis4 cis  [c8 c \clef "bass" f,, f]
        
   }
   \paper {
-    linewidth=-1.0;
+    linewidth=-1.0
   }  
   \midi { }
 }