%% 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 "instrument-name-align.ly" \header { texidoc = "instrument names may be aligned manually by putting the names in padded boxes with @code{\markup}." } \paper { line-width = 15\cm } \new StaffGroup \relative << \new Staff { \set Staff. instrument = \markup { \hcenter-in #10 "blabla" } c1 c1 } \new Staff { \set Staff. instrument = \markup { \hcenter-in #10 "blo" } c1 c1 } >> % **************************************************************** % end ly snippet % ****************************************************************