27.03.2013 Views

LilyPond Snippets

LilyPond Snippets

LilyPond Snippets

SHOW MORE
SHOW LESS

Create successful ePaper yourself

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

Staff notation 100<br />

Mensurstriche layout (bar lines between the staves)<br />

The mensurstriche-layout where the bar lines do not show on the staves but between staves can<br />

be achieved with a StaffGroup instead of a ChoirStaff. The bar line on staves is blanked out<br />

by setting the transparent property.<br />

global = {<br />

\override Staff.BarLine #'transparent = ##t<br />

s1 s<br />

% the final bar line is not interrupted<br />

\revert Staff.BarLine #'transparent<br />

\bar "|."<br />

}<br />

\new StaffGroup \relative c'' {<br />

}<br />

\new Staff { > }<br />

>><br />

}<br />

<br />

<br />

<br />

<br />

<br />

<br />

<br />

<br />

<br />

Modern TAB text clef<br />

Use a markup text to replace the (TAB) clef glyph with a modern font.<br />

TAB = \markup {<br />

\raise #1.5<br />

\sans<br />

\bold<br />

\huge<br />

\override #'(baseline-skip . 2.5)<br />

\left-align<br />

\center-column {<br />

T<br />

A<br />

B<br />

}<br />

}<br />

\new TabStaff {<br />

\override Staff.Clef #'stencil = #(lambda (grob)<br />

(grob-interpret-markup grob TAB))<br />

a<br />

}

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

Saved successfully!

Ooh no, something went wrong!