]> git.donarmstrong.com Git - lilypond.git/commitdiff
Regtests: combine accidental-forced-tie*.ly
authorGraham Percival <graham@percival-music.ca>
Tue, 30 Aug 2011 06:03:43 +0000 (07:03 +0100)
committerGraham Percival <graham@percival-music.ca>
Tue, 30 Aug 2011 06:03:43 +0000 (07:03 +0100)
input/regression/accidental-forced-tie-barline.ly [deleted file]
input/regression/accidental-forced-tie.ly

diff --git a/input/regression/accidental-forced-tie-barline.ly b/input/regression/accidental-forced-tie-barline.ly
deleted file mode 100644 (file)
index b62d22a..0000000
+++ /dev/null
@@ -1,17 +0,0 @@
-\version "2.14.0"
-
-\header {
-  texidoc = "Cautionary accidentals applied to tied notes after a
-bar line are valid for the whole measure."
-}
-
-notes = \relative c' {
-  fis1 ~
-  fis!2 fis ~
-  fis?2 fis
-}
-
-<<
-  \new NoteNames \notes
-  \new Staff \notes
->>
index c875dc81e04f9c9255f9610a9cf62be78e89bc28..1b33cc9a873db6b65e983abc9a79a066ecd97b7e 100644 (file)
@@ -1,7 +1,10 @@
 \version "2.14.0"
 
 \header {
-  texidoc = "Accidentals can be forced with ! and ? even if the notes are tied."
+  texidoc = "Accidentals can be forced with ! and ? even if the
+notes are tied.  Cautionary accidentals applied to tied notes
+after a bar line are valid for the whole measure.
+"
 }
 
 \layout {
@@ -9,5 +12,9 @@
 }
 
 \relative c'' {
-  gis4 ~ gis!~ gis?
+  gis4 ~ gis!~ gis? r4
+  fis1 ~
+  fis!2 fis ~
+  fis?2 fis
 }
+