%% 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 "no-bar-lines.ly" \version "2.6.0" % possible rename to bar-lines-foo. -gp \header{ texidoc = "@cindex Bar Lines Remove Engravers can be removed one by one. Here, the time signature and bar lines have been removed. " } \score { \relative c'' { a b c d d c b a } \layout { raggedright = ##t \context { \Staff whichBar = #"" \remove "Time_signature_engraver" } } } % **************************************************************** % end ly snippet % ****************************************************************