]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/new/hiding-accidentals-on-tied-notes-at-the-start-of-a-new-system.ly
Imported Upstream version 2.14.2
[lilypond.git] / Documentation / snippets / new / hiding-accidentals-on-tied-notes-at-the-start-of-a-new-system.ly
diff --git a/Documentation/snippets/new/hiding-accidentals-on-tied-notes-at-the-start-of-a-new-system.ly b/Documentation/snippets/new/hiding-accidentals-on-tied-notes-at-the-start-of-a-new-system.ly
new file mode 100644 (file)
index 0000000..8499cdf
--- /dev/null
@@ -0,0 +1,15 @@
+\version "2.14.0"
+\header {
+  lsrtags = "pitches"
+  texidoc = "This shows how to hide accidentals on tied notes at the beginning of a
+new system."
+  doctitle = "Hiding accidentals on tied notes at the beginning of a new system"
+}
+
+\relative c'' {
+  \override Accidental #'hide-tied-accidental-after-break = ##t
+  cis1~ cis~
+  \break
+  cis
+}
+