lilypond-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Notation snippets


From: Michael Gerdau
Subject: Re: Notation snippets
Date: Sun, 27 Dec 2015 15:59:28 +0100
User-agent: KMail/5.1 (Linux/4.2.5-1-ARCH; KDE/5.17.0; x86_64; ; )

> 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: address@hidden
 GPG-keys available on request or at public keyserver

Attachment: signature.asc
Description: This is a digitally signed message part.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]