X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Ftie-accidental.ly;h=609437b95dad435dd70c6df9ea5c31d297140c9c;hb=b4af54cb24ef6879771323ee0797862a96be885e;hp=8faf34ab8f48683e4b7001525f92c0011efafad7;hpb=5d5ca8642dca9169ddf78949c41381e5f1380975;p=lilypond.git diff --git a/input/regression/tie-accidental.ly b/input/regression/tie-accidental.ly index 8faf34ab8f..609437b95d 100644 --- a/input/regression/tie-accidental.ly +++ b/input/regression/tie-accidental.ly @@ -1,37 +1,19 @@ -\header{ -texidoc=" -When tieing notes with accidentals across a bar boundary, the accidental -must not be drawn on the note in the new bar. Instead, the next note of -the same pitch in this bar should always show the accidental (even if -it's natural). Slurring a accidentaled note to a natural one across bar -boundaries should be explicit. +\header { texidoc = " + lilypond should flip the tie's direction + to avoid a collision with the sharp. +" } -Pitches can be verified by printing them with the @code{NoteNames} context. -"; -} -thenotes = \notes \relative cis' { \time 4/4; -g'2 g ~ | -g g4 gis | -gis2 gis ~ | -gis4 gis8 ~ gis g4 gis | -g2 gis ~ | -gis g4 gis | -g2 gis( | -)g! gis4 gis | -\break -\key a \major; -gis2 gis ~ | -gis4 gis8 ~ gis g4 gis | -gis2 g ~ | -g4 gis8 ~ gis g4 gis | -g2 gis ~ | -gis g4 gis | -g2 gis( | -)g! gis4 gis | +\version "2.12.0" + +\paper { + debug-tie-scoring = ##t + ragged-right = ##t } -\score { < \context Staff \thenotes - \context NoteNames \thenotes - > +\relative c'' { + \override Tie #'layer = #2 + a ~ } + +% EOF