%% 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 force-assignment = #"" line-width = #(- line-width (* mm 3.000000)) } \layout { } % **************************************************************** % ly snippet: % **************************************************************** \sourcefilename "hymn.ly" \sourcefileline 0 \version "2.10.0" \header { texidoc = " You can combine two parts on the same staff using the part combiner. For vocal scores (hymns), there is no need to add solo/a2 texts, so they should be switched off. " } \score{ \context Staff << \time 4/4 \partcombine \relative c'' { a4 c4.(g8) a4 | g4 e' g(f) | b, a c2 } \relative c'' { g4 e4.(d8) c4 | g'4 c, e(f) | d2 a } >> \layout{ line-width=140.\mm \context { \Voice printPartCombineTexts = ##f } } } % **************************************************************** % end ly snippet % ****************************************************************