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