]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/test/mark.ly
release: 1.4.3
[lilypond.git] / input / test / mark.ly
index 2a46b75f399aa95b1b04c35ccc34c331b84ae564..b8fc9061980568acc6538810673bb24e25924750 100644 (file)
@@ -1,22 +1,22 @@
-\version "1.3.42";
+\version "1.3.146"
 
-global = \notes {
-  s1 | \mark "A";
-  s1 | \mark ; 
-  s1 | \mark "12";
-  s1 | \mark "A2";
+
+global =  \notes {
+  s1 | \mark "A"
+  s1 | \mark \default 
+  s1 | \mark \default 
+  s1 | \mark "12"
+  s1 | \mark \default 
+  s1 | \mark "A2"
+  s1 | \mark #'(music "scripts-segno")  
   s1
 }
 
-one = \notes \relative c {
-  c''1 c c c c 
+one =  \notes \relative c {
+  c''1 c c c c c c 
 }
 
 
 \score{
 \context Staff < \global \one >
-       \paper {
-               \translator { \OrchestralPartStaffContext 
-               }
-       }
 }