]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/tie-accidental.ly
(make-ottava-set): bugfixes: also
[lilypond.git] / input / regression / tie-accidental.ly
index 984b39df06e5b3458f00c52ed9148b1e4c7ba6bd..df5915f190ad844f590e62a54555b0418f916f34 100644 (file)
@@ -1,4 +1,4 @@
-\version "1.5.68"
+\version "1.7.18"
 
 \header{
 texidoc="
@@ -23,7 +23,7 @@ thenotes = \notes \relative cis' {
   g2 gis ~ |
   gis g4 gis |
   g2 gis( |
-  )g! gis4 gis |
+  g!-) gis4 gis |
   \break
   \key a \major
   gis2 gis ~ |
@@ -43,7 +43,7 @@ thenotes = \notes \relative cis' {
   % should get an accidental but it looks a bit silly and redundant.
   % See last g.
   
-  )g! gis4 gis ~ | \break
+  g!-) gis4 gis ~ | \break
   gis2  gis ~ | gis g ~\break
   g2 g
 }
@@ -54,3 +54,4 @@ thenotes = \notes \relative cis' {
     \context NoteNames \thenotes
   >
 }
+%% new-chords-done %%