Am 27.12.2015 um 14:34 schrieb Jayaratna:
> 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
Your \layout blocks are messed up (don’t compile, MensuralStaff vs.
Staff). Did you want to do something like the following?
\version "2.19.33"
\paper {
indent = 0
}
\markup {
\fill-line {
\score {
\new Staff \with {
\omit TimeSignature
} {
\clef violin
}
}
\hspace #2
\score {
\new Staff \with {
\omit Clef
} {
\time 4/4
}
}
}
}
_______________________________________________
lilypond-user mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/lilypond-user