From: Graham Percival Date: Sat, 22 Jan 2011 16:41:01 +0000 (+0000) Subject: Add regtest for 1376 ambitus accidentals. X-Git-Tag: release/2.13.47-1~25 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=c1464ae19e715e60aa6d7becbd8e7c3d7604501e;p=lilypond.git Add regtest for 1376 ambitus accidentals. --- diff --git a/input/regression/ambitus.ly b/input/regression/ambitus.ly index 03c6a776fb..ea715f0e99 100644 --- a/input/regression/ambitus.ly +++ b/input/regression/ambitus.ly @@ -1,10 +1,12 @@ -\version "2.12.0" +\version "2.13.47" \header { texidoc = "Ambitus indicate pitch ranges for voices. Accidentals only show up if they're not part of key signature. @code{AmbitusNoteHead} grobs also have ledger lines. +The noteheads are printed in overstrike, so there's only one +visible; the accidentals are prevented from colliding. " } @@ -25,4 +27,8 @@ signature. @code{AmbitusNoteHead} grobs also have ledger lines. \key d \major cis as' } + \new Staff \relative c' { + \time 2/4 + c4 cis + } >>