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