]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/test/move-mark.ly
deleted input/test/lines.ly; duplicate of embedded-postscript.ly
[lilypond.git] / input / test / move-mark.ly
index 695be4a214a37c430d139bf48738322510f97a13..cd33b72bd6420d7cb7a54ab28c398a1017742a3c 100644 (file)
@@ -1,3 +1,8 @@
+\version "1.7.18"
+% possible rename to scheme- or something like that.  -gp
+\header { texidoc = "@cindex Scheme Move Mark
+You can move objects around with scheme.  This example shows how to
+move marks around. " }
 
 \score{
 \context Staff \notes\relative c''{
                \outputproperty #(make-type-checker 'Mark) 
                #'extra-offset = #'(-1 . 4)
        }
-       \mark A;
+       \mark A
        d
-       \mark ;
+       \mark \default
        e
 }
 \paper{
-       linewidth=-1.0;
+       raggedright = ##t
        \translator {
                \ScoreContext
-               \consists "Mark_engraver";
+               \consists "Mark_engraver"
        }
 }
 }
+%% new-chords-done %%