]> git.donarmstrong.com Git - lilypond.git/blob - input/test/move-mark.ly
Removed file; it was a duplicate of beam-isknee.ly
[lilypond.git] / input / test / move-mark.ly
1 \version "1.7.18"
2
3 \score{
4 \context Staff \notes\relative c''{
5         c1 
6         \context Score {
7                 \outputproperty #(make-type-checker 'Mark) 
8                 #'extra-offset = #'(-1 . 4)
9         }
10         \mark A
11         d
12         \mark \default
13         e
14 }
15 \paper{
16         raggedright = ##t
17         \translator {
18                 \ScoreContext
19                 \consists "Mark_engraver"
20         }
21 }
22 }
23 %% new-chords-done %%