%% 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 "no-bar-lines.ly" % 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 { ragged-right = ##t \context { \Staff whichBar = #"" \remove "Time_signature_engraver" } } } % **************************************************************** % end ly snippet % ****************************************************************