X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Ftest%2Fmensural-ligatures.ly;h=f357889b41ad08cc80b5504fc8fa0852512622f9;hb=3684e949054183e4a31e17f5e7ab0bf30da0123e;hp=3dcccbfdbd3dd652698ef144bbfc332255336a35;hpb=197f00037dc4c9e7bd17368f50d11dd8cde7a994;p=lilypond.git diff --git a/input/test/mensural-ligatures.ly b/input/test/mensural-ligatures.ly index 3dcccbfdbd..f357889b41 100644 --- a/input/test/mensural-ligatures.ly +++ b/input/test/mensural-ligatures.ly @@ -1,9 +1,10 @@ -\version "2.1.22" +\version "2.2.0" % TODO: % check with ancient- stuff. rename, merge, something. -gp \header { texidoc = "@cindex Ancient Mensural Ligatures -LilyPond can print mensural ligatures." +In mensural ligatures, notes with ancient durations are printed +in a tight manner." } @@ -13,8 +14,8 @@ LilyPond can print mensural ligatures." % This is intended behaviour. voice = \notes \transpose c c' { - \set Score.timing = ##f - \set Score.defaultBarType = "empty" + \set Score.timing = ##f + \set Score.defaultBarType = "empty" g\longa c\breve a\breve f\breve d'\longa^\fermata \bar "|" \[ @@ -46,36 +47,35 @@ voice = \notes \transpose c c' { >> \paper { linethickness = \staffspace / 5.0 - \translator { + \context { \VoiceContext \name MensuralVoice \alias Voice \remove Ligature_bracket_engraver \consists Mensural_ligature_engraver - NoteHead \set #'style = #'mensural + \override NoteHead #'style = #'mensural } - \translator { + \context { \StaffContext \name MensuralStaff \alias Staff \accepts MensuralVoice \consists Custos_engraver - TimeSignature \set #'style = #'mensural - KeySignature \set #'style = #'mensural - Accidental \set #'style = #'mensural - Custos \set #'style = #'mensural - Custos \set #'neutral-position = #3 - Custos \set #'neutral-direction = #-1 - Custos \set #'adjust-if-on-staffline = ##t + \override TimeSignature #'style = #'mensural + \override KeySignature #'style = #'mensural + \override Accidental #'style = #'mensural + \override Custos #'style = #'mensural + \override Custos #'neutral-position = #3 + \override Custos #'neutral-direction = #-1 clefGlyph = #"clefs-petrucci_g" clefPosition = #-2 clefOctavation = #-0 } - \translator { + \context { \RemoveEmptyStaffContext \accepts MensuralVoice } - \translator { + \context { \ScoreContext \accepts MensuralStaff }