]> git.donarmstrong.com Git - lilypond.git/blob - input/test/note-shift.ly
Added texinfo index.
[lilypond.git] / input / test / note-shift.ly
1 \version "1.7.18"
2 % pretty similar to hshift.ly.  Probably delete soon.
3
4 \score { 
5   \context Voice \notes\relative c {
6     \context Staff \notes\relative c''<
7              \context Voice=one {
8                 \property Voice.NoteColumn \override #'horizontal-shift = #0
9                 \stemUp\slurUp\tieUp 
10                 e4 
11              }
12              \context Voice=two {
13                 \stemUp\slurUp\tieUp 
14                 \property Voice.NoteColumn \override #'horizontal-shift = #1
15                 cis
16              }
17              \context Voice=three {
18                 \property Voice.NoteColumn \override #'horizontal-shift = #2
19                 \stemUp\slurUp\tieUp 
20                 ais
21              }
22              \context Voice=four {
23                 \stemDown\slurDown\tieDown 
24                 \property Voice .NoteColumn \override #'horizontal-shift = #-1
25                 fis
26              }
27         >
28         
29         
30   }
31   \paper {
32     raggedright = ##t
33   }  
34 }
35 %% new-chords-done %%