]> git.donarmstrong.com Git - lilypond.git/blob - input/lsr/connecting/alternating-beam-directions.ly
First phase of input/test/ -> LSR change.
[lilypond.git] / input / lsr / connecting / alternating-beam-directions.ly
1 %%  Do not edit this file; it is auto-generated from LSR!
2 \version "2.10.12"
3
4 \header { texidoc = "
5 The eighth notes may be seemingly attached to different
6     beams, and the corresponding notes connected by ties. 
7     Such a situation may occur, for example, in the cello suites. 
8 " }
9
10 wipeNote = {
11     \once \override NoteHead #'transparent = ##t
12     \once \override Stem #'transparent = ##t 
13 }
14 \layout { raggedright = ##t }
15
16
17 \relative c''<< {
18     c8[~
19        \wipeNote
20        c8
21        c8~
22        \wipeNote
23        c
24        c]~
25     \wipeNote
26     c\noBeam
27 }\\
28    { s8 c8 [ s c s c] }
29
30    
31 >>
32