]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/tie-single.ly
*** empty log message ***
[lilypond.git] / input / regression / tie-single.ly
1 \header
2 {
3   texidoc = "Formatting for isolated ties.
4  Things to note:
5
6 @itemize @bullet
7 @item short ties are in spaces
8 @item long ties cross staff lines
9 @item ties avoid flags of left stems.
10 @item ties avoid dots of left notes.
11
12 @item short ties are vertically centered in the space, as well those
13 that otherwise don't fit in a space
14  
15 @end itemize
16 "
17
18 }
19 \layout {
20   indent = #0.0
21   raggedright = ##t
22 }
23
24 frag =
25 \relative c'' {
26   c16 c2...~ c16 ~ c2... |
27   c4~c8 c8~c16 c16~c32 c16.~[ c64]~ c64[ c8..] |
28 }
29
30
31 \new Staff \with {
32   \remove "Time_signature_engraver"
33 } {
34   \stemUp
35
36   \frag \break
37   \transpose c d \frag\break
38   \transpose c e \frag
39   
40 }