> 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
>
> }
> }1. I don't really understand what you are trying to achieve 2. Your code does not compile on my system. Kind regards, Michael -- Michael Gerdau email: [email protected] GPG-keys available on request or at public keyserver
signature.asc
Description: This is a digitally signed message part.
_______________________________________________ lilypond-user mailing list [email protected] https://lists.gnu.org/mailman/listinfo/lilypond-user
