lilypond-user
[Top][All Lists]
Advanced

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

Re: Typesetting "as near to Petrucci style as possible".


From: Richard Shann
Subject: Re: Typesetting "as near to Petrucci style as possible".
Date: Fri, 07 Oct 2016 10:07:29 +0100

On Fri, 2016-10-07 at 09:54 +0100, Richard Shann wrote:
> On Fri, 2016-10-07 at 10:03 +0200, Malte Meyn wrote:
> > 
> > Am 07.10.2016 um 09:35 schrieb Richard Shann:
> > > the R1*6/4 typesets as a classical whole bar
> > > rest
> > 
> > You would need a separate override for MultiMeasureRest:
> > 
> >       \override MultiMeasureRest.style = #'neomensural
> 
> Thanks, that works a treat. I found 

I think I've been seeing things - the MultiMeasureRest.style override
doesn't seem to do anything after all. The output of this

\version "2.19.43" 


 {
        \clef mensural-g
        \set Staff.clefPosition = #-4
        \set Staff.middleCPosition = #-8
        \set Staff.middleCClefPosition = #-8
        \override Flag.style = #'mensural
        \override NoteHead.style = #'petrucci
        \override Rest.style = #'neomensural
        \override MultiMeasureRest.style = #'neomensural
        \key g \major    \time 6/4
        R1*6/4 c''2. \once\override Dots.dot-count = #0 r2.
 }

seems identical with or without MultiMeasureRest.style = #'neomensural
and indeed with  MultiMeasureRest.style = ##f too.


Richard





reply via email to

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