]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/test/mark.ly
release: 1.4.3
[lilypond.git] / input / test / mark.ly
index 1a04e91a7bb305edc9a778db28b500c73e068f68..b8fc9061980568acc6538810673bb24e25924750 100644 (file)
@@ -1,30 +1,22 @@
-\version "1.1.66";
+\version "1.3.146"
 
-global = \notes {
-  s1 | \mark "A";
-  s1*2 | \mark "'12";
-}
 
-one = \notes\relative c{
-  c'' c c c
-  c c c c
-  c c c c
+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
 }
 
-two = \notes\relative c{
-  b' b b b
-  b b b b
-  b b b b
+one =  \notes \relative c {
+  c''1 c c c c c c 
 }
 
+
 \score{
-       < \global \one \two >
-       \paper {
-               \translator { \OrchestralPartStaffContext 
-                       markScriptPadding = "4.0";
-                       markHangOn  = "Bar";
-                       markHangDepth = "1";
-%                      markDirection = \down;
-               }
-       }
+\context Staff < \global \one >
 }