%% Generated by lilypond-book.py %% Options: [alt=[image of music],printfilename,indent=0\mm,texidoc,line-width=160\mm] \include "lilypond-book-preamble.ly" % **************************************************************** % Start cut-&-pastable-section % **************************************************************** \paper { #(define dump-extents #t) indent = 0\mm line-width = 160\mm } \layout { } % **************************************************************** % ly snippet: % **************************************************************** \sourcefilename "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." } wipeNote = { \once \override NoteHead #'transparent = ##t \once \override Stem #'transparent = ##t } \layout { ragged-right = ##t } \relative c''<< { c8[~ \wipeNote c8 c8~ \wipeNote c c]~ \wipeNote c\noBeam }\\ { s8 c8 [ s c s c] } >> % **************************************************************** % end ly snippet % ****************************************************************