]> git.donarmstrong.com Git - lilypond.git/blob - input/test/move-mark.ly
patch::: 1.3.134.jcn1
[lilypond.git] / input / test / move-mark.ly
1
2 \score{
3 \context Staff \notes\relative c''{
4         c1 
5         \context Score {
6                 \outputproperty #(make-type-checker 'Mark) 
7                 #'extra-offset = #'(-1 . 4)
8         }
9         \mark A;
10         d
11         \mark ;
12         e
13 }
14 \paper{
15         linewidth=-1.0;
16         \translator {
17                 \ScoreContext
18                 \consists "Mark_engraver";
19         }
20 }
21 }