]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/accidental-contemporary.ly
Merge branch 'master' into nested-bookparts
[lilypond.git] / input / regression / accidental-contemporary.ly
index eeb01cccb0f34194653ee3a80bf3c9fbf3380aa9..926c9ffc62328acf348ebaed52a5fdf4b1803b1a 100644 (file)
@@ -15,10 +15,6 @@ immediately repeated
 @item
 'neo-modern-cautionary style acts like neo-modern,
 adding cautionary parentheses around accidentals.
-@item
-'teaching prints accidentals normally, but adds
-cautionary accidentals when an accidental is
-already included in the key signature.
 @end itemize
 
 Both scores should show the same accidentals.
@@ -36,9 +32,6 @@ Both scores should show the same accidentals.
     gis8 a gis gis g' gis gis,, a'
     #(set-accidental-style 'neo-modern-cautionary)
     eis fis eis eis g2
-    #(set-accidental-style 'teaching)
-    \key e \major
-    e8 eis fis fis gis2
   }
 }
 
@@ -49,7 +42,5 @@ Both scores should show the same accidentals.
     gis!4 a! g! gisis!
     gis!8 a gis! gis g'! gis! gis,,! a'
     eis! fis! eis? eis g?2
-    \key e \major
-    e8 eis! fis? fis gis?2
   }
 }