lilypond-user
[Top][All Lists]
Advanced

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

Notation snippets


From: Jayaratna
Subject: Notation snippets
Date: Sun, 27 Dec 2015 06:34:47 -0700 (MST)

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.



reply via email to

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