%% Generated by lilypond-book %% Options: [alt=[image of music],indent=0\mm] \include "lilypond-book-preamble.ly" % **************************************************************** % Start cut-&-pastable-section % **************************************************************** \paper { #(define dump-extents #t) indent = 0\mm force-assignment = #"" line-width = #(- line-width (* mm 3.000000)) } \layout { } % **************************************************************** % ly snippet: % **************************************************************** \sourcefilename "score.ly" \sourcefileline 0 \version "2.10.3" \paper { after-title-space = 1\cm } \book { \header { tagline="" } \score { << %%%%%%%%%%%%%%%%%%%%%%% START GROUP %%%%%%%%%%%%%%%%%%%%%%% \new StaffGroup = "GroupName" << %%%%%%%%%%%%%%%%%%%%%%% START INSTR %%%%%%%%%%%%%%%%%%%%%%% \new Staff = "staff name" { \relative c'' { \set Staff.instrumentName = "" \clef bass \key g \major r4 b->~ (b8 [ ais) c (b) ] g ( e ) c ais c (b) g e b e g b dis (e) g b b2 (fis4) r4 r4 \clef violin c'4~ (c8 b) d (c) b (a g) fis (a) \clef bass g (e c) c (b ais b) c (cis d dis) e2. r4 } } %%%%%%%%%%%%%%%%%%%%%%% END INSTR %%%%%%%%%%%%%%%%%%%%%%% >> %%%%%%%%%%%%%%%%%%%%%%% END GROUP %%%%%%%%%%%%%%%%%%%%%%% >> } } % **************************************************************** % end ly snippet % ****************************************************************