%% Generated by lilypond-book.py %% 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: % **************************************************************** \sourcefileline 146 notes = { << \relative c' { cis'8 fis, d'4 8 f bis4 | cis2. 4 | } \\ \relative c' { ais'2 cis, | fis8 b a4 cis2 | } >> } \new Staff { #(set-accidental-style 'neo-modern) \notes } % **************************************************************** % end ly snippet % ****************************************************************