]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/test/mark.ly
release: 1.3.30
[lilypond.git] / input / test / mark.ly
index 6b82ae50d4115b0c0ec239e13e5aa31c9ae3d6c8..8d65150c3792d72c580d6cf7245170872c3e4edc 100644 (file)
@@ -2,29 +2,20 @@
 
 global = \notes {
   s1 | \mark "A";
-  s1*2 | \mark "'12";
+  s1 | \mark ; 
+  s1 | \mark "12";
+  s1
 }
 
-one = \notes\relative c{
-  c'' c c c
-  c c c c
-  c c c c
+one = \notes \relative c {
+  c''1 c c c
 }
 
-two = \notes\relative c{
-  b' b b b
-  b b b b
-  b b b b
-}
 
 \score{
-       < \global \one \two >
+\context Staff < \global \one >
        \paper {
                \translator { \OrchestralPartStaffContext 
-                       markScriptPadding = "4.0";
-                       markHangOn  = "Bar";
-                       markHangDepth = "1";
-%                      markDirection = \down;
                }
        }
 }