]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/test/mark.ly
release: 1.3.118
[lilypond.git] / input / test / mark.ly
index 942e728efa5704e83b6d3b90bee5fa11cd5c82ac..f037d10dde416e2a43b6599babbfc5afaf24ac95 100644 (file)
@@ -1,6 +1,6 @@
-\version "1.3.110";
+\version "1.3.117";
 
-global = \notes {
+global =  \notes {
   s1 | \mark "A";
   s1 | \mark ; 
   s1 | \mark "12";
@@ -8,7 +8,7 @@ global = \notes {
   s1
 }
 
-one = \notes \relative c {
+one =  \notes \relative c {
   c''1 c c c c 
 }