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=8499cdf4708e5306c5de40de02fb938bc7c097d1;hb=e90f0536f9be39ada0bef0aeb0d275dec3b2fb5b;hp=0000000000000000000000000000000000000000;hpb=a8c9e8a7ca320ab0df5fd32e717fd62cd7635ce6;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 new file mode 100644 index 0000000000..8499cdf470 --- /dev/null +++ b/Documentation/snippets/new/hiding-accidentals-on-tied-notes-at-the-start-of-a-new-system.ly @@ -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 +} +