lilypond-user
[Top][All Lists]
Advanced

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

Re: Notation snippets


From: Jayaratna
Subject: Re: Notation snippets
Date: Sun, 27 Dec 2015 11:19:53 -0700 (MST)

Hello, Harm,

all notehad styles are supported, but petrucci, semipetrucci and
blackpetrucci styles do not give the proper flag: maybe I should post this
on the bugs list.

<http://lilypond.1069038.n5.nabble.com/file/n185143/noteheads.png> 


\version "2.19.34"


my-staff = \markup\stencil
 #(make-path-stencil
    '(M  0  2 L     10 2
      M  0  1 L     10  1
      M  0  0 L     10  0
      M  0 -1 L     10 -1
      M  0 -2 L     10 -2)
    0.1 1 1 #f)

\markup{

\combine
  \my-staff
  \translate #'(0 . 0)
  \combine
  \override #'(style . mensural) 

  \note-by-number #5 #0 #UP
   \translate #'(1 . 0)
  \combine
  \override #'(style . neomensural) 

  \note-by-number #5 #0 #UP
   \translate #'(1 . 0)
  \combine
  \override #'(style . petrucci) 
  \note-by-number #5 #0 #UP 
  

   \translate #'(1.5 . 0)
  \combine
  \override #'(style . semipetrucci) 
  \note-by-number #4 #0 #UP 

   \translate #'(1.5 . 0)
  \combine
  \override #'(style . blackpetrucci) 
  \note-by-number #3 #0 #UP 

   \translate #'(1.5 . 0)
  \combine
  \override #'(style . semipetrucci) 
  \note-by-number #-1 #0 #UP 
  
     \translate #'(1.5 . 0)
  \combine
  \override #'(style . blackpetrucci) 
  \note-by-number #-1 #0 #UP 
  
  \hspace #3
}



--
View this message in context: 
http://lilypond.1069038.n5.nabble.com/Notation-snippets-tp185122p185143.html
Sent from the User mailing list archive at Nabble.com.



reply via email to

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