]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/test/text-spanner.ly
* scripts/lilypond-book.py (do_file): do not overwrite input file.
[lilypond.git] / input / test / text-spanner.ly
index 60bc5ef66df37a327be0e94f0cb9d6bd85dd4966..0ac414db1f720dba8af9853a5990f2bee80d7b2a 100644 (file)
@@ -1,5 +1,5 @@
 
-\version "2.1.22"
+\version "2.1.26"
 
 \header { texidoc = "@cindex text spanner
 You can make LilyPond print text spanners. "
@@ -26,7 +26,7 @@ You can make LilyPond print text spanners. "
         a \stopTextSpan
 
 
-        \set Staff.centralCPosition =  #-13
+        \set Staff.centralCPosition = #-13
 
         \override TextSpanner  #'dash-period = #10
         \override TextSpanner  #'dash-fraction = #.5
@@ -34,7 +34,7 @@ You can make LilyPond print text spanners. "
         a \startTextSpan
        b c 
         a \stopTextSpan
-        \set Staff.centralCPosition =  #-6     
+        \set Staff.centralCPosition = #-6      
     }
        \paper{ raggedright = ##t}
 }