Skip to content

Instantly share code, notes, and snippets.

@RIAstar
Created November 6, 2011 22:03
Show Gist options
  • Save RIAstar/1343616 to your computer and use it in GitHub Desktop.
Save RIAstar/1343616 to your computer and use it in GitHub Desktop.
[ly] Common LilyPond snippets
%breaks
\break \pageBreak
%decorations (on a note)
\fermata \segno \coda
%as text
\mark \markup { \musicglyph #"scripts.segno" }
%bars
\bar "|."
\bar "||"
%crescendo
a2\< d2\!
d2\> a2\!
%triplets
\times 2/3 { g8 f8 e8 }
%multibar rest
R1*4
%and add this to the staff definition
\set Score.skipBars = ##t
\override MultiMeasureRest #'expand-limit = 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment