]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/accidental-tie.ly
Imported Upstream version 2.18.0
[lilypond.git] / input / regression / accidental-tie.ly
index a7025385761de79a991e00679a4571c7973007ab..f69a7a85756d283eb59f973584dcfa00ff0af944 100644 (file)
@@ -1,14 +1,17 @@
-\version "2.6.0"
+\version "2.17.6"
 
 \header {
   texidoc = "The second and third notes should not get accidentals,
     because they are tied to a note.  However, an accidental is
     present if the line is broken at the tie, which happens for the G
-    sharp."
+    sharp.
 
+    The presence of an accidental after a broken tie can be
+    overridden.
+"
 }
 \layout {
-  raggedright = ##t
+  ragged-right = ##t
 }
 
 mus =          \relative c' {
@@ -17,6 +20,12 @@ mus =        \relative c' {
   fis8  gis8 ~
   \break
   gis1
+  \override Accidental.hide-tied-accidental-after-break = ##t
+  f1~
+  f2~f4 % ~ f8
+  fis8  gis8 ~
+  \break
+  gis1
 }
 
 <<