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.

Rhythms 48<br />

\override Score.RehearsalMark #'self-alignment-X = #RIGHT<br />

% due to issue 2362 the follow<strong>in</strong>g l<strong>in</strong>e is commented<br />

% \mark "Composed Feb 2007 - Feb 2008"<br />

% and a shorter mark is used.<br />

\mark "1234"<br />

}<br />

\new Staff {<br />

\set tupletFullLength = ##t<br />

\override TupletBracket #'full-length-to-extent = ##f<br />

\time 1/8<br />

\times 2/3 { c'16 c'16 c'16 }<br />

\times 2/3 { c'16 c'16 c'16 }<br />

\times 2/3 { c'16 c'16 c'16 }<br />

\override Score.RehearsalMark #'break-visibility = #'#(#t #t #t)<br />

\override Score.RehearsalMark #'direction = #DOWN<br />

\override Score.RehearsalMark #'self-alignment-X = #RIGHT<br />

% due to issue 2362 the follow<strong>in</strong>g l<strong>in</strong>e is commented<br />

% \mark "Composed Feb 2007 - Feb 2008"<br />

% and a shorter mark is used.<br />

\mark "1234"<br />

}<br />

<br />

<br />

8 1<br />

8 1<br />

<br />

<br />

3<br />

<br />

<br />

3<br />

3 3<br />

<br />

3<br />

<br />

1234<br />

<br />

3<br />

<br />

1234<br />

Pr<strong>in</strong>t<strong>in</strong>g bar numbers at regular <strong>in</strong>tervals<br />

Bar numbers can be pr<strong>in</strong>ted at regular <strong>in</strong>tervals by sett<strong>in</strong>g the property barNumberVisibility.<br />

Here the bar numbers are pr<strong>in</strong>ted every two measures except at the end of the l<strong>in</strong>e.<br />

\relative c' {<br />

\override Score.BarNumber #'break-visibility = #end-of-l<strong>in</strong>e-<strong>in</strong>visible<br />

\set Score.currentBarNumber = #11<br />

% Permit first bar number to be pr<strong>in</strong>ted<br />

\bar ""<br />

% Pr<strong>in</strong>t a bar number every second measure<br />

\set Score.barNumberVisibility = #(every-nth-bar-number-visible 2)<br />

c1 | c | c | c | c<br />

\break<br />

c1 | c | c | c | c<br />

}

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

Saved successfully!

Ooh no, something went wrong!