27.03.2013 Views

in Snippets - LilyPond

in Snippets - LilyPond

in Snippets - LilyPond

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

Ancient notation 358<br />

}<br />

\new Voice = "tenorNotes" ><br />

\new Lyrics = "tenorLyrics" \lyricsto tenorNotes { \tenorLyrics }<br />

\new Voice = "bassusNotes" ><br />

>><br />

\new Lyrics = "bassusLyrics" \lyricsto bassusNotes { \bassusLyrics }<br />

%Keep the bass lyrics outside of the staff group to avoid bar l<strong>in</strong>es<br />

%between the lyrics.<br />

>><br />

\layout {<br />

\context {<br />

\Score<br />

% no bars <strong>in</strong> staves<br />

\override BarL<strong>in</strong>e #'transparent = ##t<br />

}<br />

% the next three <strong>in</strong>structions keep the lyrics between the bar l<strong>in</strong>es<br />

\context {<br />

\Lyrics<br />

\consists "Bar_engraver"<br />

\override BarL<strong>in</strong>e #'transparent = ##t<br />

}<br />

\context {<br />

\StaffGroup<br />

\consists "Separat<strong>in</strong>g_l<strong>in</strong>e_group_engraver"<br />

}<br />

\context {<br />

\Voice<br />

% no slurs<br />

\override Slur #'transparent = ##t<br />

% Comment <strong>in</strong> the below "\remove" command to allow l<strong>in</strong>e<br />

% break<strong>in</strong>g also at those barl<strong>in</strong>es where a note overlaps<br />

% <strong>in</strong>to the next bar. The command is commented out <strong>in</strong> this<br />

% short example score, but especially for large scores, you<br />

% will typically yield better l<strong>in</strong>e break<strong>in</strong>g and thus improve<br />

% overall spac<strong>in</strong>g if you comment <strong>in</strong> the follow<strong>in</strong>g command.<br />

%\remove "Forbid_l<strong>in</strong>e_break_engraver"<br />

}<br />

<strong>in</strong>dent = 5\cm<br />

}

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!