%% 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 "instrument-name-grandstaff.ly" \version "2.6.0" \header { texidoc = "@cindex Instrument Name Grandstaff You can have a name for the whole @code{GrandStaff} in addition to individual @code{Staff}s. " } \score { \context GrandStaff << \context Staff = "treble" { \set GrandStaff.instrument = "Violini " \set Staff.instrument = " vn I" { c''4 }} \context Staff = "bass" { \set Staff.instrument = " vn II" c''4 }>> \layout { raggedright = ##t \context { \GrandStaff \consists "Instrument_name_engraver" } }} % **************************************************************** % end ly snippet % ****************************************************************