%% Generated by lilypond-book.py %% Options: [indent=1.5\cm,verbatim,fragment,quote,relative=2,ragged-right,alt=[image of music]] \include "lilypond-book-preamble.ly" % **************************************************************** % Start cut-&-pastable-section % **************************************************************** \paper { #(define dump-extents #t) indent = 1.5\cm line-width = 160\mm - 2.0 * 0.4\in ragged-right = ##t force-assignment = #"" line-width = #(- line-width (* mm 3.000000)) } \layout { } \relative c'' { % **************************************************************** % ly snippet contents follows: % **************************************************************** \sourcefileline 912 << \new Staff { \set Staff.instrumentName = #"Flute" f2 g4 f } \new Staff { \set Staff.instrumentName = \markup \center-column { Clarinet \line { "in B" \smaller \flat } } c4 b c2 } >> % **************************************************************** % end ly snippet % **************************************************************** }