]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/test/mark.ly
patch::: 1.3.43.jcn1
[lilypond.git] / input / test / mark.ly
index 160e6c05fe9076358c1517967e1baece7cf4c72a..da4369262ad69ef792f8d4bfd9ccb625147e35c7 100644 (file)
@@ -1,30 +1,21 @@
-\version "1.0.14";
+\version "1.3.42";
 
 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 = \diown;
                }
        }
 }