]> git.donarmstrong.com Git - lilypond.git/blob - input/test/move-notehead.ly
release: 1.4.3
[lilypond.git] / input / test / move-notehead.ly
1 \version "1.3.146"
2
3
4 fragment = \notes {
5     \outputproperty #(make-type-checker 'note-head-interface)
6       #'extra-offset = #'(2 . 3)
7     c''2 c
8 }
9
10 \paper { linewidth = -1. } 
11
12 \score {
13   \notes\relative c \fragment
14   \paper { }  
15 }