]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/test/mark.ly
patch::: 1.3.134.jcn1
[lilypond.git] / input / test / mark.ly
index f037d10dde416e2a43b6599babbfc5afaf24ac95..27093fb019c312767236b05f041bcf9ac188f29f 100644 (file)
@@ -1,22 +1,21 @@
-\version "1.3.117";
+
 
 global =  \notes {
   s1 | \mark "A";
   s1 | \mark ; 
+  s1 | \mark ; 
   s1 | \mark "12";
+  s1 | \mark ; 
   s1 | \mark "A2";
+  s1 | \mark #'(music "scripts-segno") ; 
   s1
 }
 
 one =  \notes \relative c {
-  c''1 c c c c 
+  c''1 c c c c c c 
 }
 
 
 \score{
 \context Staff < \global \one >
-       \paper {
-               \translator { \OrchestralPartStaffContext 
-               }
-       }
 }