X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=Documentation%2Fsnippets%2Fnew%2Fhiding-accidentals-on-tied-notes-at-the-start-of-a-new-system.ly;fp=Documentation%2Fsnippets%2Fnew%2Fhiding-accidentals-on-tied-notes-at-the-start-of-a-new-system.ly;h=0000000000000000000000000000000000000000;hb=32a34dcef0c0041c6d62677487a380b5c8b85712;hp=8499cdf4708e5306c5de40de02fb938bc7c097d1;hpb=f41973ff763d5972a85995b6d40c864281ec6714;p=lilypond.git 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 deleted file mode 100644 index 8499cdf470..0000000000 --- a/Documentation/snippets/new/hiding-accidentals-on-tied-notes-at-the-start-of-a-new-system.ly +++ /dev/null @@ -1,15 +0,0 @@ -\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 -} -