From: Trevor Daniels Date: Thu, 1 Jan 2009 12:29:02 +0000 (+0000) Subject: Set Rest 'style in MensuralVoice to 'mensural X-Git-Tag: release/2.12.2-1~32^2~17^2~7^2~1 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=0beaceb8c6618dd6b7945a429ac67f150a418e9e;p=lilypond.git Set Rest 'style in MensuralVoice to 'mensural --- diff --git a/ly/engraver-init.ly b/ly/engraver-init.ly index 0c5b7e6db5..1b4537290e 100644 --- a/ly/engraver-init.ly +++ b/ly/engraver-init.ly @@ -793,7 +793,7 @@ of Editio Vaticana." \Voice \name "GregorianTranscriptionVoice" \alias "Voice" - + %% Removing ligature bracket engraver without replacing it by some %% other ligature engraver would cause a "Junking event: `LigatureEvent'" %% warning for every "\[" and "\]". Therefore, we make the grob @@ -847,7 +847,8 @@ accommodated for typesetting a piece in mensural style." \consists "Mensural_ligature_engraver" %% Set default head for notes outside of \[ \]. - \override NoteHead #'style = #'petrucci + \override NoteHead #'style = #'mensural + \override Rest #'style = #'mensural %% There are no beams in mensural notation. autoBeaming = ##f @@ -875,8 +876,8 @@ accommodated for typesetting a piece in mensural style." %% FIXME: unit on StaffSymbol's width should be \linewidth. %% \override StaffSymbol #'width = #60.0 - %% Choose petrucci g clef on 2nd line as default. - clefGlyph = #"clefs.petrucci.g" + %% Choose mensural g clef on 2nd line as default. + clefGlyph = #"clefs.mensural.g" middleCClefPosition = #-6 middleCPosition = #-6 clefPosition = #-2 @@ -894,7 +895,7 @@ accommodated for typesetting a piece in mensural style." %% #(set-accidental-style 'forget)) extraNatural = ##f autoAccidentals = #`(Staff ,(make-accidental-rule 'same-octave -1)) - autoCautionaries = #'() + autoCautionaries = #'() printKeyCancellation = ##f }