Dear Lilipondians,
I am trying to make a page which shows a series of music symbols, each of
them appearing on a standard staff of a given measure. So far I can print
clefs and other symbols, but with no staff lines.
Any idea on how to make this?
Thank you,
A
\version "2.18.2"
\paper {
indent = 0\mm
paper-width = 100\pt
paper-height = 100\pt
top-margin = 0\mm
bottom-margin = 0\mm
oddFooterMarkup = ""
oddHeaderMarkup = ""
evenFooterMarkup = ""
evenHeaderMarkup = ""
ragged-last = ##f
systems-per-page = #1
print-page-number = #f
}
\markup{
\fill-line{
\score {
\new Staff { \clef "violin" }
\layout {
%\omit Staff.Clef
\omit Staff.TimeSignature
}
}
\hspace #2
\score {
\new Staff { \time 4/4 }
\layout { \context MensuralStaff \override NoteHead.style = #'petrucci
\omit Staff.Clef
%\omit Staff.TimeSignature
}
}
\hspace #2
}
}
--
View this message in context:
http://lilypond.1069038.n5.nabble.com/Notation-snippets-tp185122.html
Sent from the User mailing list archive at Nabble.com.
_______________________________________________
lilypond-user mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/lilypond-user