Skip to content

Instantly share code, notes, and snippets.

@mavcunha
Last active August 29, 2015 14:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mavcunha/23ea4f8214ca1c89a991 to your computer and use it in GitHub Desktop.
Save mavcunha/23ea4f8214ca1c89a991 to your computer and use it in GitHub Desktop.
\begin{lilypond}
#(set-global-staff-size 20)
\score {
{
\hideNotes
c8 c c c c c c c \break s4
}
\layout {
\context {
\Score
\remove "Bar_number_engraver"
}
\context {
\Staff
\remove "Time_signature_engraver"
\RemoveEmptyStaves
}
}
}
\end{lilypond}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment