%% Generated by lilypond-book.py %% Options: [linewidth=160\mm,alt=[image of music],printfilename,indent=0\mm,texidoc] #(set! toplevel-score-handler ly:parser-print-score) #(set! toplevel-music-handler (lambda (p m) (ly:parser-print-score p (ly:music-scorify m p)))) #(ly:set-option (quote no-point-and-click)) #(define version-seen? #t) % **************************************************************** % Start cut-&-pastable-section % **************************************************************** \paper { #(define dump-extents #t) linewidth = 160\mm indent = 0\mm } \layout { } % **************************************************************** % ly snippet: % **************************************************************** \renameinput "beam-alternate.ly" \header { texidoc = "The eighth notes may be seemingly attached to different beams, and the corresponding notes connected by ties (see also @file{tie-cross-voice.ly}). Such a situation may occur, for example, in the cello suites." } \version "2.6.0" wipeNote = { \once \override NoteHead #'transparent = ##t \once \override Stem #'transparent = ##t } \layout { raggedright = ##t } \relative c''<< { c8[~ \wipeNote c8 c8~ \wipeNote c c]~ \wipeNote c\noBeam }\\ { s8 c8 [ s c s c] } >> % **************************************************************** % end ly snippet % ****************************************************************