]> git.donarmstrong.com Git - lilypond.git/blob - input/test/note-shift.ly
patch::: 1.3.134.jcn1
[lilypond.git] / input / test / note-shift.ly
1
2 \score { 
3   \context Voice \notes\relative c {
4     \context Staff \notes\relative c''<
5              \context Voice=one {
6                 \property Voice.NoteColumn \override #'horizontal-shift = #0
7                 \stemUp\slurUp\tieUp 
8                 e4 
9              }
10              \context Voice=two {
11                 \stemUp\slurUp\tieUp 
12                 \property Voice.NoteColumn \override #'horizontal-shift = #1
13                 cis
14              }
15              \context Voice=three {
16                 \property Voice.NoteColumn \override #'horizontal-shift = #2
17                 \stemUp\slurUp\tieUp 
18                 ais
19              }
20              \context Voice=four {
21                 \stemDown\slurDown\tieDown 
22                 \property Voice.horizontalNoteShift=-1
23                 fis
24              }
25         >
26         
27         
28   }
29   \paper {
30     linewidth=-1.0;
31   }  
32   \midi { }
33 }